File tree Expand file tree Collapse file tree 1 file changed +24
-16
lines changed Expand file tree Collapse file tree 1 file changed +24
-16
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ Build MicroPythonOS for ESP32 microcontrollers, such as [supported hardware](../
44
55## Prerequisites
66
7- - Clone the required repositories:
7+ Clone the required repositories:
8+
89``` bash
910mkdir ~ /MicroPythonOS
1011cd ~ /MicroPythonOS
@@ -19,31 +20,38 @@ git clone https://github.com/MicroPythonOS/secp256k1-embedded-ecdh
1920## Build Process
2021
21221 . ** Navigate to the Repository** :
22- ``` bash
23- cd ~ /MicroPythonOS/MicroPythonOS
24- ```
23+
24+ ```
25+ cd ~/MicroPythonOS/MicroPythonOS
26+ ```
2527
26282. **Build for Production** (includes preinstalled files):
27- ``` bash
28- ./scripts/build_lvgl_micropython.sh esp32 prod
29- ```
29+
30+ ```bash
31+ ./scripts/build_lvgl_micropython.sh esp32 prod
32+ ```
3033
31343. **Build for Development** (no preinstalled files):
32- ``` bash
33- ./scripts/build_lvgl_micropython.sh esp32 dev
34- ```
35+
36+ ```bash
37+ ./scripts/build_lvgl_micropython.sh esp32 dev
38+ ```
3539
3640## Flashing to ESP32
3741
38421. Put your ESP32 in bootloader mode (long-press the BOOT button if running MicroPythonOS).
43+
39442. Flash the firmware:
40- ``` bash
41- ./scripts/flash_over_usb.sh
42- ```
45+
46+ ```bash
47+ ./scripts/flash_over_usb.sh
48+ ```
49+
43503. For a development build, install files manually:
44- ``` bash
45- ./scripts/install.sh
46- ```
51+
52+ ```bash
53+ ./scripts/install.sh
54+ ```
4755
4856## Notes
4957
You can’t perform that action at this time.
0 commit comments