Hi Mariano, On 13 February 2018 at 09:00, Mariano Coromac <[email protected]> wrote: > Thanks for the info. Apparently now the console is redirected but I keep > getting these driver errors: > bind node serial@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 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

