
On Mon, Mar 16, 2015 at 9:50 AM, Chris Kuethe chris.kuethe@gmail.com wrote:
On Tue, Feb 24, 2015 at 1:03 AM, andrej@inversepath.com wrote:
From: Andrej Rosano andrej@inversepath.com
Add support for Inverse Path USB armory board, an open source flash-drive sized computer based on Freescale i.MX53 SoC.
http://inversepath.com/usbarmory
Signed-off-by: Andrej Rosano andrej@inversepath.com
Tested-by: Chris Kuethe chris.kuethe+github@gmail.com
Derp. I didn't notice this before because I had a saved boot command...
+#define CONFIG_BOOTCOMMAND \ + "ext2load mmc 0:1 0x70800000 /boot/uImage; ext2load mmc 0:1" \ + "0x71000000 /boot/imx53-usbarmory.dtb; bootm 0x70800000 - 0x71000000"
Needs a space after "mmc 0:1" or before "0x71000000", otherwise you get "ext2load mmc 0:10x71000000" which won't boot.