Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Rodríguez <[email protected]>
  • Loading branch information
malejo97 committed Jun 21, 2024
1 parent a617381 commit 8e1c4bf
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,14 @@ Wait for the **DONE** led to be ON again, and then press the **RESET** push butt
:information_source: This demo ends with the crashing of the system. After configuring the FPGA board, you only need to press the **RESET** button to restart.

### Running the GUI
To execute the GUI application, run:
Before running the GUI application, you need to give full permissions to the serial port dev file.
```
sudo chmod 777 <serial_port>
```

Where `<serial_port>` is the label of the serial port connected to the FPGA board (e.g., /dev/ttyUSB0).

Then, to execute the GUI application, run
```
python3 gui/main.py <serial_port>
```
Where `<serial_port>` is the label of the serial port connected to the FPGA board (e.g., /dev/ttyUSB0).

0 comments on commit 8e1c4bf

Please sign in to comment.