From 73ef3a220fa41df4be663af563655148a8680990 Mon Sep 17 00:00:00 2001 From: arch1mede Date: Tue, 18 Jan 2022 13:25:45 -0800 Subject: [PATCH] Update building_os.md (#606) * Update building_os.md Added verbiage for clarification * Update building_os.md --- docs/building_os.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/building_os.md b/docs/building_os.md index 8f9da091..816a5968 100644 --- a/docs/building_os.md +++ b/docs/building_os.md @@ -31,10 +31,10 @@ Docker must be enabled in privileged mode. * Choose the board: `BOARD=rpi4` for Raspberry Pi 4 or `BOARD=zerow`, `BOARD=rpi2`, `BOARD=rpi3` for other options. * Choose the platform: * `PLATFORM=v3-hdmi` for RPi4 and PiKVM v3 HAT. - * `PLATFORM=v2-hdmi` for RPi4 or ZeroW with HDMI-CSI bridge. + * `PLATFORM=v2-hdmi` for RPi3a+/RPi4 or ZeroW with HDMI-CSI bridge. * `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. + * `PLATFORM=v0-hdmi` for RPi2 or 3b+ with HDMI-CSI bridge and Arduino HID. + * `PLATFORM=v0-hdmiusb` for RPi2 or 3b+ with HDMI-USB dongle and Arduino HID. * Other options are for legacy or specialized PiKVM boards (WIP). 4. Create the config file `config.mk` for the target system. You must specify the path to the SD card on your local computer (this will be used to format and install the system) and the version of your Raspberry Pi and platform. You can change other parameters as you wish. Please note: if your password contains the # character, you must escape it using a backslash like `ROOT_PASSWD = pass\#word`. @@ -68,7 +68,7 @@ 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" +!!! warning "BOARD=rpi3 and PLATFORM=v2-hdmiusb are NOT compatable and will produce an error" 4. Build the OS. It may take about one hour depending on your Internet connection: