From 613ccbe9d2d819069ac0c437ea1ed3dc91ac1d24 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Fri, 2 Jun 2023 02:05:26 +0300 Subject: [PATCH] fix --- docs/v4.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: ```