[U-Boot] i.Mx6q u-boot stuck

Fabio Estevam festevam at gmail.com
Fri May 26 12:36:39 UTC 2017


Hi Fausto,

On Fri, May 26, 2017 at 7:39 AM, Fausto Sessego <fausto.sessego at infomob.it>
wrote:

>
>
> #define CONFIG_BOOTCOMMAND \
>     "run mmcargs; " \
> "run loadfdt; " \
> "run loadimage; " \
> "bootz ${loadaddr} - ${fdt_addr}; "\
>

The bootz command expects a zImage type of kernel.

In your previous message you were passing uImage, so what you should do is:

1.Pass a zImage and use it with bootz

or

2. Pass a uImage and use it with bootm.

Hope this helps.


More information about the U-Boot mailing list