Skip to content

Commit b3f2f9a

Browse files
committed
fix
1 parent 792b098 commit b3f2f9a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Windows
3535
***Note: The -p parameter is optional***
3636

3737

38-
__NOTE: DO NOT USE LAB FOR MICROPYTHON TO UPLOAD BIN FILES__
38+
__WARNING: do not open bin files with Arduino Lab for Micropython 0.8.0 because they will be corrupted__
3939

4040
### 2.1 mip (MicroPython Package Manager)
4141
This is the recommended method for boards which can connect to Internet. Make sure your board is connected to the Internet and
@@ -53,7 +53,7 @@ mip.install('github:arduino/arduino-alvik-mpy')
5353

5454
### 3. Update firmware on your Arduino® Alvik
5555

56-
Download the latest Arduino [Alvik Carrier Firmware code](https://github.com/arduino-libraries/Arduino_AlvikCarrier) and/or [pre-compiled binary](https://github.com/arduino-libraries/Arduino_AlvikCarrier/releases/latest)
56+
Download the latest [Arduino Alvik Carrier Firmware code](https://github.com/arduino-libraries/Arduino_AlvikCarrier) (to compile the firmware using Arduino IDE) or the [pre-compiled firmware](https://github.com/arduino-libraries/Arduino_AlvikCarrier/releases/latest)
5757

5858
Go into `utilities` folder and run:
5959
```shell
@@ -156,10 +156,9 @@ It is possible to stop the robot at any time by pressing the `CANCEL touch butto
156156
<br>
157157
<br>
158158

159-
__Note: not open bin files with Arduino Lab for Micropython because they will be corrupted__
159+
__WARNING: do not open bin files with Arduino Lab for Micropython 0.8.0 because they will be corrupted__
160160

161161
### Useful links
162-
- [Alvik Carrier](https://github.com/arduino-libraries/Arduino_AlvikCarrier)
163-
- [Alvik C++](https://github.com/arduino-libraries/Arduino_Alvik)
164-
- [Product page](https://store.arduino.cc/pages/alvik)
165-
- [Micropython](https://github.com/arduino/arduino-alvik-mpy)
162+
- [Arduino_Alvik](https://github.com/arduino-libraries/Arduino_Alvik): Arduino library required to program Alvik
163+
- [Arduino_AlvikCarrier](https://github.com/arduino-libraries/Arduino_AlvikCarrier): Arduino library required to build the firmware
164+
- [Arduino Alvik product page](https://store.arduino.cc/pages/alvik)

0 commit comments

Comments
 (0)