Re: [U-Boot] [UBoot] Hows to boot Linux Kernel from USB

2008-10-02 Thread thaoth
Hi Michael, >Have you try to load your image using tftpboot and put it in memory? My board don't have Eth port, so we can't try tftpboot >Are you sure that you don't have any problem with memory initialization? i think i don't have any problem with memory initialization, because i can see my ima

Re: [U-Boot] [UBoot] Hows to boot Linux Kernel from USB

2008-10-02 Thread michael
Hi, thaoth wrote: > Hi, > >Do i have a problem with "Verifying Checksum ... Bad Data CRC”? > > Best regard. > > Have you try to load your image using tftpboot and put it in memory? Are you sure that you don't have any problem with memory initialization? Regards Michael _

Re: [U-Boot] [UBoot] Hows to boot Linux Kernel from USB

2008-10-02 Thread thaoth
Hi, Do i have a problem with "Verifying Checksum ... Bad Data CRC”? Best regard. -- View this message in context: http://www.nabble.com/-UBoot--Hows-to-boot-Linux-Kernel-from-USB-tp19740267p19790840.html Sent from the Uboot - Users mailing list archive at Nabble.com. ___

Re: [U-Boot] [UBoot] Hows to boot Linux Kernel from USB

2008-10-02 Thread thaoth
Hi, I tried to boot with ext2 file system and get this result: => usb start (Re)start USB... USB: scanning bus for devices... cannot reset port 1!? 2 USB Device(s) found scanning bus for storage devices... 1 Storage Device(s) found =>ext2load usb 0:1 0x0020 uImage ……. 1045127 bytes

Re: [U-Boot] [UBoot] Hows to boot Linux Kernel from USB

2008-10-01 Thread thaoth
I think I made a mistake; I didn’t describe my problem clearly. So, now I fix it. My purpose is: find out a way to boot a Linux Kernel from USB (FAT16). Here are the steps I‘ve made: 1. Get some kernel images (zImage, uImage) which I built (kernel version 2.6.22.11). 2. Go to the board (T-Eng

Re: [U-Boot] [UBoot] Hows to boot Linux Kernel from USB

2008-10-01 Thread michael
Hi, Wolfgang Denk wrote: > Dear Michael, > > In message <[EMAIL PROTECTED]> you wrote: >> Use zImage and put cmdline in the zImage and try with this. >> >> load at an address >> and go > > No. Please do not make such recommendations. > > Even if it should be working for you, this is not the corre

Re: [U-Boot] [UBoot] Hows to boot Linux Kernel from USB

2008-10-01 Thread Wolfgang Denk
Dear Michael, In message <[EMAIL PROTECTED]> you wrote: > > Use zImage and put cmdline in the zImage and try with this. > > load at an address > and go No. Please do not make such recommendations. Even if it should be working for you, this is not the correct way to boot Linux. Best regards,

Re: [U-Boot] [UBoot] Hows to boot Linux Kernel from USB

2008-10-01 Thread michael
Hi, Nobuhiro Iwamatsu wrote: > 2008/10/1 thaoth <[EMAIL PROTECTED]>: >> [EMAIL PROTECTED] boot]# file uImage uImage: PPCBoot image ... I tried and send you its log. >>> What is the kernel version that you use? >> I'm using version 2.6.22.11. >> > I think that your linux ke

Re: [U-Boot] [UBoot] Hows to boot Linux Kernel from USB

2008-10-01 Thread Nobuhiro Iwamatsu
2008/10/1 thaoth <[EMAIL PROTECTED]>: > > >>> [EMAIL PROTECTED] boot]# file uImage >>> uImage: PPCBoot image >>> ... >>> >>> I tried and send you its log. > >>What is the kernel version that you use? > > I'm using version 2.6.22.11. > I think that your linux kernel is too old. Please use newest lin

Re: [U-Boot] [UBoot] Hows to boot Linux Kernel from USB

2008-10-01 Thread Albert ARIBAUD
thaoth a écrit : >>> can you do a 'file uImage' and copy the result ? > > ... > [EMAIL PROTECTED] boot]# file uImage > uImage: PPCBoot image When I look at my own uImages, they come out as: $ file /var/lib/tftpboot/uImage /var/lib/tftpboot/uImage: u-boot/PPCBoot image Not sure this is importan

Re: [U-Boot] [UBoot] Hows to boot Linux Kernel from USB

2008-09-30 Thread thaoth
>> [EMAIL PROTECTED] boot]# file uImage >> uImage: PPCBoot image >> ... >> >> I tried and send you its log. >What is the kernel version that you use? I'm using version 2.6.22.11. Thank you for answer Best regards, -- View this message in context: http://www.nabble.com/-UBoot--Hows-to-boot-L

Re: [U-Boot] [UBoot] Hows to boot Linux Kernel from USB

2008-09-30 Thread Nobuhiro Iwamatsu
2008/10/1 thaoth <[EMAIL PROTECTED]>: > >>>Can you retry and copy-paste the console output? > > ... > (Re)start USB... > USB: scanning bus for devices... cannot reset port 1!? > 2 USB Device(s) found > scanning bus for storage devices... 1 Storage Device(s) found > => fatload usb 0:1 0x8e00

Re: [U-Boot] [UBoot] Hows to boot Linux Kernel from USB

2008-09-30 Thread thaoth
>>Can you retry and copy-paste the console output? ... (Re)start USB... USB: scanning bus for devices... cannot reset port 1!? 2 USB Device(s) found scanning bus for storage devices... 1 Storage Device(s) found => fatload usb 0:1 0x8e00 uImage reading uImage . . . . .

Re: [U-Boot] [UBoot] Hows to boot Linux Kernel from USB

2008-09-30 Thread Markus Klotzbücher
On Tue, Sep 30, 2008 at 04:28:44AM -0700, thaoth wrote: > => bootm > Wrong Image Format for bootm command > ERROR: can't get kernel image! > > This seems here is wrong command. I should load uImage (not zImage) into Thats it! Get yourself an uImage! Markus -- DENX Software Engineering GmbH,

Re: [U-Boot] [UBoot] Hows to boot Linux Kernel from USB

2008-09-30 Thread Albert ARIBAUD
thaoth a écrit : > > > Albert ARIBAUD wrote: >> thaoth a écrit : >> >>> This seems here is wrong command. I should load uImage (not zImage) into >>> SDRAM memory. >> Hmm... So why don't you ? >> >> Amicalement, > > I have tried but not ookay. the same issue. (please trim signatures in your rep

Re: [U-Boot] [UBoot] Hows to boot Linux Kernel from USB

2008-09-30 Thread thaoth
Albert ARIBAUD wrote: > > thaoth a écrit : > >> This seems here is wrong command. I should load uImage (not zImage) into >> SDRAM memory. > > Hmm... So why don't you ? > > Amicalement, > -- > Albert. > ___ > U-Boot mailing list > U-Boot@lists.denx

Re: [U-Boot] [UBoot] Hows to boot Linux Kernel from USB

2008-09-30 Thread Albert ARIBAUD
thaoth a écrit : > This seems here is wrong command. I should load uImage (not zImage) into > SDRAM memory. Hmm... So why don't you ? Amicalement, -- Albert. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [UBoot] Hows to boot Linux Kernel from USB

2008-09-30 Thread thaoth
Hi All, I would like to know how to boot linux kernel from USB. I have ported UBoot (support serial, USB driver) but didn't support CF card. Would you please tell me how to boot Linux Kernel from USB Flash memory? I have many guide could help hows to boot Linux kernel from CF card or network bu