Skip to content

Commit a9e4a08

Browse files
Update build instructions
1 parent a2d3ac1 commit a9e4a08

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

docs/building/esp32.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,17 @@ mkdir ~/MicroPythonOS
1111
cd ~/MicroPythonOS
1212
git clone https://github.com/MicroPythonOS/MicroPythonOS.git
1313
git clone https://github.com/MicroPythonOS/freezeFS
14-
git clone https://github.com/cnadler86/micropython-camera-API
15-
echo 'include("~/MicroPythonOS/lvgl_micropython/build/manifest.py")' >> micropython-camera-API/src/manifest.py
16-
git clone https://github.com/MicroPythonOS/lvgl_micropython
1714
git clone https://github.com/MicroPythonOS/secp256k1-embedded-ecdh
15+
git clone https://github.com/MicroPythonOS/lvgl_micropython
16+
cd lvgl_micropython/
17+
echo " espressif/esp32-camera:
18+
git: https://github.com/cnadler86/esp32-camera.git" > lib/micropython/ports/esp32/main/idf_component.yml
19+
20+
git clone https://github.com/cnadler86/micropython-camera-API
21+
cd micropython-camera-API/
22+
git checkout v0.4.0
23+
echo 'include("~/MicroPythonOS/lvgl_micropython/build/manifest.py")' >> src/manifest.py
24+
1825
```
1926

2027
## Build Process
@@ -55,7 +62,7 @@ git clone https://github.com/MicroPythonOS/secp256k1-embedded-ecdh
5562
./scripts/flash_over_usb.sh
5663
```
5764
58-
3. For a development build, install files manually:
65+
3. For a development build, fill the filesystem manually:
5966
6067
```bash
6168
./scripts/install.sh

0 commit comments

Comments
 (0)