Console Output

Fimrware Output

The output of the application is send on UART-A and additionally forwarded via the on-board debugger to a cdc-acm device on the host system.

You can use the cdc-acm device to communicate with the board. The default baudrate is 115200.

The serial device is usually displayed as /dev/ttyACMx, /dev/ttyUSBx or similar.

Use a serial terminal emulator (e.g. screen, minicom, picocom) to connect to the device.

screen /dev/ttyACM0 115200

Bootloader Output

The bootloader output is by default available on the UART-A interface.

Just as the firmwares output, the bootloaders output is also forwarded via the on-board debugger to a cdc-acm device on the host system.