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

Fabio Estevam festevam at gmail.com
Wed May 24 20:56:09 UTC 2017


Hi Fausto,

Please do not top post in mailing lists.

On Wed, May 24, 2017 at 1:29 PM, Fausto Sessego <fausto.sessego at infomob.it>
wrote
>
>
> I tried many procedures but i did'nt found any solution.
>

Try to do:

make menuconfig

Kernel hacking  --->
[*] Kernel low-level debugging functions (read help!)
          Kernel low-level debugging port (i.MX6Q/DL Debug UART)
    (1) i.MX Debug UART Port Selection (NEW)
    [*] Early printk

In this example the console port is at UART1. If you have the console on
another UART then adjust it properly.

Then pass 'earyprintk' in the kernel command line as well.

This would help you to see where the kernel is hanging.

Hope it helps.


More information about the U-Boot mailing list