Page 1 of 1

change flashing target address

Posted: Tue Jun 11, 2024 3:01 pm
by ThomasSt
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:

Code: Select all

...
myBL,   app,  factory, 0x10000, 1M,
appl,     app,  ota_0,   0x110000,1M,
thanks
Thomas