printf not show anything on esp32 #88803
Labels
bug
The issue is a bug, or the PR is fixing a bug
platform: ESP32
Espressif ESP32
priority: low
Low impact/importance bug
Describe the bug
What target platform are you using?
use esp32 board: esp32_devkitc_wrover
What have you tried to diagnose or workaround this issue?
try to use printk function, it show the output
To Reproduce
on zephyr dir:
west build -b esp32_devkitc_wrover/esp32/procpu --sysbuild samples/hello_world
west flash
west esp
west espressif monitor
log shows:
Expected behavior
printf should ouput the message "Hello World...."
Impact
Logs and console output
Environment (please complete the following information):
Additional context
if I added print with printk function as follow on main.c
then rebuild and run, the monitor show like this:
and the .config in build dir is :
The text was updated successfully, but these errors were encountered: