Hailo-15 UART Serial Monitoring
Step 1: Connect the Hailo 15 to Your Computer via USB
Begin by configuring your Hailo 15 according to the instructions in UART Connection Setup for Hailo-15 Once the setup is complete, connect the Hailo-15 to your computer using a the UART-USB bridge.
Step 2: Setting Up Picocom on Ubuntu
To install and configure Picocom on your Ubuntu system, follow the instructions provided in this wiki: Setting Up Picocom - Ubuntu
Important:
When you run the command picocom -b 115200 -r -l /dev/ttyUSB0
, you might encounter an error related to sudo permissions. To resolve this, ensure you execute the command with sudo:
sudo picocom -b 115200 -r -l /dev/ttyUSB0