From mboxrd@z Thu Jan 1 00:00:00 1970 From: Derald D. Woods Date: Mon, 15 Feb 2016 16:54:53 -0600 Subject: [U-Boot] [PATCH] OMAP3: am3517_evm: SD/MMC boot with uEnv.txt, zImage, and FDT In-Reply-To: <20160208204533.GO25786@bill-the-cat> References: <1454900087-31977-1-git-send-email-woods.technical@gmail.com> <20160208204533.GO25786@bill-the-cat> Message-ID: <56C2573D.4040703@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/08/2016 02:45 PM, Tom Rini wrote: > On Sun, Feb 07, 2016 at 08:54:47PM -0600, Derald D. Woods wrote: > >> Boot with the Linux zImage and am3517-evm.dtb pair, when SD/MMC media >> is present. This behavior can be overridden by creating a 'uEnv.txt' >> file with 'uenvcmd' defined. >> >> To boot an existing 'uImage', create the following 'uEnv.txt': >> >> [start]----------------------------------------------------------------- >> >> loaduimage=fatload mmc 0:1 ${loadaddr} ${bootfile} >> uenvcmd=run loaduimage; run mmcargs; bootm ${loadaddr} >> >> [end]------------------------------------------------------------------- >> >> Inspired by similar patches, for other OMAP3 boards, from EEWiki >> - https://github.com/eewiki/u-boot-patches/tree/master/v2016.01 >> >> Signed-off-by: Derald D. Woods > Reviewed-by: Tom Rini > Gentle nudge. I know that there is not much support for this board and its variants. That being said, one can still buy the SOM's at Digi-Key and other outlets. The Zoom AM3517 eXperimenter, which I have, is still a decent platform for development. So for those who may still care, it would be good to keep this updated. Derald