Hello Paul, On Fri, Sep 23, 2016 at 09:47:49AM -0400, Paul Dufresne wrote:
With STOP_AT == 1 it hangs,
This mean the UART initialization in Console_serial::Console_serial() succeeds.
With STOP_AT == 2 it reboots.
So your reboot is induced by Console_vga::Console_vga() in src/console_vga.cpp. You may now proceed with moving 'while(1);' into the constructor function.
Greets