Page 1 of 1

Console Baud Rate

Posted: Mon Jan 15, 2018 9:33 pm
by jerrybarber
I set the 'UART Console Buad Rate' to a different value (57600) in menuconfig. But when the device boots (ESP-WROOM-32) it still prints a lot of output at 115200.

Only after it gets to app_main is the output sent at 57600.

Is there any way to get the initial bootup output to happen at 57600?

Also, is there a way suppress to this initial bootup output?

Thanks.

Re: Console Baud Rate

Posted: Tue Jan 16, 2018 5:09 am
by WiFive
Pull MTDO low to disable rom boot logging.

Re: Console Baud Rate

Posted: Tue Jan 16, 2018 6:03 pm
by jerrybarber
Thanks, works great.