Open senithdesilva opened 4 years ago
Hi @senithdesilva currently we don't officially support ARM.
Hi @JinmingHu-MSFT no worries, thanks for the update.
@senithdesilva Maybe you can try this lite version C++ SDK cpplite, although it also doesn't officially support ARM, but somebody every tried to run it on ARM.
@JinmingHu-MSFT thanks, I'll look into that.
I'm working with an edge computer that has a ARM Cortex A7 processor. I have my application running in the device and I want to perform FOTA updates for the app. I am using AZ IoT Hub and I store all my binary files in AZ blob storage.
I want to know whether I can cross compile this project for this platform. I have trouble working out how to do this.