sön 2011-10-02 klockan 16:09 -0700 skrev webwillow@thewebwillow.com:
ext2load mmc 0:1 0x70800000 /boot/uImage-2.6.39.3-sheevaplug; bootm 0x70800000
Is this the right load address for your hardware? It's not the load address the original boot command used from what I remember.
Notice the name on the uImage which is a kernel i compiled with a modified kernel built with a modied kirkwood config...
Is this kernel built for your board?
Do i need to compile another kernel with seperate config for the freescale device with arm7 instead of armv5tel?
You need a kernel that is built for your board type. If your CPU is arm7 then an arm7 kernel is preferred (required?) even if you will just run armv5tel userspace.
also, when using the "mmc 0:1" how do i change those parameters to load from mmc slot 2 "big slot" instead of the small mmc slot.
Probably something like
mmc init 1 ext2load mmc 1:1 ....
Regards Henrik