On Sun, Oct 02, 2011 at 04:09:09PM -0700, webwillow@thewebwillow.com wrote:
i did get to loading the kernel from file system but hangs. <probably the kernel im trying to use>
ext2load mmc 0:1 0x70800000 /boot/uImage-2.6.39.3-sheevaplug; bootm 0x70800000
Notice the name on the uImage which is a kernel i compiled with a modified kernel built with a modied kirkwood config...
Do i need to compile another kernel with seperate config for the freescale device with arm7 instead of armv5tel?
I would probably think so...and does anone have a prebuilt kernel and or the config name they used?
or am i just out in left field with the load address?
Details of what I'm using for the Debian build machines are here:
http://blog.einval.com/2011/09/05#armhf_buildds
which includes a link to the kernel config and the uboot config that works here. I'm using a 2.6.35 kernel built from the Freescale sources thus far, though.
Cheers,