[U-Boot] U-Boot

Simon Glass sjg at chromium.org
Wed Feb 14 03:09:26 UTC 2018


Hi Mariano,

On 13 February 2018 at 15:23, Mariano Coromac <mcoromac at stsa.info> wrote:
>
> Thank you very much. I expanded the malloc into a bigger number and now I don't get those errors.
> My remaining problem is that I can't seem to move the serial console or console monitor (I don't know which term is better) into my flexcom1 usart.
> It always keep saying:
>
> No serial driver found
> resetting ...
>
> I followed the example that Nicolas pointed to (modified the stdout-path, modified the address, modified the pins, added the serial port into my device tree, modified all the CONFIGS in my defconfig file) but still I don't know why it doesn't link.
>
> My device tree is alright because now I see that the drivers do get binded.
> If I disable the CONFIG_DEBUG_UART=n nothing gets displayed but if I activate it, it shows me the message above.
> Any idea on how to debug this help would be appreciated.
>

You can look at serial_find_console_or_panic() and add a call to
dm_dump_all() to print out the device list. Hopefully you can see your
device in the list?

Regards,
Simon


More information about the U-Boot mailing list