Yuo You can debug most of the board from Seco using a serial connection.
Typically serial debug output can be accessed obtained via TTL or RS232 connector on the board with standard protocol configuration 115200 8N1. Please refer to the board specification to find the correct way to physically connect the serial port to your PC.
Serial Console on Linux
On Linux the simplest way to connect a serial console is using the program “minicom”. You can install this tool with the command:
...
Serial Console on Windows
There are lot of different program programs on Windows that can be used to manage a serial consolefor managing serial debug consoles.
We suggest to use Teraterm, but also putty or minicom under WSL are also a valid options.
To use Tera Term just download and install it from opensource projecetproject: https://osdn.net/projects/ttssh2/releases/ .
Search and execute Tera Term from Windows launcher with administrative privilege
...
At startup select serial protocol and the correct USB Serial Port
...
open settings menu and select 115200 from baudrate
...