On 12 September 2012 17:46, MacBook Pro <valentin.cu...@gmail.com> wrote: > 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
Hi, With the media base address of : 0x26800000 the following should work: # 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" (if you have a 2GB board you can add memmap=1023M@1024M to make use of the extra 1GB as highmem). You should not be using memmap=32K@0 memmap=226K@64K. The problem probably comes from your CEFDK version. Try updating your CEFDK to the PC25 CEFDK on cocoms website for Thatcher. There are separate versions for 1GB and 2GB boards and you need to use the gen4.5_cocom.bin not the gen4.5_intel.bin. In the readme file there is a snip of the CEFDK info that should be printed, check the build date is the same to check if your CEFDK is the same. I hope that helps, Brendan -- Brendan Le Foll http://www.madeo.co.uk _______________________________________________ MeeGo-dev mailing list MeeGo-dev@meego.com http://lists.meego.com/listinfo/meego-dev http://wiki.meego.com/Mailing_list_guidelines