This commit is contained in:
Maxim Devaev 2023-07-06 02:58:11 +03:00
parent a1c720d4c6
commit 69c34ad90d
1 changed files with 5 additions and 1 deletions

View File

@ -91,11 +91,15 @@ To enable USB 3.0, it is required to flash the USB controller firmware. It's ver
# pacman -Syu
# pacman -S flashrom-pikvm
```
2. Flash the firmware: `usb3` for USB 3.0 support, or `default` for the default USB 2.0-only firmware, and reboot:
2. Flash the firmware: `usb3` for USB 3.0 support, or `default` for the default USB 2.0-only firmware:
```
# flashrom-vl805 usb3
```
3. Perform the soft reboot:
```
# reboot
```
4. After the soft reboot, perform **reboot by power** (unplug and plug again the power cable).
## Known issues and limitations