Main Hypothesis: I can create a .deb, put it on a USB stick, and the Hector will install it. Worst case, I need to base updates on a previous firmware build & replace the things I want, then re .deb it. Best case, I can create any ol' .deb with arbitrary files.
[ ] Establish base Makefiles for a .deb update
[ ] Confirm above hypothesis
[ ] Test & confirm we can make a super simple edit && ship it
Firmware patches
Main Hypothesis: I can create a
.deb
, put it on a USB stick, and the Hector will install it. Worst case, I need to base updates on a previous firmware build & replace the things I want, then re.deb
it. Best case, I can create any ol'.deb
with arbitrary files.Makefiles
for a.deb
update