Re: [U-Boot] Unable to saveenv to MMC

2018-12-19 Thread Robin Polak
Thank you for the clarification. I've correct my issue by partitioning the MMC storage and formatting the partition FAT. Then burning the U-Boot Image to 8K in on the raw media. On Tue, Dec 18, 2018 at 12:48 AM Heinrich Schuchardt wrote: > On 12/6/18 7:12 PM, Robin Polak wrote: > > Hello. > >

Re: [U-Boot] Unable to saveenv to MMC

2018-12-18 Thread Heinrich Schuchardt
On 12/6/18 7:12 PM, Robin Polak wrote: > Hello. > > I'm having trouble persisting my environment variables to the SD Card > onto which I have FAT formatted and then written U-Boot to using the > following command: > > sudo dd if=u-boot-sunxi-with-spl.bin of=/dev/disk2 bs=1024 seek=8 > > I get

Re: [U-Boot] Unable to saveenv to MMC

2018-12-17 Thread Lothar Waßmann
Hi, On Thu, 6 Dec 2018 10:12:11 -0800 Robin Polak wrote: > Hello. > > I'm having trouble persisting my environment variables to the SD Card > onto which I have FAT formatted and then written U-Boot to using the > following command: > > sudo dd if=u-boot-sunxi-with-spl.bin of=/dev/disk2 bs=1024

Re: [U-Boot] Unable to saveenv to MMC

2018-12-17 Thread Robin Polak
fran...@public-files.de > Cc: u-boot@lists.denx.de > Betreff: Re: [U-Boot] Unable to saveenv to MMC > > How would I go about validating whether I can access the partition from > u-boot? > > On Fri, Dec 7, 2018 at 1:47 AM Frank Wunderlich [mailto:fran...@public-files.de]> wrote:c

Re: [U-Boot] Unable to saveenv to MMC

2018-12-09 Thread frank-w
just try the ls-command i wrote in uboot-console ;)     Gesendet: Sonntag, 09. Dezember 2018 um 04:20 Uhr Von: "Robin Polak" An: fran...@public-files.de Cc: u-boot@lists.denx.de Betreff: Re: [U-Boot] Unable to saveenv to MMC How would I go about validating whether I can access the

Re: [U-Boot] Unable to saveenv to MMC

2018-12-08 Thread Robin Polak
How would I go about validating whether I can access the partition from u-boot? On Fri, Dec 7, 2018 at 1:47 AM Frank Wunderlich wrote: > can you try to access the partiton from uboot? > > ls mmc 0:0 > > regards Frank > > > Von: "Robin Polak" > > I'm having trouble persisting my environment va

Re: [U-Boot] Unable to saveenv to MMC

2018-12-07 Thread Frank Wunderlich
can you try to access the partiton from uboot? ls mmc 0:0 regards Frank > Von: "Robin Polak" > I'm having trouble persisting my environment variables to the SD Card > onto which I have FAT formatted and then written U-Boot to using the > following command: > ... > => saveenv > Saving Environm

[U-Boot] Unable to saveenv to MMC

2018-12-06 Thread Robin Polak
Hello. I'm having trouble persisting my environment variables to the SD Card onto which I have FAT formatted and then written U-Boot to using the following command: sudo dd if=u-boot-sunxi-with-spl.bin of=/dev/disk2 bs=1024 seek=8 I get the following error when booting a Linksprite_pcDuino3_Na