RepRapFirmware 3.01-RC6 released
-
@bearer Defo on the Unstable branch
pi@duet3:~ $ grep duet3d -r /etc/apt /etc/apt/sources.list.d/duet3d.list:deb https://pkg.duet3d.com/ stable armv7 /etc/apt/sources.list.d/duet3d-unstable.list:deb https://pkg.duet3d.com/ unstable armv7 Binary file /etc/apt/trusted.gpg.d/duet3d.gpg matches pi@duet3:~ $ echo "deb https://pkg.duet3d.com/ unstable armv7" | sudo tee /etc/apt/sources.list.d/duet3d-unstable.list deb https://pkg.duet3d.com/ unstable armv7 pi@duet3:~ $ sudo apt-get update Hit:1 http://archive.raspberrypi.org/debian buster InRelease Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease Hit:3 https://pkg.duet3d.com unstable InRelease Hit:4 https://pkg.duet3d.com stable InRelease Reading package lists... Done pi@duet3:~ $
Doug
-
@Dougal1957 said in RepRapFirmware 3.01-RC6 released:
Defo on the Unstable branch
yeah
do
wget http://pkg.duet3d.com/Duet3iap_spi_MB6HC.bin -O /opt/dsf/sd/sys/Duet3iap_spi.bin
-
@Dougal1957 The stable list is still in there:
sudo rm /etc/apt/sources.list.d/duet3d.list
followed bysudo apt-get update
should work for you -
@chrishamm said in RepRapFirmware 3.01-RC6 released:
The stable list is still in there
is that a problem, more importantly, should it be a problem?
-
@bearer that sorted it Thanks very much as you probably imagine I am not good with LINUX at all although I am learning some of it
-
@Dougal1957 i only translated
chrishamm said in RepRapFirmware 3.01-RC6 released:
@Dougal1957 Sorry, looks like like this file was missing in the RRF package, I've just added it back and uploaded it to another location: http://pkg.duet3d.com/Duet3iap_spi_MB6HC.bin You may need to rename it to Duet3iap_spi.bin.
into copy/paste; and we all had to learn at some point
-
@bearer Prob is that I am getting a bit old you know the saying about teaching old Dogs new tricks lol
-
@Dougal1957 you're trying, and succeeding; no-one gonna fault you for that.
-
Just upgraded and having issues.
On the SBC display DWC reports that the sys drive is unmounted:But in web browser DWC looks ok but nothing works when clicked:
Any ideas?
-
@chas2706 said in RepRapFirmware 3.01-RC6 released:
On the SBC display DWC reports that the sys drive is unmounted:
see what
ls -l /opt/dsf/sd
says in a ssh shell? -
@bearer said in RepRapFirmware 3.01-RC6 released:
ls -l /opt/dsf/sd
I get this:
pi@Duet3:~ $ ls -l /opt/dsf/sd
total 20
drwxr-xr-x 4 pi pi 4096 Mar 6 17:13 filaments
drwxr-xr-x 2 pi pi 4096 Apr 3 11:45 firmware
drwxr-xr-x 3 pi pi 4096 Apr 3 13:56 gcodes
drwxr-xr-x 9 pi pi 4096 Mar 17 09:08 macros
drwxr-xr-x 5 pi pi 4096 Apr 3 13:48 sys
lrwxrwxrwx 1 pi pi 7 Oct 22 12:00 www -> ../dwc2
pi@Duet3:~ $ -
@chas2706 said in RepRapFirmware 3.01-RC6 released:
drwxr-xr-x 5 pi pi 4096 Apr 3 13:48 sys
not sure if dcs is run as pi instead of root now, i'll leave that to someone else to confirm or correct.
-
Two errors, on a machine that started on RC4. It may be worth noting the machine was built from the Duet (full) image, and the instructions for moving to the unstable feed were followed via copy/paste. I'd be happy to report anything you guys need to see; the point of the above being it should be set up correctly.
Anyway, first error:
4/3/2020, 8:41:16 AM M997 Error: M997: Failed to find IAP file /opt/dsf/sd/sys/Duet3iap_spi.bin
As suggested above,
wget http://pkg.duet3d.com/Duet3iap_spi_MB6HC.bin -O opt/dsf/sd/sys/Duet3iap_spi.bin
fixed this.However, I then received:
4/3/2020, 8:42:46 AM M997 Error: M997: Failed to find firmware file /opt/dsf/sd/sys/Duet3Firmware.bin
I tried to fix this with a symlink, this did not work.
ln -s Duet3Firmware_MB6HC.bin Duet3Firmware.bin
lrwxrwxrwx 1 pi pi 23 Apr 3 08:58 Duet3Firmware.bin -> Duet3Firmware_MB6HC.bin
I then ran
sudo apt install reprapfirmware --reinstall
and this did work. Including updating the main board to RC6. The symlink was still in place; this may or may not have made a difference.Expansion board updates worked, and report RC5.
4/3/2020, 9:12:59 AM M115 B0 FIRMWARE_NAME: RepRapFirmware for Duet 3 MB6HC FIRMWARE_VERSION: 3.01-RC6 ELECTRONICS: Duet 3 MB6HC v0.6 or 1.0 FIRMWARE_DATE: 2020-04-03b3 4/3/2020, 9:12:55 AM M115 B2 Board EXP3HC firmware 3.01-RC5 (2020-03-29b1) 4/3/2020, 9:12:45 AM M115 B1 Board EXP3HC firmware 3.01-RC5 (2020-03-29b1)
Board: Duet 3 MB6HC (MB6HC)
DSF Version: 1.3.0.0
Firmware: RepRapFirmware for Duet 3 MB6HC 3.01-RC6 (2020-04-03b3)
Duet Web Control 2.1.0 -
@bearer said in RepRapFirmware 3.01-RC6 released:
On the SBC display DWC reports that the sys drive is unmounted:
I had this for a few moments. An "emergency stop" restart fixed it, and/or a
sudo service duetcontrolserver restart
I'm not sure which. -
@Danal said in RepRapFirmware 3.01-RC6 released:
I had this for a few moments. An "emergency stop" restart fixed it.
My estop doesn't work either on DWC web page or SBC display.
-
Just remembered, it may have been a
sudo service duetcontrolserver restart
I'm not sure which really fixed it. -
@Danal said in RepRapFirmware 3.01-RC6 released:
sudo service duetcontrolserver restart
Just applied that and now I get this on SBC display:
-
It looks like something didn't upgrade, either the board or the DSF, and they won't connect. I'd try a power cycle first. Just to be sure everything that is there has an opportunity to connect.
If that does not work, then I'd start re-installing things, such as:
sudo apt install duetsoftwareframework --reinstall
sudo apt install reprapfirmware --reinstallThe full dependency list for DSF is:
duetsoftwareframework
Depends: duetcontrolserver
Depends: duetsd
Depends: duettools
Depends: duetwebserver
Depends: duetwebcontrol
Depends: reprapfirmwareRe-Installs can't really hurt anything; if it gets beyond that, it may take @DC42 or @chrishamm to advise how to fix.
-
@Danal said in RepRapFirmware 3.01-RC6 released:
sudo apt install reprapfirmware --reinstall
I will try to re-install but not to worry if it fails because I have backup copies.
Thanks for your help.
-
My duet 3 + pi updated without issue