On Thu, 2019-04-11 at 17:06 +0200, Lieven Baes wrote: > [ 0.000000] Kernel command line: $(bootargs_console) > earlyprintk=serial,ttyS0,115200
Looks like `$(bootargs_console)` isn't actually being substituted. Are you sure the `$(...)` syntax is correct? Vendor u-boots sometime deviate a bit but `${...}` would be more usual I think. Ian.