Duet Wifi upgrade to 1.19 failed and I cannot access my printer.
-
Yeah take a step back. You don't need to use the command line.
Get Bossa 1.8 from here: https://github.com/shumatech/BOSSA/releases/tag/1.8
Install it to the applications folder.
Run it. Security might complain, but open it anyway.
Connect the duet to your computer, follow the erase procedure.
Point Bossa 1.8 at the firmware file
Select the Duet in the serial port drop down.
Check the Erase all, lock, and boot from flash buttons,
Then click Write and wait. -
I'm using Bossa 1.8 on my Retina display Macbook Pro right now, so it should work. 1.9 does not work for me but 1.8 does.
-
@phaedrux well, I installed it. It opened up for a second but then when I went to click the port it closed itself and now whenever I try to open it, it just closes itself immediately without opening anything. Just pops up in the dock and disappears immediately. Tried reinstalling it and restarting my computer.
-
What version of OSX?
If you go into Settings > Security & Privacy to you see a warning at the bottom saying it was blocked from starting?
-
el capitan 10.11.6 it's an old AF macbook pro. no security blocks
-
Alright, that may be an issue.
Is there any way you can get a Windows PC to update from?
-
If you want to pursue the command line option this would help you find the port of the duet: https://learn.adafruit.com/welcome-to-circuitpython/advanced-serial-console-on-mac-and-linux
ls /dev/tty.*
-
@phaedrux I do not have access to a windows computer, I also just tried Bossa on a different macbook running High Sierra 10.13.6 and had the same problem. Do I need to track down a windows computer? I might be able to figure something out over the course of the next week.
-
Bossac isn't allowing me to put it in the Bin folder for 1.19 and 1.18 says the file is damaged and I need to eject installer so this command line terminal situation also does not seem to be panning out
-
@condensedcloud said in Duet Wifi upgrade to 1.19 failed and I cannot access my printer.:
@phaedrux said in Duet Wifi upgrade to 1.19 failed and I cannot access my printer.:
https://duet3d.dozuki.com/Wiki/Installing_and_Updating_Firmware
thank you for the response but now I am receiving this error:
M997 S0
SENDING:M997 S0
[ERROR] Can't read from printer (disconnected?) (OS Error 6): Device not configured
[ERROR] Can't write to printer (disconnected?) (SerialException): write failed: [Errno 6] Device not configuredThat is expected while the firmware is being upgraded. Leave it 30 seconds and you will be able to reconnect again.
-
@dc42 Ok so it appears the Firmware is now on : RepRapFirmware for Duet 2 WiFi/Ethernet FIRMWARE_VERSION: 2.02(RTOS) ELECTRONICS: Duet WiFi 1.0 or 1.01 FIRMWARE_DATE: 2018-12-24b1 I then sent the M997 S1 command which completed successfully. I then disconnected my printer and ran a LAN SCAN to try and find an IP address to connect to the web interface and nothing popped up.
-
@condensedcloud, you need to set up your access point details again because your previous firmware was pre-1.19. See the Getting Connected pages on the wiki.
-
@dc42 thank you, it appears I am getting closer. I got to step 9 in the instructions and when attempting to connect to the IP address in the chrome browser I get this message:
"Your Duet rejected the HTTP request: page not found
Check that the SD card is mounted and has the correct files in its /www folder"I haven't messed with any of the files in its /www folder ... Should I?
-
@phaedrux I think I am doing something wrong as I can't get bossa to install on my IMAC it won't let me drag bossac and bossash into the BIN Directory.
Do you have any tips on how to do this?
Thanks Doug
-
@dougal1957 said in Duet Wifi upgrade to 1.19 failed and I cannot access my printer.:
@phaedrux I think I am doing something wrong as I can't get bossa to install on my IMAC it won't let me drag bossac and bossash into the BIN Directory.
Do you have any tips on how to do this?
Thanks Doug
It's a bit of a pain.
-
@condensedcloud said in Duet Wifi upgrade to 1.19 failed and I cannot access my printer.:
@dc42 thank you, it appears I am getting closer. I got to step 9 in the instructions and when attempting to connect to the IP address in the chrome browser I get this message:
"Your Duet rejected the HTTP request: page not found
Check that the SD card is mounted and has the correct files in its /www folder"I haven't messed with any of the files in its /www folder ... Should I?
You can extract the Duet web control zip file into the /www folder.
-
Thankyou very much for that info that has got it to install however if I attempt to open Bossa from the launchpad or even from finder it goes into the system tray but doesn't seem to do anything.
Is it supposed to open a guy or does it just enable boss command line?
TIA
Doug
-
@phaedrux extracted the duetwebcontrol-1.22.6 into the www/ folder (it was previously version vr. 1.19 which I deleted) after following the Getting Connected Steps again I came up with the same result:
Your Duet rejected the HTTP request: page not found
Check that the SD card is mounted and has the correct files in its /www folder -
@condensedcloud How did you send the M587 command to the Duet to set up the WiFi credentials ie what terminal software did you use?
-
-
Run M503 from USB to check that the SD card is being read ok. It should return the contents of config.g. Also run M39 and check that it says the SD card is mounted.
-
Check that folder /www on the SF card contains at least the reprap.htm file and subfolders /sys and /js.
The message you are seeing implies that the web server couldn't read /www/reprap.htm.
-