downgrade DUET3 SBC mode
-
Hello. I want to downgrade my version from 3.4.2 to 3.4.1,
Documentation: https://docs.duet3d.com/User_manual/Machine_configuration/DSF_RPi#software-installation
It talks about downgrading but the procedure there, it will downgrade to wich version?
-
You can try this: https://github.com/DanalEstes/DuetVersions
-
@tinchus I made a script for the STM port of RRF which is available here : https://github.com/TeamGloomy/rrf_stm32_sbc/blob/master/armbian/userpatches/overlay/rrf_upgrade.sh
Instructions to use are described here : https://teamgloomy.github.io/armbian_upgrade.html#upgrading-dsf
If you want to downgrade to 3.4.1, run it as
rrf_upgrade 3.4.1
So basically :
wget "https://github.com/TeamGloomy/rrf_stm32_sbc/blob/master/armbian/userpatches/overlay/rrf_upgrade.sh" chmod a+x rrf_upgrade.sh ./rrf_upgrade 3.4.1
-
Than you @Phaedrux and @Falcounet !!!!