I’m working with a SpeedyBee F403 flight controller running ArduCopter firmware version 4.5.5. Due to the board’s low flash memory, I’m trying to compile a custom firmware build that enables the “Follow Me” mode while fitting within the memory constraints.
However, I’m facing issues during the compilation process. Either I’m missing some necessary steps, or the compilation fails partway through. I’ve been following the available documentation but haven’t had success yet.
Could someone guide me through the process of creating a minimal firmware build tailored to this board? If there are specific settings or configurations I should focus on, I’d greatly appreciate the details.
What i did is - just removed all the unnecessary things which i was not going to utilize, only parameters related to my end goal was selected while generating a build.
Following is the log of build which was generated considering my requirements. I’m also attaching .bin file for reference.
I’ve tested my vehicle with the same firmware, it works smooth and i can have a provision for follow mode too. I’ve tested the same thing multiple times, it is good.