RepRapFirmware 3.01-RC6 released
-
@bearer said in ReprapFirmware 3.01-RC6 released:
Will future DWC releases like 2.1.0 retain full support for RRF2? At least until RRF3 goes mainstream perhaps? Couldn't see anything about compatibility except for 2.0.3 stated supporting 0.6/0.8.5 boards
That's unlikely. Future versions of DWC will provide features (e.g. the object cancellation interface) that are not supported by RRF2.
I expect RRF 3 to go "mainstream" shortly after RRF 3.01 stable is released. That release may be as little as a week away.
-
@Dougal1957 said in RepRapFirmware 3.01-RC6 released:
I have upgraded mine to 1.3 of DSF but when attempting to upgrade to RC6 I get a failure due to no IAP file
That file should be included in the DSF release. I can provide it if necessary.
-
@dc42 please but it definitly fails and I have tried to do the Sudo Apt-get Update sequence twice as well I have appended the M122 log to my post above.
I will probably need simple instruction on what to do with the file mind.
Doug
-
@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.
-
if the issue is stable/unstable package feed run
grep duet3d -r /etc/apt
to check andecho "deb https://pkg.duet3d.com/ unstable armv7" | sudo tee /etc/apt/sources.list.d/duet3d-unstable.list
to fix if needed.or what that guy said
-
@Dougal1957 said in RepRapFirmware 3.01-RC6 released:
RepRapFirmware for Duet 3 MB6HC version 3.01-RC5 running on Duet 3 MB6HC v0.6 or 1.0
You M112 suggests you are running 3.01-RC5.
-
@chrishamm said in RepRapFirmware 3.01-RC6 released:
To check, have a look at /etc/apt/sources.list.d/duet3d.list and make sure you have unstable instead of stable in there.
btw that conflicts with the wiki that says to create another file duet3d-unstable.list
-
@chas2706 exactly the point the upgrade to rc6 is failing
-
@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.