.hex support, auto port detection, fixes
just-another-jxliu
released this
16 Oct 23:05
·
20 commits
to master
since this release
- 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)