<html><body><span style="font-family:Verdana; color:#000000; font-size:10pt;"><div>i&nbsp;did get to loading the kernel from file system but hangs. &lt;probably the kernel im trying to use&gt;</div>
<div>&nbsp;</div>
<div>ext2load mmc 0:1 0x70800000 /boot/uImage-2.6.39.3-sheevaplug; bootm 0x70800000</div>
<div>&nbsp;</div>
<div>Notice the name on the uImage which is a kernel i compiled with&nbsp;a modified&nbsp;kernel built with a modied kirkwood config...</div>
<div>&nbsp;</div>
<div>Do i need to compile another kernel with&nbsp;seperate config for the freescale device with arm7 instead of armv5tel?</div>
<div>&nbsp;</div>
<div>I would probably think so...and does anone have a prebuilt kernel and or the config name they used?</div>
<div>&nbsp;</div>
<div>or&nbsp;am i just out in left field with the load address?</div>
<div>&nbsp;</div>
<div>also, when using the "mmc 0:1"&nbsp;how do i change those parameters to load from mmc slot 2 "big slot" instead of the small&nbsp;mmc slot.&nbsp;</div>
<BLOCKQUOTE style="BORDER-LEFT: blue 2px solid; PADDING-LEFT: 8px; FONT-FAMILY: verdana; COLOR: black; MARGIN-LEFT: 8px; FONT-SIZE: 10pt" id=replyBlockquote webmail="1">
<DIV id=wmQuoteWrapper>-------- Original Message --------<BR>Subject: Re: [fedora-arm] Freescale boot kernel<BR>From: Henrik Nordström &lt;<a href="mailto:henrik@henriknordstrom.net">henrik@henriknordstrom.net</a>&gt;<BR>Date: Sun, October 02, 2011 11:19 am<BR>To: <a href="mailto:webwillow@thewebwillow.com">webwillow@thewebwillow.com</a><BR>Cc: linuxarmcross &lt;<a href="mailto:cross-distro@lists.linaro.org">cross-distro@lists.linaro.org</a>&gt;, fedoraarm <BR>&lt;<a href="mailto:arm@lists.fedoraproject.org">arm@lists.fedoraproject.org</a>&gt;, Gordan Bobic &lt;<a href="mailto:gordan@bobich.net">gordan@bobich.net</a>&gt;<BR><BR>lör 2011-10-01 klockan 23:29 -0700 skrev <a href="mailto:webwillow@thewebwillow.com">webwillow@thewebwillow.com</a>:<BR>&gt; Can anyone provide me with a little insight to configuring a feescale<BR>&gt; M53 device to boot to another kernel...<BR><BR>Your default boot commant is not very friendly, loading the kernel from<BR>raw blocks on the mmc controller (sd card etc).<BR><BR>&gt; bootcmd_mmc=run bootargs_base bootargs_mmc; mmc read 0 ${loadaddr} 0x800 0x1800; bootm<BR>&gt; bootcmd=run bootcmd_mmc<BR><BR>I would recommend you make a new bootcmd_ext2 which uses ext2load to<BR>load the kernel. Much easier to change kernel that way. Then change<BR>bootcmd to refer to that one when verified working.<BR><BR>Regards<BR>Henrik<BR><BR></DIV></BLOCKQUOTE></span></body></html>