This commit is contained in:
Maxim Devaev 2023-06-02 02:05:26 +03:00
parent 9569533f70
commit 613ccbe9d2
1 changed files with 2 additions and 2 deletions

View File

@ -67,11 +67,11 @@ The V4 Plus has an internal USB port that can be used at your discretion.
It supports USB 3.0, but by default it only works with USB 2.0 devices due to energy savings. It supports USB 3.0, but by default it only works with USB 2.0 devices due to energy savings.
To enable USB 3.0, it is required to flash the USB controller firmware. It's very easy: To enable USB 3.0, it is required to flash the USB controller firmware. It's very easy:
1. Install the package `flashrom-vl805`: 1. Install the package `flashrom-pikvm`:
``` ```
# rw # rw
# pacman -Syu # pacman -Syu
# pacman -S flashrom-vl805 # 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, and reboot:
``` ```