ArduinoOTA icon indicating copy to clipboard operation
ArduinoOTA copied to clipboard

Support for arduino Opta (STM32H747XI)

Open JEREDEK opened this issue 2 years ago • 5 comments

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?

JEREDEK avatar Dec 11 '23 13:12 JEREDEK

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

JAndrassy avatar Dec 11 '23 14:12 JAndrassy

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

franc3sc0s92 avatar Jan 01 '24 14:01 franc3sc0s92

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?

paulusTecnion avatar Jun 07 '24 14:06 paulusTecnion

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

JAndrassy avatar Jun 07 '24 16:06 JAndrassy