Hi, I’ve been using custom firmware and boards for two years with great success. But recently the IDE is throwing an “Unsupported board architecture!” msg when trying to load my firmware. It blocks me from loading my firmware. What is triggering this message? Why am I only running into this now?
You need to return an architecture string that matches something in our firmware folder.
The IDE just asks the camera for what board type it is and then uses that to lookup the right firmware.
If you are returning a random string then the IDE doesn’t know what to do with that.
Is this string in one of the board config files? Maybe mpconfigboard.h or omv_boardconfig.h? I haven’t found it yet.
It’s at the top of omv_boardconfig.h.
Got it, thanks!