For a noob updating firmware on a Duet 3 is very confusing
-
@luckyflyer said in For a noob updating firmware on a Duet 3 is very confusing:
/app..js
missing an astersik in between the two periods there
-
First, I apologize. I just copy pasted a terminal session, which made it not very apparent what to copy... I've edited it to make it more clear.
Second, the problem you are seeing is from my lack of clarity... you copied part of the command prompt. Try the edited version above.
Third, to get the boxes around code you copy/paste int this forum, just like @droftarts said, you can use the "</>" icon above (when you are posting, it will appear above). OR, you can type three back-tick-quotes "`" both before and after the code. Like this
```
Example code a=5
More lines
```Will display like this:
Example code a=5 More lines
-
Ok, ran the above line and got what you did only twice, ran it twice just to be sure.
{e.exports=JSON.parse('{"a":"2.0.7"}')} {e.exports=JSON.parse('{"a":"2.0.7"}')}
It was all red like yours, so I don't understand why 2.0.7 is reverting back to 2.0.4 and should I even really care that it's not sticking. I suspect that I should because there may come a time when it will be necessary to update dwc to take advantage of additional features and or bug fixes.
And everyone thanks for helping me out, I'll get it, it may take awhile. -
@luckyflyer said in For a noob updating firmware on a Duet 3 is very confusing:
so I don't understand why 2.0.7 is reverting back to 2.0.4 and should I even really care that it's not sticking
Yeah, this needs to be tracked down. If there is 2.0.7 on the (virtual) SD, then the 2.0.4 is coming from somewhere else. Browser cache, etc.
First debugging suggestion: When you see the 2.0.4, try opening the printer in a completely different browser. Edge, or Safari, or something.
-
@Danal said in For a noob updating firmware on a Duet 3 is very confusing:
sudo chown root:root /etc/apt/sources.list.d/duet3d-unstable.list
Thank you for posting this "how to". Try as I might, I wasn't able to locate the exact details to install the unstable lists. Following steps 1 thru 6, then "sudo apt-get update" followed by "sudo apt-get upgrade" gets you the latest RC candidate.
I would also mention, users may want to backup their functional install from the system area in the Web control, select all & right click "download as ZIP" prior to doing this in case you want to revert back.
-
Given a system that already have the stable list those 6 steps could be simplified to
echo "deb https://pkg.duet3d.com/ unstable armv7" | sudo tee /etc/apt/sources.list.d/duet3d-unstable.list
-
@bearer is correct. That is the only 'add' needed.
And, I realize that there is LOTS of documentation and knowing which piece to use is a challenge when starting from ground zero. The other way to get on the unstable feed is to execute these commands. Copy/Paste exactly as shown.
wget -q https://pkg.duet3d.com/duet3d.gpg
wget -q https://pkg.duet3d.com/duet3d-unstable.list
sudo mv duet3d.gpg /etc/apt/trusted.gpg.d/
sudo mv duet3d-unstable.list /etc/apt/sources.list.d/duet3d-unstable.list
sudo chown root:root /etc/apt/trusted.gpg.d/duet3d.gpg
sudo chown root:root /etc/apt/sources.list.d/duet3d-unstable.list -
I happy to report that 2.0.7 is now reliably displaying at every power up, initially it was not, I did nothing to cause it to do so but glad anyway. I have now put Duet 3 and all associated paraphernalia back into their respective boxes since I have no printer to attach them to. My Sec-kit was ordered 3 months ago and has now been delayed some more, don't know when I'll get it. I set Duet 3 up on the workbench to familiarize myself with it and (for the most part) have had fun getting it configured. I'm certainly not up to full speed on the Duet but a lot better than when I started, I have noticed a willingness to help others on this forum which for a guy like me makes the difference between success and failure.
I'm starting to research the Jubilee, looks like a great printer and more versatile but for more than 2x the cost of the sec-kit. Also if I did decide on the Jubilee I wonder would all of the parts be available now that we are in the age of Corona. Interesting times for sure.
-
Hello, I need some help/explanations too.
Just got myself a duet3, seller already provided SD with some files. I want to run it in standalone mode (no RPi).
I decided to upgrade firmware via USB as on guide: https://duet3d.dozuki.com/Wiki/Getting_Started_With_Duet_3#Section_Updating_Duet_3_main_board_firmware
Steps that I've followed:- Downloaded and installed BOSSA
- Shorted ERASE header with jumper
- Connected duet3 via USB to laptop (WIN 10 64bit)
- Windows correctly sees board: BOSSA Program Port (COM4)
- I wanted to download latest firmware from: https://github.com/dc42/RepRapFirmware/releases Release 3.01-RC5
- Here is where problems start. There are many files, and it isn't clear which is correct. I've tied to download all .bin files (Duet3Firmware_MB6HC, Duet2CombinedFirmware etc. ) When I want to use BOSSE and write I got "file does not exist"
No idea what I am doin wrong, "send help"
Kind regards,
-
@Mandragora STRONGLY recommend you start a new thread.
-
Yes, proper forum etiquette is to start a new thread with every new problem/issue.