Re: [U-Boot] working with loadb & bootm on u-boot-v2 for imx27ads Board

2008-10-08 Thread Lejin K Joy
-Original Message- From: Nishanth Menon [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2008 4:33 PM To: Lejin K Joy Cc: 'Robert Schwebel'; 'Sascha Hauer'; [EMAIL PROTECTED]; u-boot@lists.denx.de Subject: Re: [U-Boot]working with loadb & bootm on u-bo

Re: [U-Boot] working with loadb & bootm on u-boot-v2 for imx27ads Board

2008-09-26 Thread Lejin
> - > > Hi All, > > loadb -f /dev/ram0 -o 0x10 adn then > the " bootm 0xa010" option is not helping It's displaying "could > not open : No Such file or directory" And the help says the option is bootm > [option] image. But nothing helps. > > The image b

Re: [U-Boot] working with loadb & bootm on u-boot-v2 for imx27ads Board

2008-09-25 Thread Lejin K Joy
-Original Message- From: Nishanth Menon [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2008 7:07 PM To: Lejin K Joy Cc: Robert Schwebel; Sascha Hauer; [EMAIL PROTECTED]; u-boot@lists.denx.de Subject: Re: [U-Boot] working with loadb & bootm on u-boot-v2 for imx27ads Board

Re: [U-Boot] working with loadb & bootm on u-boot-v2 for imx27ads Board

2008-09-25 Thread Lejin K Joy
-Original Message- From: Nishanth Menon [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2008 7:07 PM To: Lejin K Joy Cc: Robert Schwebel; Sascha Hauer; [EMAIL PROTECTED]; u-boot@lists.denx.de Subject: Re: [U-Boot] working with loadb & bootm on u-boot-v2 for imx27ads Board

Re: [U-Boot] working with loadb & bootm on u-boot-v2 for imx27ads Board

2008-09-25 Thread Nishanth Menon
On Thu, Sep 25, 2008 at 8:04 AM, Lejin K Joy <[EMAIL PROTECTED]> wrote: > > --- > uboot:/ loadb -f /dev/ram0 -o 0x10 Do you have /dev/ram0? is it mapped to 0xa000? there could be issues with mach-types.. I am not sure though.. I am not entirely sure about imx boot procedure(I am

Re: [U-Boot] working with loadb & bootm on u-boot-v2 for imx27ads Board

2008-09-25 Thread Lejin K Joy
-Original Message- From: Nishanth Menon [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2008 4:33 PM To: Lejin K Joy Cc: 'Robert Schwebel'; 'Sascha Hauer'; [EMAIL PROTECTED]; u-boot@lists.denx.de Subject: Re: [U-Boot]working with loadb & bootm on u-bo

Re: [U-Boot] working with loadb & bootm on u-boot-v2 for imx27ads Board

2008-09-25 Thread Nishanth Menon
Lejin K Joy said the following on 09/25/2008 05:06 AM: > I want to load the Linux Kernel Zimage on to RAM. As per the documentation > we have used the following command to load zImage using Kermit protocol. > > " U-boot-v2> loadb -c zImage " > > (Also tried " U-boot-v2> loadb -f zImage ") > > Which

Re: [U-Boot] working with loadb & bootm on u-boot-v2 for imx27ads Board

2008-09-25 Thread Lejin K Joy
Hi All, I am successfully able to get the U-boot prompt on my board based on IMX27ads. However I am facing the following issue. Please help me out : I want to load the Linux Kernel Zimage on to RAM. As per the documentation we have used the following command to load zImage using Kermit protocol