[U-Boot] U-Boot

Simon Glass sjg at chromium.org
Tue Feb 13 17:29:37 UTC 2018


Hi Mariano,

On 13 February 2018 at 09:00, Mariano Coromac <mcoromac at stsa.info> wrote:
> Thanks for the info. Apparently now the console is redirected but I keep
> getting these driver errors:
> bind node serial at f8038200
>    - attempt to match compatible string 'atmel,at91sam9260-usart'
>    - found match at 'serial_atmel'
> Error binding driver 'serial_atmel': -12
>
> For what I understand, the drivers are found but not binded. Any idea why?
> All the parameters seemed to be correct. I found the function declared in
> System.map and u-boot.map
> Does this have to do with uclass.c? I don't know if I am correct but that
> one is in charge of handling all the drivers.

$ grep 12 include/linux/errno.h
#define ENOMEM 12 /* Out of memory */

You could look at CONFIG_SYS_MALLOC_F_LEN and make it a little larger?

Regards,
Simon


More information about the U-Boot mailing list