Skip to content

Commit 2dc1a10

Browse files
committed
Remove make lm32-firmware step as won't be needed shortly
1 parent 3b17043 commit 2dc1a10

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

scripts/README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,7 @@ This clones the HDMI2USB-misoc-firmware repository, adds the timvideos fpga-supp
4242
source scripts/setup-env.sh
4343
```
4444

45-
2. Build the lm32-firmware for the softcore:
46-
```
47-
make lm32-firmware
48-
```
49-
50-
3. Build the gateware:
45+
2. Build the gateware:
5146
```
5247
make gateware
5348
```
@@ -61,7 +56,7 @@ This clones the HDMI2USB-misoc-firmware repository, adds the timvideos fpga-supp
6156

6257
The built gateware will be in build/misoc/build/.
6358

64-
4. You've now built the HDMI2USB firmware/gateware. Ensure board has the right pins set before flashing anything, and plug it in:
59+
3. You've now built the HDMI2USB firmware/gateware. Ensure board has the right pins set before flashing anything, and plug it in:
6560

6661
As the HDMI2USB firmware manipulates the EDID information the following jumpers must be removed;
6762

@@ -73,19 +68,19 @@ This clones the HDMI2USB-misoc-firmware repository, adds the timvideos fpga-supp
7368
* Plug board in using USB PROG port & switch on. If using a VM, ensure the device is passed through.
7469
* Other USB port is for the HDMI2USB capture. Recommend plugging this in too so you can use/test the device.
7570

76-
5. Flash the gateware and firmware - see [1] if using a VM:
71+
4. Flash the gateware and firmware - see [1] if using a VM:
7772

7873
```
7974
PROG=fpgalink make load-gateware
8075
```
8176
(may need to run several times)
8277

83-
6. Load fx2 firmware to enable USB capture:
78+
5. Load fx2 firmware to enable USB capture:
8479
```
8580
make load-fx2-firmware
8681
```
8782

88-
7. Connect to lm32 softcore to send direct commands to the HDMI2USB such as changing resolution:
83+
6. Connect to lm32 softcore to send direct commands to the HDMI2USB such as changing resolution:
8984
```
9085
make connect-lm32
9186
```

0 commit comments

Comments
 (0)