intelligent-agent / Refactor

Linux distro for 3D-printers
https://wiki.iagent.no/wiki/Refactor
GNU Affero General Public License v3.0
28 stars 18 forks source link

Move binary files for MCU and AR100 to a different location #246

Closed eliasbakken closed 2 years ago

eliasbakken commented 2 years ago

The binary files are presently located in /home/debian/klipper/build which is quite volatile and can easily be overwritten by a new compile. The binary files should be moved to a different location, possibly in the RO partition.

eliasbakken commented 2 years ago

Perhaps /lib/firmware is a good location for binaries. Or alternatively in a subfolder of /boot since it is read-only.

eliasbakken commented 2 years ago

Merged in master