aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkeyboards/tada68/readme.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/tada68/readme.md b/keyboards/tada68/readme.md
index 9691134bf..25b054ba1 100755
--- a/keyboards/tada68/readme.md
+++ b/keyboards/tada68/readme.md
@@ -56,3 +56,30 @@ $ make tada68:default:flashbin
56`rm -fr .Trashes/ .fseventsd/ ._.Trashes ._FLASH.bin` 56`rm -fr .Trashes/ .fseventsd/ ._.Trashes ._FLASH.bin`
57 57
587) Eject the USB device or hit ESC on the keyboard. The lights will stop flashing and your firmware is loaded! 587) Eject the USB device or hit ESC on the keyboard. The lights will stop flashing and your firmware is loaded!
59
60## Flashing Instructions (Linux)
61
62*Use these instructions at your own risk. Mount settings originally found at https://www.reddit.com/r/MechanicalKeyboards/comments/8e2nnp/help_problems_flashing_firmware_on_tada68_from/*
63
641) from the `qmk_firmware\` directory run:
65```
66$ make tada68:default:flashbin
67```
68
692) Connect your keyboard to Windows computer, hit the reset button on the TADA, the lights will start flashing.
70
713) A new entry should appear at `/dev/sd*`. Mount the board using this command:
72
73```
74mount -t vfat -o rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro,uhelper=udisks2 <path to device> /mnt/tada68
75```
76
774) Back up the original firmware
78
79`mv /mnt/tada68/FLASH.BIN ~`
80
815) Copy over your new firmware to the keybaord
82
83`cp <path to your qmk_firmware folder>/FLASH.bin /mnt/tada68`
84
855) *Do not eject the USB device.* Hit ESC on the keyboard. The lights will stop flashing and your firmware is loaded!