On 23 April 2012 22:13, Fabio Estevam <feste...@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
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to