File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/hardware/08.mega/boards/giga-r1/tutorials/giga-micropython Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,23 +32,23 @@ You will need the following software/tools installed:
32
32
33
33
** 2.** Download the [ dfu-util] ( https://dfu-util.sourceforge.net/ ) tool, or install via Brew (or other package managers). Make sure it is in your PATH.
34
34
35
- ``` sh
35
+ ```
36
36
$ brew install dfu-util
37
37
```
38
38
39
39
** 3.** Double tap the reset button on the GIGA R1 board. The green LED should now be pulsing. This means it is in bootloader mode.
40
40
41
41
** 4.** Open a terminal, and navigate to the directory of your ` firmware.dfu ` file. Run the following command:
42
42
43
- ``` sh
43
+ ```
44
44
$ dfu-util -w -a 0 -d 2341:0366 -D <firmware>.dfu
45
45
```
46
46
47
47
> Replace ` <firmware> ` with the name of the file.
48
48
49
49
At the end of the process, you will see the following message on success:
50
50
51
- ``` sh
51
+ ```
52
52
Done parsing DfuSe file
53
53
```
54
54
You can’t perform that action at this time.
0 commit comments