empty SD card
-
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.