change flashing target address
Posted: Tue Jun 11, 2024 3:01 pm
Hi all
I have a VS Code ESP project and want to flash the application to the OTA_0 partition.
Where can I change the partition, where the application shall be flashed?
(Where can I change the target address in /build/flash_args file?
partitions.csv:
thanks
Thomas
I have a VS Code ESP project and want to flash the application to the OTA_0 partition.
Where can I change the partition, where the application shall be flashed?
(Where can I change the target address in /build/flash_args file?
partitions.csv:
Code: Select all
...
myBL, app, factory, 0x10000, 1M,
appl, app, ota_0, 0x110000,1M,
Thomas