You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+25-20
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,17 @@
4
4
5
5
2. Plug in your keyboard.
6
6
7
-
3. In your terminal, change to the directory where you downloaded the executable and applet-*.bin file(s).
7
+
3. In your terminal, change to the directory where you downloaded the executable file.
8
8
9
-
4.**Windows** - Run `mdloader_windows.exe --first --download FILE_NAME --restart`. Replace "FILE_NAME" with the filename of your compiled firmware.
10
-
**Linux** - Run `mdloader_linux --first --download FILE_NAME --restart`. Replace "FILE_NAME" with the filename of your compiled firmware. Depending on your user's permissions, you might have to add your user to the `dialout` group or use `sudo` on the command.
11
-
**Mac** - Run `mdloader_mac --first --download FILE_NAME --restart`. If you downloaded with Mac Safari, run `mdloader_mac.dms --first --download FILE_NAME --restart`. Replace "FILE_NAME" with the filename of your compiled firmware.
12
-
13
-
5. You should see the message:
9
+
4. Run the following command:
14
10
```
15
-
Scanning for device for 60 seconds
11
+
./mdloader --first --download FILE_NAME --restart
12
+
```
13
+
**Note**: Replace `FILE_NAME` with the filename of your compiled firmware.
The program will now be searching for your device. Press the reset switch found through the small hole on the back case or by appropriate key sequence to enter programming mode and allow programming to commence.
88
91
Firmware may be provided as a binary ending in .bin or an Intel HEX format ending in .hex, but .hex is preferred for data integrity.
89
92
Note that safeguards are in place to prevent overwriting the bootloader section of the device.
0 commit comments