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?
 
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. 
-------- Original Message --------
Subject: Re: [fedora-arm] Freescale boot kernel
From: Henrik Nordström <henrik@henriknordstrom.net>
Date: Sun, October 02, 2011 11:19 am
To: webwillow@thewebwillow.com
Cc: linuxarmcross <cross-distro@lists.linaro.org>, fedoraarm
<arm@lists.fedoraproject.org>, Gordan Bobic <gordan@bobich.net>

lör 2011-10-01 klockan 23:29 -0700 skrev webwillow@thewebwillow.com:
> Can anyone provide me with a little insight to configuring a feescale
> M53 device to boot to another kernel...

Your default boot commant is not very friendly, loading the kernel from
raw blocks on the mmc controller (sd card etc).

> bootcmd_mmc=run bootargs_base bootargs_mmc; mmc read 0 ${loadaddr} 0x800 0x1800; bootm
> bootcmd=run bootcmd_mmc

I would recommend you make a new bootcmd_ext2 which uses ext2load to
load the kernel. Much easier to change kernel that way. Then change
bootcmd to refer to that one when verified working.

Regards
Henrik