Skip to content

Commit cca9650

Browse files
committed
readme
1 parent 9f17571 commit cca9650

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,22 @@ __NOTE: DO NOT USE LAB FOR MICROPYTHON TO UPLOAD BIN FILES__
3636
<br>
3737
<br>
3838

39+
### 3. Update firmware on your Arduino® Alvik
40+
41+
Go into `utilities` folder and run:
42+
```shell
43+
Linux
44+
$ ./flash_firmware.sh -p <device port> <path-to-your-firmware>
45+
46+
Windows
47+
> install.bat -p <device port> <path-to-your-firmware>
48+
```
49+
Answer `y` to flash firmware.
50+
51+
<br>
52+
<br>
53+
54+
3955
## Examples
4056

4157
Use `mpremote` to copy files into your Arduino® Nano ESP32.
@@ -47,4 +63,6 @@ e.g.
4763

4864
You can now use Arduino Lab for Micropython to run your examples remotely from the device filesystem.
4965

66+
<br>
67+
5068
__Note: not open bin files with Arduino Lab for Micropython because they will be corrupted__

0 commit comments

Comments
 (0)