Re: [U-Boot] Issue with fat16 format

2018-07-19 Thread Siva Durga Prasad Paladugu
Hi Heinrich/Rob,

Do we have any update on this issue.

Thanks,
Siva

> -Original Message-
> From: Vipul Kumar
> Sent: Monday, June 18, 2018 10:35 AM
> To: Heinrich Schuchardt ; u-boot@lists.denx.de
> Cc: Michal Simek ; Siva Durga Prasad Paladugu
> ; Rob Clark ; Łukasz Majewski
> ; Simon Glass 
> Subject: RE: [U-Boot] Issue with fat16 format
> 
> Hi Heinrich,
> 
> > -Original Message-
> > From: Heinrich Schuchardt [mailto:xypron.deb...@gmx.de]
> > Sent: Sunday, June 17, 2018 1:07 AM
> > To: Vipul Kumar ; u-boot@lists.denx.de
> > Cc: Michal Simek ; Siva Durga Prasad Paladugu
> > ; Rob Clark ; Łukasz
> Majewski
> > ; Simon Glass 
> > Subject: Re: [U-Boot] Issue with fat16 format
> >
> > On 06/15/2018 08:37 AM, Vipul Kumar wrote:
> > > Hi,
> > >
> > > After formatting SD card in fat16 format in windows, we are facing
> > > issue. I
> > used git bisect and came to know that this issue is due to
> > 8eafae209c35932d9a6560809c55ee4641534236 commit.
> > >
> > > When we use "gparted" utility for formatting SD card in fat16 in
> > > linux, it
> > works fine.
> > >
> > > Please give your comments on this issue and point out what's causing
> > > this
> > issue.
> > >
> > > Regards,
> > > Vipul Kumar
> > >
> > >
> >
> > Hello Vipul,
> >
> > >> we are facing issue
> > could you, please, indicate what issue you face. Please, also tell
> > which configuration file you are using.
> 
> Configuration file: zynq_zc702_defconfig
> 
> Issue: We are using BOOT.BIN and fit image (Kernel image + dtb + rootfs) to
> boot the board. Board is booting till u-boot successfully but when it goes to
> read image.ub   for further booting, it gives below message:
> 
> ERROR:
> Hit any key to stop autoboot:  0
> Copying FIT from SD to RAM...
> ** Unable to read file image.ub **
> 
> After this, I run the fatls command and it seems that it removed both
> BOOT.BIN and image.ub files.
> 
> Zynq> mmc info
> Device: sdhci@e010
> Manufacturer ID: 27
> OEM: 5048
> Name: SD04G
> Bus Speed: 5000
> Mode : SD High Speed (50MHz)
> Rd Block Len: 512
> SD version 3.0
> High Capacity: Yes
> Capacity: 3.7 GiB
> Bus Width: 4-bit
> Erase Group Size: 512 Bytes
> 
> Zynq> fatls mmc 0:1
> 
> 0 file(s), 0 dir(s)
> 
> Zynq>
> 
> 
> Regards,
> Vipul
> >
> > As you are complaining about Rob's patch I put him and the reviewers
> > of the patch on CC.
> >
> > Best regards
> >
> > Heinrich
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Issue with fat16 format

2018-06-18 Thread Vipul Kumar
Hi Heinrich,

> -Original Message-
> From: Heinrich Schuchardt [mailto:xypron.deb...@gmx.de]
> Sent: Sunday, June 17, 2018 1:07 AM
> To: Vipul Kumar ; u-boot@lists.denx.de
> Cc: Michal Simek ; Siva Durga Prasad Paladugu
> ; Rob Clark ; Łukasz Majewski
> ; Simon Glass 
> Subject: Re: [U-Boot] Issue with fat16 format
> 
> On 06/15/2018 08:37 AM, Vipul Kumar wrote:
> > Hi,
> >
> > After formatting SD card in fat16 format in windows, we are facing issue. I
> used git bisect and came to know that this issue is due to
> 8eafae209c35932d9a6560809c55ee4641534236 commit.
> >
> > When we use "gparted" utility for formatting SD card in fat16 in linux, it
> works fine.
> >
> > Please give your comments on this issue and point out what's causing this
> issue.
> >
> > Regards,
> > Vipul Kumar
> >
> >
> 
> Hello Vipul,
> 
> >> we are facing issue
> could you, please, indicate what issue you face. Please, also tell which
> configuration file you are using.

Configuration file: zynq_zc702_defconfig

Issue: We are using BOOT.BIN and fit image (Kernel image + dtb + rootfs) to 
boot the board. Board is booting till u-boot successfully but when it goes to 
read image.ub   for further booting, it gives below message:

ERROR: 
Hit any key to stop autoboot:  0 
Copying FIT from SD to RAM...
** Unable to read file image.ub ** 

After this, I run the fatls command and it seems that it removed both BOOT.BIN 
and image.ub files.

Zynq> mmc info
Device: sdhci@e010
Manufacturer ID: 27
OEM: 5048
Name: SD04G 
Bus Speed: 5000
Mode : SD High Speed (50MHz)
Rd Block Len: 512
SD version 3.0
High Capacity: Yes
Capacity: 3.7 GiB
Bus Width: 4-bit
Erase Group Size: 512 Bytes

Zynq> fatls mmc 0:1

0 file(s), 0 dir(s)

Zynq>


Regards,
Vipul
> 
> As you are complaining about Rob's patch I put him and the reviewers of the
> patch on CC.
> 
> Best regards
> 
> Heinrich
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Issue with fat16 format

2018-06-16 Thread Heinrich Schuchardt
On 06/15/2018 08:37 AM, Vipul Kumar wrote:
> Hi,
> 
> After formatting SD card in fat16 format in windows, we are facing issue. I 
> used git bisect and came to know that this issue is due to 
> 8eafae209c35932d9a6560809c55ee4641534236 commit.
> 
> When we use "gparted" utility for formatting SD card in fat16 in linux, it 
> works fine.
> 
> Please give your comments on this issue and point out what's causing this 
> issue.
> 
> Regards,
> Vipul Kumar
> 
> 

Hello Vipul,

>> we are facing issue
could you, please, indicate what issue you face. Please, also tell which
configuration file you are using.

As you are complaining about Rob's patch I put him and the reviewers of
the patch on CC.

Best regards

Heinrich
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] Issue with fat16 format

2018-06-15 Thread Vipul Kumar
Hi,

After formatting SD card in fat16 format in windows, we are facing issue. I 
used git bisect and came to know that this issue is due to 
8eafae209c35932d9a6560809c55ee4641534236 commit.

When we use "gparted" utility for formatting SD card in fat16 in linux, it 
works fine.

Please give your comments on this issue and point out what's causing this issue.

Regards,
Vipul Kumar


This email and any attachments are intended for the sole use of the named 
recipient(s) and contain(s) confidential information that may be proprietary, 
privileged or copyrighted under applicable law. If you are not the intended 
recipient, do not read, copy, or forward this email message or any attachments. 
Delete this email message and any attachments immediately.
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot