On 8/1/19, 8:02 PM, "Joel Stanley" <joel@xxxxxxxxx> wrote: > On Fri, 2 Aug 2019 at 01:02, Tao Ren <taoren@xxxxxx> wrote: >> + >> + chosen { >> + stdout-path = &uart3; >> + bootargs = "debug console=ttyS2,9600n8 root=/dev/ram rw"; > > Are you sure you want 'debug' in your boot arguments? > > The rest lgtm. I can remove debug when applying, or leave it there if > it was intentional. Ahh, I copied bootargs from "/proc/cmdline" on my machine (running old kernel) but I don't think I need it. Thank you for pointing it out. Let me send out v2 patches in a few minutes (so you could apply without extra changes). Cheers, Tao