From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhao Hongda Date: Tue, 1 Jul 2003 22:59:00 +0800 Subject: [U-Boot-Users] How can I save zImage & fsimage.tar into Flash memory then boot References: <000001c33fb7$d91939e0$a865a8c0@ThinkPadX31> <004301c33fcf$620af010$fe00a8c0@esd11> Message-ID: <00c601c33fe1$4e3f2b20$fe00a8c0@esd11> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de my kernel config is (arch/arm/def-configs/lubbock): ... CONFIG_CMDLINE="root=/dev/nfs ip=bootp console=ttyS0,115200" ... my u-boot env config is: ... bootargs=root=/dev/nfs ip=bootp console=ttyS0,115200 ... stdin=serial stdout=serial stderr=serial ... is it right? Hongda zhao ----- Original Message ----- From: "Kyle Harris" To: "Zhao Hongda" ; Sent: Tuesday, July 01, 2003 9:14 PM Subject: Re: [U-Boot-Users] How can I save zImage & fsimage.tar into Flash memory then boot > > On Tuesday 01 July 2003 08:50 am, Zhao Hongda wrote: > > > After do such steps, I try to "bootm 0x40000", but the kernel hangs: > > ## Booting image at 00040000 ... > > Image name: 2.4.18 kernel > > Image Type: ARM Linux kernel Image (gzip compressed) > > Data Size: 714025 Bytes =697.3kB > > Load Address: a0008000 > > Entry Point: a0008000 > > Verifying Checksum ... OK > > Uncompressing Kernel Image ... OK > > Starting kernel... > > (hangs) > > What are your bootargs? Make sure the console is configured correctly. > > console=ttyS0,115200 > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 > _______________________________________________ > U-Boot-Users mailing list > U-Boot-Users at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/u-boot-users >