Console Output

Firmware Output

The application output is sent on UART-A.

The output of the application is additionally forwarded via the on-board debugger to a USB 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 and Firmware Loader Output

The bootloader and firmware loader output is available on the UART-A interface.

Just as the firmware’s output, the bootloader and firmware loader output is also forwarded via the on-board debugger to a cdc-acm device on the host system.

Note

The unified firmware loader is now used by default on all board versions, supporting both UDS DFU and USB DFU update mechanisms.