Reinstall firmware on duet3, now no flashing led
-
@bearer so when you open the card it shows the config file, then click on that and it takes you to the sys file and then
-
@bearer
I found how its supposed to look so i have removed the other www file and created one in the sys folder and then extracted the dwc into that. I still can not get it to come up on my computer. I can log into the card with YAT and it does show up on my router.
-
d:\sys\bed.g d:\sys\cancel.g d:\sys\config.g d:\sys\DuetWiFiServer.bin d:\sys\homedelta.g d:\sys\iap4e.bin d:\sys\pause.g d:\sys\resume.g d:\sys\sleep.g d:\sys\stop.g d:\sys\tfree0.g d:\sys\tpost0.g d:\sys\tpre0.g d:\www\favicon.ico.gz d:\www\html404.htm d:\www\language.xml.gz d:\www\reprap.htm.gz d:\www\css\bootstrap.theme.css.gz d:\www\css\dwc.css.gz d:\www\css\Lumen.theme.css.gz d:\www\css\Sandstone.theme.css.gz d:\www\css\Slate.theme.css.gz d:\www\css\Superhero.theme.css.gz d:\www\css\United.theme.css.gz d:\www\fonts\glyphicons.eot.gz d:\www\fonts\glyphicons.svg.gz d:\www\fonts\glyphicons.ttf.gz d:\www\fonts\glyphicons.woff.gz d:\www\fonts\glyphicons.woff2.gz d:\www\js\dwc.js.gz
-
@bearer mine looks nothing like that. And i checked my duet2wifi one my printer its not like that either. I even tried copying the file from that to this one
-
@bearer ok in taking a closer look I do have all or most of those files anyways
-
What do you see in a browser when you attempt to open that IP address?
What does M552 on the YAT return?
-
Also, if you wish to be absolutely sure your SD is correct, you could:
- Save your config.g, bed.g, and all "home..." files (all of these are in /sys) somewhere.
- Download this zip file: https://github.com/T3P3/Duet/blob/master/Duet2/SD Card Contents/SD_Card_Contents.zip
- Format a fresh SD card
- Unzip that onto the empty card
- Copy YOUR files back to /sys
- Power off, insert SD into duet, power on.
-
That message is generated when the firmware can find none of index.html, index.html.gz, reprap.htm amnd reprap.htm.gz in /www. As you have index.html.gz (which is the correct file for DWC 2.x) in /www, it should work.
Bear in mind that after removing the SD card and reinserting it into the Duet, you need to re-mount the card either by sending M21 or by rebooting the Duet.
-
@Danal M552 says enabled and shows my ip address
-
@chichirod said in Reinstall firmware on duet3, now no flashing led:
@Danal M552 says enabled and shows my ip address
Good. Then the network is OK and we can chase web stuff only.
Still getting "page not found"?
As dc42 said, the very opening page is hardcoded to one of those four names, in /www
-
@dc42 ok I have never done the m21 but I have rebooted it and then made sure that yat could read the card and that it was showing up in my router
-
@Danal I will try giving this a go, give me a few minutes and ill let you know how it worked.
-
@chichirod said in Reinstall firmware on duet3, now no flashing led:
ok in taking a closer look I do have all or most of those files anyway
but you have them in the wrong places; where i had d:\www you have g:\config\sys\www thats not going to work, and it clearly doesn't
-
Good catch @bearer , they are indeed in the wrong places.
In particular, /sys and /www must be in the 'root' of the SD card. No directories 'above' them.
-
My SD card shows up as F:. Note there is nothing else in the path (top red circle)
The two most important directories are 'sys' and 'www'. The system will create all the others when it is up and running.
Therefore, @chichirod , you can build a fresh card as I outlined a few posts above... OR... just drag the folders on the card you have to the right places. Either way should work.
-
I tried what you said with the fresh SD card, downloaded the file and unzipped it onto the card. I think it looks right. However still not showing up on desk top
-
Its still in g:\config\www
-
or maybe a visual representation helps.
open two windows side by side. select the files and drag them across
-
@bearer
ok I think NOW its correct
-
@bearer said in Reinstall firmware on duet3, now no flashing led:
yes, now you just have to go back to that link and download the latest release if it still gives you problems.