Unable to get ouput for samples/subsys/logging/logger and samples/philosophers #35681
Labels
bug
The issue is a bug, or the PR is fixing a bug
platform: nRF
Nordic nRFx
priority: low
Low impact/importance bug
Describe the bug
Env details:
Ubuntu 20.04.2 LTS running zephyr project from master and zephyr sdk version: zephyr-sdk-0.12.3
Hardware: Arduino nano 33 ble sense.
I have setup the zephyr environment as explained in the page: https://docs.zephyrproject.org/latest/getting_started/index.html.
I have connected by Arduino nano 33 ble sense board to my ubuntu laptop via USB to mini-USB cable which powers my board and as well as help in flashing it via /dev/ttyACM0 port. I have also connected USB to TTL cable to my board in parallel to USB cable with only TX/RX pins on my arduino nano 33 ble so that i can watch the output on minicom.
To Reproduce
Steps to reproduce the behavior:
west build -p auto -b arduino_nano_33_ble samples/subsys/logging/logger
west flash --bossac="/home/ohos-bld/.arduino15/packages/arduino/tools/bossac/1.9.1-arduino2/bossac"
sudo minicom -s
with configuration as baud_rate=115200 partiy=None stopbits=1 but NO prints are visible on serial port /dev/ttyUSB0.$ sudo minicom -s
Expected behavior
console display should be visible on minicom.
Impact
Unable to proceed with using arduino nano 33 ble board with zephyr
Logs and console output
as explained above
Environment (please complete the following information):
Hardware: Arduino nano 33 ble sense.
Additional context
I have connected by Arduino nano 33 ble sense board to my ubuntu laptop via USB to mini-USB cable which powers my nano board and as well as help in flashing it via /dev/ttyACM0 port. I have also connected USB to TTL cable to my board in parallel to USB cable with only TX/RX pins on my arduino nano 33 ble boad.
flashing on usb port: /dev/ttyACM0
serial console (minicom): /dev/ttyUSB0
i even tried chaning prj.conf as explained in the issue: #26104 that also did not solve my problem.
Thanks!!!
The text was updated successfully, but these errors were encountered: