You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applications output rubbish through UART which seems to be the result of a mismatching XTAL frequency while building the bootloader. I've a board that has an XTAL frequency of 26 MHz but the bootloader is being built with 40 MHz configured fixed.
Steps to reproduce the issue
I built and flashed examples/hello-world to my ESP32 board using:
make flash term BOARD=esp32-wroom-32
Expected results
Serial output over UART:
2022-11-01 03:13:27,000 # ets Jul 29 2019 12:21:46
2022-11-01 03:13:27,000 #
2022-11-01 03:13:27,005 # rst:0x1 (POWERON_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)
2022-11-01 03:13:27,007 # configsip: 0, SPIWP:0xee
2022-11-01 03:13:27,013 # clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
2022-11-01 03:13:27,016 # mode:DOUT, clock div:2
2022-11-01 03:13:27,018 # load:0x3fff0030,len:1428
2022-11-01 03:13:27,020 # load:0x40078000,len:12788
2022-11-01 03:13:27,022 # load:0x40080400,len:2840
2022-11-01 03:13:27,024 # entry 0x40080410
2022-11-01 03:13:27,069 # Pro cpu up.
2022-11-01 03:13:27,070 # Single core mode
2022-11-01 03:13:27,125 #
2022-11-01 03:13:27,132 # main(): This is RIOT! (Version: 2023.01-devel-219-g240cc)
2022-11-01 03:13:27,133 # Hello World!
2022-11-01 03:13:27,138 # You are running RIOT on a(n) esp32-wroom-32 board.
2022-11-01 03:13:27,141 # This board features a(n) esp32 MCU.
Description
Applications output rubbish through UART which seems to be the result of a mismatching XTAL frequency while building the bootloader. I've a board that has an XTAL frequency of 26 MHz but the bootloader is being built with 40 MHz configured fixed.
Steps to reproduce the issue
I built and flashed
examples/hello-world
to my ESP32 board using:make flash term BOARD=esp32-wroom-32
Expected results
Serial output over UART:
Actual results
Serial output over UART:
Versions
The text was updated successfully, but these errors were encountered: