Agilex™ 5 FPGA E-Series 065B Premium Development Kit User Guide

ID 814550
Date 8/05/2024
Public
Document Table of Contents

4.1.4.1. Configuring the Linux UART Environment

Add current user to the group "dialout" to ensure the access to UART, using the following commands:
ls -l /dev/ttyUSB*
sudo chmod 666 /dev/ttyUSB*
sudo usermod -a -G dialout $USER
groups