We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2270d commit de22990Copy full SHA for de22990
hardware/arduino/bootloaders/diskloader/src/DiskLoader.cpp
@@ -2,15 +2,9 @@
2
3
#include "Platform.h"
4
5
-// This bootloader creates a composite Serial/Mass storage device
+// This bootloader creates a composite Serial device
6
//
7
// The serial interface supports a STK500v1 protocol that is very similar to optiboot
8
-// The mass storage interface emulates a disk image that is used to read or write firmware.bin files
9
-// Delete firmware.bin and copy a new binary (not .hex) file to flash the firmware i.e:
10
-//
11
-// cp firmware.bin f:/. -f
12
13
-// Ejecting the disk will run the firmware
14
15
// The bootloader will timeout and start the firmware after a few hundred milliseconds
16
// if a usb connection is not detected.
0 commit comments