Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OTA integration
#1
Since Arduino IDE 2.x releases the BIN flashing become some more sophisticated. The OTA file is not a single BIN type one anymore.
For example, the "Aygedzor_copy.ino" 's compiled binary consist of 4 files and flashing arguments looks this:
Code:
--flash-mode dio --flash-freq 80m --flash-size 4MB 
0x0 Aygedzor_copy.ino.bootloader.bin 
0x8000 Aygedzor_copy.ino.partitions.bin 
0xe000 boot_app0.bin 
0x10000 Aygedzor_copy.ino.bin
Can we have hope that both Virtuinoes will get such an OTA integration in further release?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)