-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Trying to evaluate this effectiveness of this tool for builds targeting the Rockchip RV1103 SoC. The instructions for the example app state only that the project must be built from a Linux system, so tried building in an Ubuntu Jammy VM on ARM64. The example ran fine on that system, but would not run on the Rockchip RV1103 system (also running Ubuntu Jammy).
I suppose the first question would be: is it a requirement to build the project on the actual system that the resulting binary will be run on? Having used PlatformIO for cross-platform development for a long time, I wouldn't expect this to be the case. Also not sure the tiny RV1103 has the capacity to rub PIO and build for itself. Is there some setting I'm missing that instructs PIO to build for ARM32, or the Rockchip RV1103 SoC specifically?