Skip to content

Commit 890b079

Browse files
authored
Merge pull request #987 from arduino/karlsoderby/giga-mp-fix
GIGA uPython minor update
2 parents 1cae1c6 + 008b737 commit 890b079

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You will need the following software/tools installed:
2828

2929
## Installation
3030

31-
**1.** Download the [GIGAR1_MP_FW.dfu](/resources/firmware/GIGAR1_MP_FW.dfu) firmware.
31+
**1.** Download the [GIGAR1_MP_FW.dfu](/resources/firmware/GIGAR1_MP_FW.dfu) firmware (latest firmware is always available at the [MicroPython with Arduino](/micropython/) page).
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

@@ -74,8 +74,6 @@ To find out examples and more fundamental knowledge, please visit the [MicroPyth
7474

7575
***It is important to note that different Arduino boards have different implementations. This is mainly due to what microcontroller the board is based on. For example, to access digital pin 2, on the GIGA R1, you will need to use `'PA3'` (with the quotation marks). See more in [GIGA R1 Pin Map](#pin-map)***
7676

77-
## Main.py
78-
7977
## File System (Mass Storage)
8078

8179
The MicroPython installation exposes the mass storage device on your board, which can be edited directly from your computer. This allows you to install modules, edit the boot & main script as well as adding the possibility of switching between scripts.

0 commit comments

Comments
 (0)