When starting the configuration for the MatekH743 it fails. Does anyone experience the same?
@OXINARF Any help ?
Hi, not sure if its related to your issue, but yes, I experienced several errors while I learned, how to compile Arduplane for specific version. Here is list of commands that got it working for me using different board, but I tried for Matek also and it worked.
rm -rf ardupilot/
git clone -n GitHub - ArduPilot/ardupilot: ArduPlane, ArduCopter, ArduRover, ArduSub source
cd ardupilot/
git switch Plane-4.1
git submodule update --init --recursive
./waf configure --board pix32v5
./waf plane
NB, it shows git clone command in weird way above, use correct command there
Hi @Andrus_Kangro Thank you, its working now! I belieave the command that was missing and made the change is the one quoted.
Cheers!