6HC with SBC to a specific firmware release
-
Hello,
I am looking for the best method to upgrade from 3.4.5 to 3.4.6 without forcing an update to the latest stable release. (currently 3.5.3)The standard Pi terminal method will jump to the latest stable or beta version depending on the duet3d.list file.
deb https://pkg.duet3d.com/ stable armv7
sudo apt update && sudo apt upgrade
-
@tmreith you can use this https://github.com/DanalEstes/DuetVersions and use the DuetRegress.sh script
-
@jay_s_uk
Worked great! Thanks for the suggestion.