Toolboard 1LC firmware update
-
I have a Duet 3 6HC with a Raspberry Pi and Toolboard 1LC.
The Duet 3 6HC firmware is RepRapFirmware for Duet 3 MB6HC 3.4.4+1 (2022-11-15)
Duet TOOL1LC firmware version 3.3 (2021-06-15 16:12:58)How do I update the firmware on the toolboard and is there a link to the toolboards latest firmware(I cannot find it anywhere)
-
@Bmilam use the 3.4.4 release firmware at https://github.com/Duet3D/RepRapFirmware/releases/tag/3.4.4 and follow the documentation at https://docs.duet3d.com/en/Duet3D_hardware/Duet_3_family/Duet_3_Toolboard_1LC
-
If you're running in SBC mode you should update using
sudo apt update && sudo apt upgrade
if the firmware is still not updating after that you may need to send M997 in the gcode console to force a manual flash. -
@oliof Thank you, got it updated1
-
-