RTEMS/i.MX7D u-boot configuration.

Sebastian Huber sebastian.huber at embedded-brains.de
Tue Apr 3 08:19:08 UTC 2018


On 03/04/18 10:05, JunBeom Kim (EmbedCoreTech) wrote:
> At this time, I did boot RTEMS in u-boot console according to below step in my case.
>
> - fatload mmc 1 0x18000000 imx6q-sabresd.dtb
> - fatload mmc 1 0x10100000 rtems.bin
> - go 0x10100000

Use bootm. You must use a Linux U-Boot image:

mkimage -A arm -O linux -T kernel -a 0x80200000 -e 0x80200000 -n RTEMS -d app.bin.gz app.img

https://www.denx.de/wiki/view/DULG/UBootCmdGroupExec#Section_5.9.4.2.

-- 
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.huber at embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.




More information about the users mailing list