Skip to content

Commit de22990

Browse files
committed
Updating bootloader comments.
1 parent df2270d commit de22990

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

hardware/arduino/bootloaders/diskloader/src/DiskLoader.cpp

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,9 @@
22

33
#include "Platform.h"
44

5-
// This bootloader creates a composite Serial/Mass storage device
5+
// This bootloader creates a composite Serial device
66
//
77
// 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
148
//
159
// The bootloader will timeout and start the firmware after a few hundred milliseconds
1610
// if a usb connection is not detected.

0 commit comments

Comments
 (0)