From 8942d9757eb976ab7ff2b701465df951c7497fe9 Mon Sep 17 00:00:00 2001 From: cuu Date: Fri, 29 Mar 2024 04:09:45 -0700 Subject: [PATCH] add devterm_keyboard_flash.tar.gz.readme_first.md --- ...term_keyboard_flash.tar.gz.readme_first.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Bin/devterm_keyboard_flash.tar.gz.readme_first.md diff --git a/Bin/devterm_keyboard_flash.tar.gz.readme_first.md b/Bin/devterm_keyboard_flash.tar.gz.readme_first.md new file mode 100644 index 0000000..29b1a4f --- /dev/null +++ b/Bin/devterm_keyboard_flash.tar.gz.readme_first.md @@ -0,0 +1,20 @@ +# Readme + +This tar.gz contains a auto flash tool for quick flashing Arduino IDE compiled bin file to the DevTerm keyboard while the keyboard is plugged in the DevTerm and DevTerm is running some linux system. + +***DO NOT*** confused the bin file in the tar.gz with other devterm.kbd.***.bin files, they are not the same thing. + +So do not use devterm.kbd.***.bin with this flashing tool. + +Here's how you can flash the firmware on DevTerm(A06 or CM4) or a PC running Ubuntu 22.04: + +1. Download the devterm_keyboard_flash.tar.gz file. +2. Extract the contents of the archive: `tar zxvf devterm_keyboard_flash.tar.gz`. +3. Install the required package using the following command: `sudo apt install -y dfu-util`. +4. Navigate to the extracted directory: `cd devterm_keyboard_flash`. +5. Execute the flash script with root privileges: `sudo ./flash.sh`. +6. If everything goes well, you will see a progress bar indicating the flashing process. +7. If any issues occur or the keyboard loses control (which is unlikely), simply reboot DevTerm to resolve it. +8. Rest assured that this flash program will not brick your keyboard. + +