sipeed / M0S_BL616_example

M0S BL616 example (M0S dock)
Apache License 2.0
29 stars 8 forks source link

how is it possible to watch output ? #4

Open netmonk opened 1 year ago

netmonk commented 1 year ago

hello, Just received a few M0S dock, and started to play with sdk. Im compiling and flashing helloworld and freertos exemple without any issue.

But how the hell am i supposed to see log message ?

Once flashed and unplugged/plugged again, the power led is on, but no serial device appear in /dev in my linux. In fact no usb device is detected at all, so im guessing where those log print are going ?

Can someone help ?

PS: at least, i succeeded to flash the flashing led gist, and see flashing led so basically i know my boards are working.

netmonk commented 1 year ago

for those curious, after connecting an usb/uart dongle (rvlink) i was able to watch serial output with screen screen /dev/ttyUSB1 2000000

levshx commented 3 months ago

for those curious, after connecting an usb/uart dongle (rvlink) i was able to watch serial output with screen screen /dev/ttyUSB1 2000000

Which UART TX/RX pins correspond to the terminal?

netmonk commented 2 weeks ago

image

A picture worth a thousand words