On this page
article
Probing the Board's Serial Interface
For debugging, especially during the boot sequence, the probe function of Peta-Manager can be used to monitor the board’s serial output.
./peta-manager.py probe --port <usb-device> 115200
Use the
dmesg command to identify the correct serial interface the device is connected to (e.g. dev/ttyUSB0)Administrator privileges (root/sudo) are required
In the case where the PetaLinux Docker Container is used, this command must be ran outside of the container