git clone https://github.com/Skandakm29/VsdSquadron_mini_fpga_uart_loopback.git
cd "VsdSquadron_mini_fpga_uart_loopback"Build & Flash FPGA Bitstream
make buildGenerates top.bin for the FPGA.
sudo make flash
Uploads the bitstream to the FPGA.Open Serial Terminal
sudo picocom -b 9600 /dev/ttyUSB0 --echoSend Data & Verify Output
| Sent Data (TX) | Received Data (RX) |
|---|---|
| A | AA |
| hello | hheelllloo |
Exit Terminal CTRL + A, then CTRL + X
- Check FPGA pin connections.
- Ensure baud rate is set to 9600.
- Verify FTDI cable is properly connected.