On Mon, 11 May 2020 at 05:13, Alex Bennée <alex.ben...@linaro.org> wrote: > > > Robert Foley <robert.fo...@linaro.org> writes: > > > Added ability to view console during boot via > > --boot-console switch to basevm.py. This helps debug issues that occur > > during the boot sequence. > > Also added a new special variable to vm-build: > > BOOT_CONSOLE=1 will cause this new --boot-console switch to be set. > > Hmm why isn't this output covered by DEBUG=1? I'm wary of adding another > debug knob rather than just including the extra information under our > existing DEBUG output.
This is a good point. I will add this support under DEBUG=1. Thanks, -Rob