This is a modified version of Stratux to better work with Garmin Pilot. This is not intended for general use please see: https://github.com/b3nn0/stratux
See https://github.com/b3nn0/stratux/wiki/Developing-Stratux for dev setup. You can't upload to GIT from the Stratux so this is what I found that works for me the best:
- Add a Wifi Card to your Dev PC.
- Create a WiFi hot spot and connect the stratux to it via AP+Client settings
- Create a topic branch and just check in there.
- Use Putty to connect to the Stratux from your Dev PC.
- You can then pull the code down directly from the topic branch onto the Stratux over Wifi.
- stxstop && git pull && make && make install && systemctl daemon-reload && stxrestart