From de0bff4e86a72f7cac08b7b9072433561405dc53 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Tue, 2 Feb 2021 02:23:21 +0300 Subject: [PATCH] Update flashing_hid.md --- pages/flashing_hid.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/flashing_hid.md b/pages/flashing_hid.md index 47157449..975b6aa8 100644 --- a/pages/flashing_hid.md +++ b/pages/flashing_hid.md @@ -69,7 +69,9 @@ And run `make install` again. If you have any problems or questions, contact us using Discord: https://discord.gg/bpmXfz5 ### Example SPI build + Flash -Here's an end-to-end build and flash of the SPI HID firmware using the default options as described above. +
+ Here's an end-to-end build and flash of the SPI HID firmware using the default options as described above. + ```bash [root@pikvm ~]# rw [root@pikvm ~]# systemctl stop kvmd @@ -337,3 +339,5 @@ spi SUCCESS 00:00:07.536 =================================================== 1 succeeded in 00:00:07.536 =================================================== [root@pikvm hid]# reboot ``` + +