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
{{ message }}
This repository was archived by the owner on Jan 29, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,20 @@ It is a much more space efficient alternative to the 4kB Atmel/Microchip [AN_423
9
9
10
10
## Usage
11
11
12
-
Downloading can be accomplished with the existing [dfu-util](http://dfu-util.sourceforge.net/) utilities:
12
+
Downloading can be accomplished with the existing [dfu-util](http://dfu-util.sourceforge.net/) utilities.
13
+
14
+
Downloading a raw binary file looks like this:
13
15
14
16
```
15
17
dfu-util -D write.bin
16
18
```
17
19
20
+
or by using the provided dx1elf2dfu utility, one can create a .dfu file to be downloaded:
21
+
22
+
```
23
+
dfu-util -D write.dfu
24
+
```
25
+
18
26
## Specifics
19
27
20
28
The linker memory map of the user application must be modified to have an origin at 0x0000_0400 rather than at 0x0000_0000. This bootloader resides at 0x0000_0000.
0 commit comments