empty SD card
-
So I just got my duet wifi second hand and it didnt come with a sd card. I got the board to connect to wifi, but when i enter the address in my browser nothing comes up. I think its because the SD card is emply and it needs the correct files. However I dont know what files it needs and which it doesnt. I used the configurator and have config files ready. However Im not sure what else i need. I read some tutorials but it had older what i presume out of date files on it and im not sure if i should follow it. Thanks for the help.
-
I'm sorry you appear to have received a Duet with an empty SD card. This is odd, because during manufacturing the WiFi firmware and test files are loaded from the SD card that is in the Duet.
You can find the SD card contents here https://github.com/T3P3/Duet/tree/master/Duet2/SD Card Contents and a description of the filesystem structure here https://duet3d.dozuki.com/Wiki/Firmware_Overview#Section_SD_card_structure.
-
I bought the duet used thats why it didnt have a sd card. So i upload the files from the github you linked and replaced the files in the sys folder with the ones from the configurator and connected the board to the wifi using this guide duet wiki however when i go to the IP Im prompted with this error message "Your Duet rejected the HTTP request: page not found" What am i doing wrong?
Edit: I've also tried using a new sd card -
@nodashi said in empty SD card:
"Your Duet rejected the HTTP request: page not found"
That message implies that either the SD card isn't being read at all, or the /www folder isn't set up correctly.
To test whether the SD card is being read, send M503 from USB. It should respond with the contents of config.g.
-
When I type in m503 I get: M503: Configuration file not found<LF>ok<LF>
-
What response do you get when you send M21 ?
-
M21: No SD card present<LF>ok<LF> seems the board is not reading the sd card i've tried 3 different ones
-
Try running M122 and see whether the report includes "SD card detected" or "SD card not detected". It sounds like the Card Detect pin of the SD card socket may be not connected or not working.
-
ok for some reason the board works now but i have this problem still. When i access the the system editor in the web interface i get a message saying "The current volume is not mounted"
-
Personally, I would run the "empty card" recovery procedure found here, the number 3 procedure, on a new, bare, formatted, card.
https://duet3d.dozuki.com/Wiki/Installing_and_Updating_Firmware#Section_Fallback_procedure_Num_3
After that works, upgrade to the very latest, per the announcements elsewhere on this forum.
.
By doing that, starting "bare", it ensures there will not be some weird problem later.
-
ok new update i was able to get it to work , but now im back to the same problem of no sd card. I think its the SD card mount thing. Im not sure what to look for or which pin it is, but im fairly sure its the sd card mount
-
See my previous reply.