IFT-ILX-MavCam Firmware Guide
Example Code Explanation
The video goes over what changes in each example. The examples can be found here.
Example1:
We added an arbitrary directory and pushed that directory to /home/ift on install
Example2:
We added a new service and bash script that the service ran that said "Hello World!"
Example3:
We actually added a change to the code. Now the iso gets set to auto before taking any photo
Firmware File Walkthrough
This video explains the firmware files in general:
This video shows each examples firmware and shows where things changed:
Firmware File Structure:
Setting Up Env And Building
Go here and scroll down to the README for instructions. This is required if you want to modify the C++ code, and suggested for modifying anything else. In this guide, we setup docker, but if you run into issues, you could always push your code onto the pi directly and run the build_armhf.sh script. But that usually takes a long time and is not ideal to do.
Video Showing the Example Code Installing
Note: To push firmware files to the pi, you can do
as an example:
Last updated