[U-Boot] [PATCH] arm: mx5: Add support for USB armory board

Chris Kuethe chris.kuethe at gmail.com
Tue Mar 17 06:27:40 CET 2015


On Mon, Mar 16, 2015 at 9:50 AM, Chris Kuethe <chris.kuethe at gmail.com> wrote:
> On Tue, Feb 24, 2015 at 1:03 AM,  <andrej at inversepath.com> wrote:
>> From: Andrej Rosano <andrej at 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 at inversepath.com>
>
> Tested-by: Chris Kuethe <chris.kuethe+github at 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.

-- 
GDB has a 'break' feature; why doesn't it have 'fix' too?


More information about the U-Boot mailing list