Skip to content

Commit 52804e0

Browse files
committed
Update giga-micropython.md
1 parent d9d212e commit 52804e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/hardware/08.mega/boards/giga-r1/tutorials/giga-micropython/giga-micropython.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,23 @@ You will need the following software/tools installed:
3232

3333
**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.
3434

35-
```sh
35+
```
3636
$ brew install dfu-util
3737
```
3838

3939
**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.
4040

4141
**4.** Open a terminal, and navigate to the directory of your `firmware.dfu` file. Run the following command:
4242

43-
```sh
43+
```
4444
$ dfu-util -w -a 0 -d 2341:0366 -D <firmware>.dfu
4545
```
4646

4747
>Replace `<firmware>` with the name of the file.
4848
4949
At the end of the process, you will see the following message on success:
5050

51-
```sh
51+
```
5252
Done parsing DfuSe file
5353
```
5454

0 commit comments

Comments
 (0)