Replies: 1 comment 4 replies
-
Converted to a discussion since this is not a bug related to the project but a usability issue. Hello, |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
firstly - I love it.
if I have a file system already in my build folder, when I build I get this error, which I'm not sure if it is to be expected. if I delete the file system, then all compiles file.
factory.py: Using esptool.py arguments: --chip esp32 merge_bin -o C:\repo\personal\LedPutter.pio\build\esp32dev/firmware.factory.bin --flash_mode dio --flash_freq 40m --flash_size 4MB 0x1000 C:\repo\personal\LedPutter.pio\build\esp32dev\bootloader.bin 0x8000 C:\repo\personal\LedPutter.pio\build\esp32dev\partitions.bin 0xe000 C:\Users\DavidBargna.platformio\packages\framework-arduinoespressif32\tools\partitions\boot_app0.bin 0x10000 C:\repo\personal\LedPutter.pio\build\esp32dev/safeboot.bin 0xb0000 C:\repo\personal\LedPutter.pio\build\esp32dev/firmware.bin 0x0 C:\repo\personal\LedPutter.pio\build\esp32dev/littlefs.bin
[ ...]usage: esptool merge_bin [-h] --output OUTPUT [--format {raw,uf2,hex}]
[--chunk-size CHUNK_SIZE] [--md5-disable]
[--flash_freq {keep,80m,60m,48m,40m,30m,26m,24m,20m,16m,15m,12m}]
[--flash_mode {keep,qio,qout,dio,dout}]
[--flash_size {keep,256KB,512KB,1MB,2MB,2MB-c1,4MB,4MB-c1,8MB,16MB,32MB,64MB,128MB}]
[--spi-connection SPI_CONNECTION]
[--target-offset TARGET_OFFSET]
[--fill-flash-size {256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB}]
esptool merge_bin: error: argument : Detected overlap at address: 0x1000 for file: C:\repo\personal\LedPutter.pio\build\esp32dev\bootloader.bin
Beta Was this translation helpful? Give feedback.
All reactions