From 69c34ad90dfb84fa71f7dea0c2c291b3d9908db2 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Thu, 6 Jul 2023 02:58:11 +0300 Subject: [PATCH] fix --- docs/v4.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/v4.md b/docs/v4.md index 84c0f305..aa0e814b 100644 --- a/docs/v4.md +++ b/docs/v4.md @@ -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