-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add uconsole_keyboard_flash.tar.gz readme in wiki
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Simple uConsole keyboard flashing tool | ||
|
||
[uconsole_keyboard_flash.tar.gz](https://github.com/clockworkpi/uConsole/blob/master/Bin/uconsole_keyboard_flash.tar.gz "uconsole_keyboard_flash.tar.gz") | ||
|
||
This tar.gz contains a auto flash tool for quick flashing Arduino IDE compiled bin file to the uConsole keyboard while the keyboard is plugged in the PC or uConsole and uConsole is running some linux system. | ||
|
||
***DO NOT*** confused the bin file in the tar.gz with other uconsole.kbd.***.bin files, they are not the same thing. | ||
|
||
So do not use uconsole.kbd.***.bin with this flashing tool. | ||
|
||
Here's how you can flash the firmware on uConsole(A06 or CM4) or a PC running Ubuntu 22.04+: | ||
|
||
1. Download the [uconsole_keyboard_flash.tar.gz](https://github.com/clockworkpi/uConsole/blob/master/Bin/uconsole_keyboard_flash.tar.gz "uconsole_keyboard_flash.tar.gz") file. | ||
2. Extract the contents of the archive: `tar zxvf uconsole_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 uconsole_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 uConsole to resolve it. | ||
8. Rest assured that this flash program will not brick your keyboard. | ||
|