[U-Boot] Booting a dt zImage kernel

Shawn Guo shawn.guo at linaro.org
Mon Apr 23 16:50:28 CEST 2012


On 23 April 2012 22:13, Fabio Estevam <festevam at gmail.com> wrote:
> Hi,
>
> I am able to successfully boot a zImage kernel with latest 2012.04
> U-boot on mx28evk.
>
> Now I want to boot a dt zImage version.
>
Why do you need to do that at all?  Turn on CONFIG_OF_LIBFDT, and you
will be able to boot an DT kernel (without dtb append) in the
following command.

tftpboot 42000000 uImage; tftpboot 42800000 imx28-evk.dtb; bootm
0x42000000 - 0x42800000

Regards,
Shawn


More information about the U-Boot mailing list