Skip to content

Releases: Massdrop/mdloader

1.0.7

15 Jul 04:50
aeee189
Compare
Choose a tag to compare

Bugs

  • If SmartEEPROM config is corrupted, repair config.

Installation

  1. Download the correct executable for your operating system.
  2. Extract the .zip file contents
  3. Continue to the flashing instructions within https://github.com/Massdrop/mdloader#user-instructions

Latest Beta

15 Jul 17:29
c4d56b4
Compare
Choose a tag to compare
Latest Beta Pre-release
Pre-release

Commits

  • c4d56b4: Update README.md (just-another-jxliu)

1.0.6

18 Oct 22:16
e4f9774
Compare
Choose a tag to compare

New Features!

  • Settings can now persist over disconnects
    • SmartEEPROM support depends on running a compatible version of qmk_firmware
  • 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.

  1. Download the correct executable for your operating system.
  2. Extract the .zip file contents
  3. 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

06 Oct 23:09
Compare
Choose a tag to compare

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

01 Oct 20:46
Compare
Choose a tag to compare
  • 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

16 Jul 18:24
Compare
Choose a tag to compare
  • Support ATSAMD51J18A Device Identification range. Previous device ID gating was too restrictive.

Windows users:

  1. Download mdloader_windows.exe and applet-flash-samd51j18a.bin and put them in the same folder.

Linux users:

  1. Download mdloader_linux and applet-flash-samd51j18a.bin and put them in the same folder.
  2. chmod u+x mdloader_linux to make it executable.

Mac users:

  1. 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.
  2. 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

16 Oct 23:05
Compare
Choose a tag to compare
  • 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:

  1. Download mdloader_windows.exe and applet-flash-samd51j18a.bin and put them in the same folder.

Linux users:

  1. Download mdloader_linux and applet-flash-samd51j18a.bin and put them in the same folder.
  2. chmod u+x mdloader_linux to make it executable.

Mac users:

  1. 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.
  2. chmod u+x mdloader_mac to make it executable. (chmod u+x mdloader_mac.dms if downloaded from Safari)

Initial release

23 Aug 22:19
c7f0d53
Compare
Choose a tag to compare

Firmware loader program for CTRL Keyboard.

Windows users:

  1. Download mdloader_windows.exe and applet-flash-samd51j18a.bin and put them in the same folder.

Linux users:

  1. Download mdloader_linux and applet-flash-samd51j18a.bin and put them in the same folder.
  2. chmod u+x mdloader_linux to make it executable.

Mac users:

  1. 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.
  2. 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.