Re: [U-Boot-Users] USB SUPPORT & get_vfatname

2008-04-24 Thread Ken.Fuchs
phase usb_read: end startblk fa4, blccnt 1 buffer 23f3af78 0 . 9 file(s), 0 dir(s) U-Boot> > -Original Message- > From: michael [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 24, 2008 12:01 > To: Fuchs, Ken > Cc: u-boot-users@lists.sourceforge.net >

Re: [U-Boot-Users] USB SUPPORT & get_vfatname

2008-04-24 Thread michael
Hi, [EMAIL PROTECTED] wrote: > My include/fat.h is identical to the fat.h in both > git repository u-boot and git repository u-boot-at91, > except that I put the CHECKCLUST() macro in fat.c > rather than fat.h. > > Ken > Can you put in debug the fat.c file? Try to align the temp buffer in fat.c

Re: [U-Boot-Users] USB SUPPORT & get_vfatname

2008-04-24 Thread Ken.Fuchs
3:00 > To: Fuchs, Ken > Cc: u-boot-users@lists.sourceforge.net > Subject: Re: [U-Boot-Users] USB SUPPORT & get_vfatname > > > [EMAIL PROTECTED] wrote: > Ok, > > check your fat.h and your fsdata > > > typedef struct { > __u8fatbuf[FATBUFSIZE]

Re: [U-Boot-Users] USB SUPPORT & get_vfatname

2008-04-24 Thread michael
ge- >> From: michael [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, April 23, 2008 06:16 >> To: michael >> Cc: Fuchs, Ken; u-boot-users@lists.sourceforge.net; Wolfgang Denk >> Subject: Re: [U-Boot-Users] USB SUPPORT & get_vfatname >> >> >>

Re: [U-Boot-Users] USB SUPPORT & get_vfatname

2008-04-23 Thread Ken.Fuchs
eforge.net; Wolfgang Denk > Subject: Re: [U-Boot-Users] USB SUPPORT & get_vfatname > > > Hi, > > michael wrote: > > Hi, > > > > Can you try this one? > > > > Revert my last one patch? > > It change the test code, before the while. I

Re: [U-Boot-Users] USB SUPPORT & get_vfatname

2008-04-23 Thread michael
Hi, michael wrote: > Hi, > > Can you try this one? > > Revert my last one patch? > It change the test code, before the while. I use your script on a > Compact Flash and it looks fine for me (under linux). > > Regards Michael > >

Re: [U-Boot-Users] USB SUPPORT

2008-04-23 Thread michael
Hi, Can you try this one? Revert my last one patch? It change the test code, before the while. I use your script on a Compact Flash and it looks fine for me (under linux). Regards Michael Check if the entry is a valid dir_slot entry, otherwise it is a dentry and the name has to be taken by t

Re: [U-Boot-Users] USB SUPPORT

2008-04-22 Thread michael
Hi, [EMAIL PROTECTED] wrote: > --- Introduction --- > > This thread concerns possible problems with fs/fat/fat.c > (incorrect fatls output and inaccessible files via > fatload) even when recent "git" patches have been applied > to fat.c. VFAT is enabled. > > Michael Trimarchi wrote: > > >> Can

Re: [U-Boot-Users] USB SUPPORT

2008-04-22 Thread Ken.Fuchs
--- Introduction --- This thread concerns possible problems with fs/fat/fat.c (incorrect fatls output and inaccessible files via fatload) even when recent "git" patches have been applied to fat.c. VFAT is enabled. Michael Trimarchi wrote: > Can you give an image of it? (He is referring to the

Re: [U-Boot-Users] USB SUPPORT

2008-04-22 Thread michael
Hi, > > $ ls -lU | wc > 42 3712504 > $ > > Here's fatls output on an XP FAT32 formatted pen drive: > > U-Boot> fatls usb 0:1 / > fatls usb 0:1 / > 1298 xy010.ubs > 1298 xy011.ubs > 1298 xy100.ubs > 1298 xy101.ubs > admin/ > 1298 xy110.ubs

Re: [U-Boot-Users] USB SUPPORT

2008-04-21 Thread Ken.Fuchs
micheal wrote: > Ken Fuchs wrote: > > #define CONFIG_SUPPORT_VFAT > > > > --- FAT16 vs. FAT32 - Atmel U-Boot v1.1.5 issue? --- > > > > I have found that the USB support is better > > when the USB Storage device is FAT16 formatted > > rather than FAT32 formatted. For some reason > > not all files

Re: [U-Boot-Users] USB SUPPORT

2008-04-21 Thread michael
Hi, > #define CONFIG_SUPPORT_VFAT > > --- FAT16 vs. FAT32 - Atmel U-Boot v1.1.5 issue? --- > > I have found that the USB support is better > when the USB Storage device is FAT16 formatted > rather than FAT32 formatted. For some reason > not all files were accessible on FAT32 > formatted media, but

Re: [U-Boot-Users] USB SUPPORT

2008-04-21 Thread Ken.Fuchs
Aneesh wrote: > I am using an at91rm9200dk custom board. > I want to boot kernel and ram disk from the > usb stick.for that i tried to enable the usb > support in the uboot. but now i am getting a > message like no storage devices found . Someone else has already suggested using a current U-B

Re: [U-Boot-Users] USB SUPPORT

2008-04-21 Thread Markus Klotzbücher
Hi Aneesh, Aneesh <[EMAIL PROTECTED]> writes: >I am using an at91rm9200dk custom board.I want to boot kernel and >ram disk from the usb stick.for that i tried to enable the usb support >in the uboot.but now i am getting a message like no storage devices >found . >i gave t

[U-Boot-Users] USB SUPPORT

2008-04-20 Thread Aneesh
Hi, I am using an at91rm9200dk custom board.I want to boot kernel and ram disk from the usb stick.for that i tried to enable the usb support in the uboot.but now i am getting a message like no storage devices found . i gave the configurations in include/configs/at91rm9200dk.h like follows #de