@@ -42,12 +42,7 @@ This clones the HDMI2USB-misoc-firmware repository, adds the timvideos fpga-supp
42
42
source scripts/setup-env.sh
43
43
```
44
44
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:
51
46
```
52
47
make gateware
53
48
```
@@ -61,7 +56,7 @@ This clones the HDMI2USB-misoc-firmware repository, adds the timvideos fpga-supp
61
56
62
57
The built gateware will be in build/misoc/build/.
63
58
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:
65
60
66
61
As the HDMI2USB firmware manipulates the EDID information the following jumpers must be removed;
67
62
@@ -73,19 +68,19 @@ This clones the HDMI2USB-misoc-firmware repository, adds the timvideos fpga-supp
73
68
* Plug board in using USB PROG port & switch on. If using a VM, ensure the device is passed through.
74
69
* Other USB port is for the HDMI2USB capture. Recommend plugging this in too so you can use/test the device.
75
70
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:
77
72
78
73
```
79
74
PROG=fpgalink make load-gateware
80
75
```
81
76
(may need to run several times)
82
77
83
- 6 . Load fx2 firmware to enable USB capture:
78
+ 5 . Load fx2 firmware to enable USB capture:
84
79
```
85
80
make load-fx2-firmware
86
81
```
87
82
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:
89
84
```
90
85
make connect-lm32
91
86
```
0 commit comments