Re: [U-Boot] rpi: bcm2835_sdhost: occasional errors while writing

2019-03-18 Thread Matthias Brugger
On 05/03/2019 13:36, Zubair Lutfullah Kakakhel wrote: > On Mon, Feb 25, 2019 at 10:43 AM Zubair Lutfullah Kakakhel > wrote: >> >> Hi, >> >> I've encountered occasional glitches while writing to the sd card >> via u-boot(2018.07) on a Pi 3 B+. The goal is to write the bootcount >> in the boot par

Re: [U-Boot] rpi: bcm2835_sdhost: occasional errors while writing

2019-03-05 Thread Zubair Lutfullah Kakakhel
On Mon, Feb 25, 2019 at 10:43 AM Zubair Lutfullah Kakakhel wrote: > > Hi, > > I've encountered occasional glitches while writing to the sd card > via u-boot(2018.07) on a Pi 3 B+. The goal is to write the bootcount > in the boot partition. As a test, this is the loop I used to read, display > cont

[U-Boot] rpi: bcm2835_sdhost: occasional errors while writing

2019-02-25 Thread Zubair Lutfullah Kakakhel
Hi, I've encountered occasional glitches while writing to the sd card via u-boot(2018.07) on a Pi 3 B+. The goal is to write the bootcount in the boot partition. As a test, this is the loop I used to read, display contents, write to the same file over and over again. ``` mw 20 0 while itest *