You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/ref/dev_guide.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,27 +30,27 @@ Then follow the following steps to test on FPGA:
30
30
You should press the RESET button on the Genesys 2 board (BTN1) to see bootloader message "Boot ROM!". To exit screen press `ctrl`-`a`then`k` and confirm with `y`.
31
31
32
32
In simulation you can do the following:
33
-
1. Make the simulator executable and run the UART smoke test by running the following command:
33
+
1. Extract the example software:
34
+
```sh
35
+
tar -xzvf examples.tar.gz
36
+
```
37
+
2. Make the simulator executable and run the UART smoke test by running the following command:
0 commit comments