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 being tried is

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

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 successfully

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-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 On Thu