From 6820f62ad8c71e1bfdca0160376c009d26518f6c Mon Sep 17 00:00:00 2001 From: arch1mede Date: Sun, 12 Dec 2021 05:26:10 -0800 Subject: [PATCH] Update building_os.md (#566) Added verbiage for clarity --- docs/building_os.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/building_os.md b/docs/building_os.md index e4124d7..8f9da09 100644 --- a/docs/building_os.md +++ b/docs/building_os.md @@ -32,8 +32,8 @@ Docker must be enabled in privileged mode. * Choose the platform: * `PLATFORM=v3-hdmi` for RPi4 and PiKVM v3 HAT. * `PLATFORM=v2-hdmi` for RPi4 or ZeroW with HDMI-CSI bridge. - * `PLATFORM=v0-hdmi` for RPi 2 or 3 with HDMI-CSI bridge and Arduino HID. * `PLATFORM=v2-hdmiusb` for RPi4 with HDMI-USB dongle. + * `PLATFORM=v0-hdmi` for RPi 2 or 3 with HDMI-CSI bridge and Arduino HID. * `PLATFORM=v0-hdmiusb` for RPi 2 or 3 with HDMI-USB dongle and Arduino HID. * Other options are for legacy or specialized PiKVM boards (WIP). @@ -68,12 +68,14 @@ Docker must be enabled in privileged mode. # SD card device CARD = /dev/mmcblk0 ``` +!!! warning "BOARD=rpi3 and PLATFORM=V2* are NOT compatable and will produce an error" 4. Build the OS. It may take about one hour depending on your Internet connection: ```shell [user@localhost os]$ make os ``` +!!! warning "If you get an error about failing to retriving a file, please edit the Makefile and remove "de3." from the repo path" 5. One of two actions: * Put SD card into card reader and install OS (**you should disable automounting beforehand**: `systemctl stop udisk2` or something like that):