mirror of https://github.com/pikvm/pikvm.git
fix
This commit is contained in:
parent
a1c720d4c6
commit
69c34ad90d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue