From ee392d2f73da5dcd44fd6334409d270bdff5ce2f Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Thu, 26 Apr 2018 17:11:10 -0500 Subject: [PATCH] firmware: add note about BSW keyboard Signed-off-by: Matt DeVillier --- firmware.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/firmware.sh b/firmware.sh index fb92d26..4cdaedf 100644 --- a/firmware.sh +++ b/firmware.sh @@ -435,11 +435,14 @@ if [ $? -eq 0 ]; then mv /tmp/boot/EFI /tmp/boot/EFI_ > /dev/null 2>&1 fi - #Warn about long RAM training time on Braswell + #Warn about long RAM training time, keyboard on Braswell if [[ "$isBraswell" = true ]]; then echo_yellow "IMPORTANT:\nThe first boot after flashing takes substantially longer than subsequent boots -- up to 30s or more. Be patient and eventually your device will boot :)" + echo_yellow "Additionally, GalliumOS users need to use pre-2.2 ISO linked +on homepage of https://mrchromebox.tech; the keyboard +will not work with the 2.1 ISO due to use of older kernel." fi else echo_red "An error occurred flashing the Full ROM firmware. DO NOT REBOOT!"