Please note that APIO upload is still not working. I can upload the binaries with for example:
cat chip.bin >/dev/cu.cu.usbmodem00000000001A1 //this is the address of stm32 when i plug in the MX.
But the same example will not upload with apio.
-I do apio init --board blackice-mx, then apio verify.
Here I get an error with the IceCore examples: error: NULL port declarations are not allowed. scons: *** [hardware.out] Error 1. But I do not get an error with the simple designs I've made with IceStudio (files exported separately: .v, .bin, etc.).
-Then I do apio build, and apio upload. Success in terminal. No reaction from MX.
Can someone help me figure out why apio is not working?