Releases: Massdrop/mdloader
1.0.7
Bugs
- If SmartEEPROM config is corrupted, repair config.
Installation
- Download the correct executable for your operating system.
- Extract the .zip file contents
- Continue to the flashing instructions within https://github.com/Massdrop/mdloader#user-instructions
Latest Beta
Commits
- c4d56b4: Update README.md (just-another-jxliu)
1.0.6
New Features!
- Settings can now persist over disconnects
- SmartEEPROM support depends on running a compatible version of
qmk_firmware
- SmartEEPROM support depends on running a compatible version of
- No more applet path issues
- Now just a single executable
- Bundled as part of the mdloader
Installation
Note: This is slightly different than previous releases.
- Download the correct executable for your operating system.
- Extract the .zip file contents
- Continue to the flashing instructions within https://github.com/Massdrop/mdloader#user-instructions
Fixed applet filename issue + expanded MCU definitions to support more chip IDs
Windows users:
Download mdloader_windows.exe and applet-mdflash.bin and put them in the same folder.
Linux users:
Download mdloader_linux and applet-mdflash.bin and put them in the same folder.
chmod u+x mdloader_linux to make it executable.
Mac users:
Download mdloader_mac and applet-mdflash.bin and put them in the same folder. If downloading with Safari, mdloader_mac with have a .dms extension appended to it. This is fine.
chmod u+x mdloader_mac to make it executable. (chmod u+x mdloader_mac.dms if downloaded from Safari)
Expanded Chip ID definitions within mcu_t
- Expanded mcu_t definitions to reflect broader ATSAMD/E chip ID support. (Note: This release is broken. Use 1.0.5.)
Windows users:
Download mdloader_windows.exe and applet-flash-samd51j18a.bin and put them in the same folder.
Linux users:
Download mdloader_linux and applet-flash-samd51j18a.bin and put them in the same folder.
chmod u+x mdloader_linux to make it executable.
Mac users:
Download mdloader_mac and applet-flash-samd51j18a.bin and put them in the same folder. If downloading with Safari, mdloader_mac with have a .dms extension appended to it. This is fine.
chmod u+x mdloader_mac to make it executable. (chmod u+x mdloader_mac.dms if downloaded from Safari)
Support microcontroller device range
- Support ATSAMD51J18A Device Identification range. Previous device ID gating was too restrictive.
Windows users:
- Download
mdloader_windows.exe
andapplet-flash-samd51j18a.bin
and put them in the same folder.
Linux users:
- Download
mdloader_linux
andapplet-flash-samd51j18a.bin
and put them in the same folder. chmod u+x mdloader_linux
to make it executable.
Mac users:
- Download
mdloader_mac
andapplet-flash-samd51j18a.bin
and put them in the same folder. If downloading with Safari,mdloader_mac
with have a.dms
extension appended to it. This is fine. chmod u+x mdloader_mac
to make it executable. (chmod u+x mdloader_mac.dms
if downloaded from Safari)
.hex support, auto port detection, fixes
- Adds support for
.hex
files - Adds
--first
option which waits up to 60 seconds for the first detected device. This allows the keyboard to be flashed without the need for another keyboard to execute the command.
If you previously downloaded mdloader, you will need to download the new applet-flash-samd51j18a.bin
file in addition to the executable for your OS.
Windows users:
- Download
mdloader_windows.exe
andapplet-flash-samd51j18a.bin
and put them in the same folder.
Linux users:
- Download
mdloader_linux
andapplet-flash-samd51j18a.bin
and put them in the same folder. chmod u+x mdloader_linux
to make it executable.
Mac users:
- Download
mdloader_mac
andapplet-flash-samd51j18a.bin
and put them in the same folder. If downloading with Safari,mdloader_mac
with have a.dms
extension appended to it. This is fine. chmod u+x mdloader_mac
to make it executable. (chmod u+x mdloader_mac.dms
if downloaded from Safari)
Initial release
Firmware loader program for CTRL Keyboard.
Windows users:
- Download
mdloader_windows.exe
andapplet-flash-samd51j18a.bin
and put them in the same folder.
Linux users:
- Download
mdloader_linux
andapplet-flash-samd51j18a.bin
and put them in the same folder. chmod u+x mdloader_linux
to make it executable.
Mac users:
- Download
mdloader_mac
andapplet-flash-samd51j18a.bin
and put them in the same folder. If downloading with Safari,mdloader_mac
with have a.dms
extension appended to it. This is fine. chmod u+x mdloader_mac
to make it executable. (chmod u+x mdloader_mac.dms
if downloaded from Safari)
We are working with Jack and other QMK contributors to get this integrated into a future version of QMK Toolbox.