diff --git a/docs/v4.md b/docs/v4.md index 4c2f67b0..9f84a8cf 100644 --- a/docs/v4.md +++ b/docs/v4.md @@ -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. 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 # 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: ```