Re: [U-Boot] loading environment from SATA

2015-05-05 Thread Ben Hewson
of the various CONFIG_XXX and CONFIG_SYS_XXX ? I know the README file has many, but not all it seems. regards Ben On Tuesday 05 May 2015 11:17:55 Fabio Estevam wrote: > Hi Ben, > > On Thu, Apr 30, 2015 at 9:57 AM, Ben Hewson wrote: > > booting from SATA works very well on my iM

[U-Boot] loading environment from SATA

2015-04-30 Thread Ben Hewson
booting from SATA works very well on my iMX6 based board, however if I do #define CONFIG_ENV_IS_IN_FAT #if defined(CONFIG_ENV_IS_IN_FAT) #define CONFIG_FAT_WRITE #define FAT_ENV_INTERFACE "sata" #define FAT_ENV_DEVICE_AND_PART "0:1" #define FAT_ENV_FILE

Re: [U-Boot] Upgrading U-Boot stops Linux booting.

2015-04-29 Thread Ben Hewson
ing a quick look through the code that there appears to be a late load option for the environment. Can't remember exactly what it was. many thanks Ben On Wednesday 29 Apr 2015 23:09:34 Simon Glass wrote: > Hi Ben, > > On 27 Apr 2015 8:09 am, "Ben Hewson" wrote: > &g

[U-Boot] Upgrading U-Boot stops Linux booting.

2015-04-27 Thread Ben Hewson
Hi, I am having some trouble and wondered if anyone has any suggestions. I have a iMX6 (Quad core, 1Gb Ram) based board by Digi.com. It follows pretty closely the Sabrelite reference design. I am trying to boot Android from SATA on this board. Booting from the SD card works fine, using the u-

[U-Boot] Embest Marsboard

2014-03-10 Thread Ben Hewson
Hello all, This is my first post here or any mailing list, so my apologies for any mistakes. I have added board support for the Embest Marsboard based on the imx6 dual core chip. Embest do provide an old version of U-Boot ( 2009.08-svn8 ). Using the current git master branch and the Wandboar