File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ if [ $? -ne 0 ]; then
1212 exit 1
1313fi
1414
15+ rm " $mydir " /../internal_filesystem.bin
1516" $mydir " /../scripts/mklittlefs.sh
1617
1718prboom=" ~/projects/MicroPythonOS/claude/retro-go/prboom-go/build/prboom-go.bin"
@@ -27,7 +28,8 @@ outdir=lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC_S3-SPIRA
2728rm image_esp32s3.bin
2829# ~/.espressif/python_env/*/bin/python -m esptool --chip esp32s3 merge_bin --fill-flash-size=4MB --output image_esp32s3.bin 0x0 "$outdir"/bootloader/bootloader.bin 0x8000 partitions_for_qemu.bin 0x20000 "$outdir"/micropython.bin # 0x820000 "$launcher" 0x930000 "$core" 0xa00000 "$prboom" # 0xae0000 "$mydir"/../internalsd_zips_removed_gb_romart.bin $@
2930# ~/.espressif/python_env/*/bin/python -m esptool --chip esp32s3 merge_bin --fill-flash-size=8MB --output image_esp32s3.bin 0x0 "$outdir"/bootloader/bootloader.bin 0x8000 partitions_for_qemu.bin 0x20000 "$outdir"/micropython.bin 0x3A0000 "$mydir"/../internal_filesystem.bin $@
30- ~ /.espressif/python_env/* /bin/python -m esptool --chip esp32s3 merge_bin --fill-flash-size=16MB --output image_esp32s3.bin 0x0 " $outdir " /bootloader/bootloader.bin 0x8000 partitions_with_retro-go_16mb.bin 0x20000 " $outdir " /micropython.bin 0x820000 " $launcher " 0x930000 " $core " 0xa00000 " $prboom " 0xae0000 " $mydir " /../internal_filesystem.bin $@
31+ # ~/.espressif/python_env/*/bin/python -m esptool --chip esp32s3 merge_bin --fill-flash-size=16MB --output image_esp32s3.bin 0x0 "$outdir"/bootloader/bootloader.bin 0x8000 partitions_with_retro-go_16mb.bin 0x20000 "$outdir"/micropython.bin 0x820000 "$launcher" 0x930000 "$core" 0xa00000 "$prboom" 0xae0000 "$mydir"/../internal_filesystem.bin $@
32+ ~ /.espressif/python_env/* /bin/python -m esptool --chip esp32s3 merge_bin --fill-flash-size=16MB --output image_esp32s3.bin 0x0 " $outdir " /bootloader/bootloader.bin 0x8000 partitions_with_retro-go_16mb.bin 0x20000 " $outdir " /micropython.bin 0xae0000 " $mydir " /../internal_filesystem.bin $@
3133
3234# Building an image based on an Arduino IDE build also works, although I only tried arduino-esp32 v2.x and not to v3.x
3335# outdir=~/.cache/arduino/sketches/4012C161135E5B60169BDFEA7F67E0C6
You can’t perform that action at this time.
0 commit comments