Skip to content

Commit 610a962

Browse files
committed
fix linter issues
1 parent f15f7a1 commit 610a962

File tree

1 file changed

+3
-5
lines changed
  • content/hardware/08.mega/boards/giga-r1/tutorials/giga-dual-core

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ void loop() {
128128

129129
To install MicroPython on the GIGA R1, you will need to flash a specific MicroPython firmware to the **M7 processor.** This requires the [dfu-util](https://dfu-util.sourceforge.net/) tool.
130130

131-
**2.1.** Download the [MicroPython firmware for GIGA R1]().
131+
**2.1.** Download the [MicroPython firmware for GIGA R1](/micropython).
132132

133133
**2.2.** Download [dfu-util](https://dfu-util.sourceforge.net/) (also available via [brew.sh](https://formulae.brew.sh/formula/dfu-util)). Make sure the tool is added to PATH on your machine.
134134

@@ -138,8 +138,8 @@ To install MicroPython on the GIGA R1, you will need to flash a specific MicroPy
138138

139139
**2.5.** Finally, load the MicroPython firmware, by using the following command:
140140

141-
```sh
142-
dfu-util -w -a 0 -d 2341:0366 -D <firmware>.dfu
141+
```
142+
$ dfu-util -w -a 0 -d 2341:0366 -D <firmware>.dfu
143143
```
144144

145145
This will start an uploading process that can be tracked in the terminal. Once it is done, the green LED will be pulsing. Success!
@@ -158,8 +158,6 @@ When we install MicroPython on the M7 core, we create a mass storage device that
158158

159159
**3.2.** Open the mass storage device (available in e.g. finder), and drag only the `umsg` folder to the root of the mass storage device.
160160

161-
![Drag and drop the umsg folder.]()
162-
163161
You now have the `umsg` module available on your board, and can be called from a MicroPython script.
164162

165163
### 4. Load MicroPython Script

0 commit comments

Comments
 (0)