We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f17571 commit cca9650Copy full SHA for cca9650
README.md
@@ -36,6 +36,22 @@ __NOTE: DO NOT USE LAB FOR MICROPYTHON TO UPLOAD BIN FILES__
36
<br>
37
38
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
53
54
55
## Examples
56
57
Use `mpremote` to copy files into your Arduino® Nano ESP32.
@@ -47,4 +63,6 @@ e.g.
63
64
You can now use Arduino Lab for Micropython to run your examples remotely from the device filesystem.
65
66
67
68
__Note: not open bin files with Arduino Lab for Micropython because they will be corrupted__
0 commit comments