File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,17 @@ mkdir ~/MicroPythonOS
1111cd ~ /MicroPythonOS
1212git clone https://github.com/MicroPythonOS/MicroPythonOS.git
1313git 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
1714git 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
You can’t perform that action at this time.
0 commit comments