Hello,

I just followed the tutorial on http://www.madeo.co.uk/?p=947 for the Cocom 
Thatcher but I have a lot of problems with the line boot (kernel panic, CPU 
FULL) so I changed line according to the boot memory mapping, it works partly, 
but still a CPU load over 95%, impossible to launch XBMC and Kernel panic(BUG: 
unable to handle kernel paging request at ******** ) …

lineboot:

        load -v -r -m tftp -h 192.168.1.100 -b 0x200000 vmlinuz
        
        exec -b 0x200000 -l 0x400000 -c "console=ttyS0,115200 root=/dev/nfs 
ip=192.168.1.6 nfsroot=192.168.1.100:/mnt/image/ rw memmap=exactmap 
memmap=128K@128K memmap=615M@1M vmalloc=586M"
        OR
        exec -b 0x200000 -l 0x400000 -c "console=ttyS0,115200 root=/dev/nfs 
ip=192.168.1.6 nfsroot=192.168.1.100:/mnt/image/ rw memmap=exactmap 
memmap=32K@0 memmap=226K@64K memmap=615M@1M vmalloc=586M"

Media Base Adress:

        media_base_address = 0x26800000

command TOP:
        top - 17:40:43 up 1 min,  1 user,  load average: 7.51, 2.35, 0.83
        Tasks: 122 total,   1 running, 121 sleeping,   0 stopped,   0 zombie
        Cpu(s):  5.1%us, 10.5%sy, 17.6%ni, 22.6%id, 41.7%wa,  0.0%hi,  2.5%si,  
0.0%st
        Mem:    617028k total,   304572k used,   312456k free,        0k buffers
        Swap:        0k total,        0k used,        0k free,   186012k cached

I wonder if it does not come from CEFDK config (/ etc / platform_conf /).

If you could give me a solution would be nice.

thank you

CDT
_______________________________________________
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

Reply via email to