JAndrassy / ArduinoOTA

Arduino library to upload sketch over network to Arduino board with WiFi or Ethernet libraries
GNU Lesser General Public License v2.1
435 stars 89 forks source link

Support for arduino Opta (STM32H747XI) #234

Open JEREDEK opened 8 months ago

JEREDEK commented 8 months ago

The opta already runs on STM32H747XI, so i thought it would be compatible, but it seems it returns the undefined reference to 'InternalStorageClass' error.

Any possibility of adding opta support?

JAndrassy commented 8 months ago

see the custom storage example and https://github.com/arduino-libraries/ArduinoIoTCloud/blob/master/src/utility/ota/OTA-portenta-h7.cpp

franc3sc0s92 commented 7 months ago

I should also make it work on opta. Could you give me more information?

paulusTecnion commented 2 months ago

see the custom storage example and https://github.com/arduino-libraries/ArduinoIoTCloud/blob/master/src/utility/ota/OTA-portenta-h7.cpp

This link is dead. Is there now support for opta or some other example that we can use?

JAndrassy commented 2 months ago

https://github.com/arduino-libraries/ArduinoIoTCloud/blob/master/src/ota/implementation/OTASTM32H7.cpp