File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33mydir=$( readlink -f " $0 " )
44mydir=$( dirname " $mydir " )
5+ twoup=$( readlink -f " $mydir " /../..) # build process needs absolute paths
6+ oneup=$( readlink -f " $mydir " /..) # build process needs absolute paths
57
68target=" $1 "
79buildtype=" $2 "
@@ -53,8 +55,6 @@ if [ "$target" == "esp32" ]; then
5355 # CONFIG_FREERTOS_VTASKLIST_INCLUDE_COREID=y
5456 # CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS=y
5557 [ ! -z " $manifest " ] && frozenmanifest=" FROZEN_MANIFEST=" $( readlink -f " $manifest " )
56- twoup=$( readlink -f " $mydir " /../..) # build process needs absolute paths
57- oneup=$( readlink -f " $mydir " /..) # build process needs absolute paths
5858 pushd " $twoup " /lvgl_micropython
5959 python3 make.py --ota --partition-size=4194304 --flash-size=16 esp32 BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=st7789 INDEV=cst816s USER_C_MODULE=" $twoup " /micropython-camera-API/src/micropython.cmake USER_C_MODULE=" $twoup " /secp256k1-embedded-ecdh/micropython.cmake USER_C_MODULE=" $oneup " /c_mpos/micropython.cmake CONFIG_FREERTOS_USE_TRACE_FACILITY=y CONFIG_FREERTOS_VTASKLIST_INCLUDE_COREID=y CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS=y " $frozenmanifest "
6060 popd
You can’t perform that action at this time.
0 commit comments