Skip to content

Commit 8ba3c13

Browse files
Fix numbering
1 parent 385f32f commit 8ba3c13

File tree

1 file changed

+24
-16
lines changed

1 file changed

+24
-16
lines changed

docs/building/esp32.md

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff 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
910
mkdir ~/MicroPythonOS
1011
cd ~/MicroPythonOS
@@ -19,31 +20,38 @@ git clone https://github.com/MicroPythonOS/secp256k1-embedded-ecdh
1920
## Build Process
2021

2122
1. **Navigate to the Repository**:
22-
```bash
23-
cd ~/MicroPythonOS/MicroPythonOS
24-
```
23+
24+
```
25+
cd ~/MicroPythonOS/MicroPythonOS
26+
```
2527
2628
2. **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
3134
3. **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
3842
1. Put your ESP32 in bootloader mode (long-press the BOOT button if running MicroPythonOS).
43+
3944
2. Flash the firmware:
40-
```bash
41-
./scripts/flash_over_usb.sh
42-
```
45+
46+
```bash
47+
./scripts/flash_over_usb.sh
48+
```
49+
4350
3. 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

0 commit comments

Comments
 (0)