Duet 3 hc6 firmware '''issues''
-
Yes i did format the system as fat32
-
and i can run commeands via usb no problem
-
Is this things even connected properly?
-The SD card is in the SD card slot.
-USB is connected.
-Ethernet cable is connected.
-The duet is only powered vai the usb cable, dont have a laptop and am not gonna rist a groundloop.
-Printter is fully asembled, only disconected PSU to avoid a posible surge, PSU is not connected to outlet.-FIRMWARE_NAME: RepRapFirmware for Duet 3 MB6HC v0.6 or 1.0 FIRMWARE_VERSION: 3.0beta12 ELECTRONICS: Duet 3 MB6HC FIRMWARE_DATE: 2019-11-02b1, note i did not find a coresponding version of duetwebcontroll.
version of webcontroll the SD card is 2.04What now?
-
M20 P/www
in the usb termimal should give some insight as to why it cant fine the web interface. -
@bearer said in Duet 3 hc6 firmware '''issues'':
M20 P/www
M20 P/www
Begin file list
NONE
End file list
ok -
well, that explains it; according to the duet the www folder is empty.
Duet Web Control 2.0.4 is the correct version for IRMWARE_VERSION: 3.0beta12 but it seems the files are not placed correctly.
can you put the SD card in your computer and run
tree /f d:\
from a command line if you're using windows (change d:\ to the drive that is your SD card) and compare to what I posted earlier; and make it match if not.if the card has more than one partition, pay attention to using the first one or format the card using the https://www.sdcard.org/downloads/formatter/ tool and copy the files over again.
hopefully that'll help or someone else can assist you as i'm off for a bit.
-
@Torppa You haven't put the DWC files in the www folder, then. Download DuetWebControl-SD.zip from https://github.com/chrishamm/DuetWebControl/releases/tag/2.1.1 , unzip it and copy files into the www folder (if they're not already in one to just copy across).
Setting up the SD card is exactly the same on Duet 3 standalone as on Duet 2. See https://duet3d.dozuki.com/Wiki/SD_Card and https://duet3d.dozuki.com/Wiki/Firmware_Overview#Section_SD_card_structure
Ian
-
M20 P/www
Begin file list
favicon.ico
index.html
css
fonts
js
End file list
okHad to format it, it had 7 partitions for some reason.
-
Now i got to the duet webcontroll page.
-
@Torppa said in Duet 3 hc6 firmware '''issues'':
Had to format it, it had 7 partitions for some reason.
Often Windows 'Quick' format does strange things to SD cards. Using the SD formatting tool is best.
Ian
-
Now the thing randomly looses connection webcontroll and crashes cant change the IP to a statick one since it crashes intantly when i try i.
-
Well this is just Nice...
After crashing
M20 P/www
Begin file list
NONE
End file list
okWindows does not regognize sd card at all.
-
@Torppa How are you trying to change to the IP address? Through the DWC? Ideally, do it via YAT over USB, because you connect to DWC via an IP address! So if you change the IP address, you'll no longer connect.
Realistically, you should connect via YAT, disable networking with M552 S0, then send M552 Pxxx.xxx.xxx.xxx S1, where xxx.xxx.xxx.xxx is the IP address you want to set. Alternatively, write this into the config.g in place of M552 P0.0.0.0 S1 that is there at the moment.
As for the erase of the SD card, make sure it is fully inserted. If you have removed it, then reinserted it, while the Duet is on, it may not mount the SD card unless you send M21.
Though if Windows is not recognising it, it's possible you removed it or powered down the Duet in the middle of a write, or the SD card itself is faulty, or has somehow got zapped, and has got corrupted. Usually the best resolution is to reformat it with the SD formatter utility, and put the files back on.
Ian
-
Tried to do this, how ever routter does not regognize it after i try to fidle with the IP.
This is so frustrating.
-
@Torppa Then it may be down to your router. It's against 'best practice' to set the ip address static within the address range that the router normally provides DHCP addresses. I don't know that any router actively rejects a static address in it's DHCP range, but it might.
A bit more information, like how you're actually trying to do this, or the copy the commands you are trying to use from the YAT, may help diagnose the issue. Get it working with DHCP again, send M552, then set the static IP address to the address that DHCP has given it.
Ian
-
Cant get that far anymore, the sd card is again not regognized.
-
intermittent connections issues could indicate IP conflict.
could you run
route print
in your computer (it will tell us about he network in your computer).then
M540
andM552
on the Duet (in the serial/usb terminal)this should give us something to start working with to find out whats causing the issue.
-
@Torppa said in Duet 3 hc6 firmware '''issues'':
the sd card is again not regognized.
hmm, include
M20
andM122
from the Duet's terminal please. -
Begin file list<LF>NONE<LF>End file list<LF>ok<LF>
M122
=== Diagnostics ===<LF>RepRapFirmware for Duet 3 MB6HC v0.6 or 1.0 version 3.0beta12 running on Duet 3 MB6HC<LF>Board ID: 08DJM-956L2-G43S4-6J1FL-3SJ6T-186QH<LF>Used output buffers: 1 of 32 (2 max)<LF>=== RTOS ===<LF>Static ram: 122240<LF>Dynamic ram: 171368 of which 0 recycled<LF>Exception stack ram used: 280<LF>Never used ram: 99328<LF>Tasks: orm ===<LF>Last reset 00:02:43 ago, cause: power up<LF>Last software reset at 2020-04-10 16:36, reason: User, spinning module GCodes, available RAM 97552 bytes (slot 3)<LF>Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x04429000 BFAR 0x00000000 SP 0xffffffff Task 0x4e49414d<LF>Error status: 0<LF>Free file entries: 1ent 0.2, max 0.2, under voltage events: 0, over voltage events: 0, power good: no<LF>12V rail voltage: min 0.1, current 0.2, max 0.2, under voltage events: 0<LF>Driver 0: ok, reads 0, writes 0 timeouts 0, SG min/max 0/0<LF>Driver 1: ok, reads 0, writes 0 timeouts 0, SG min/max 0/0<LF>Driver 2: ok, reads 0, writes 0 timeouts 0, SG min/max 0/0<LF>Driver 3: ok, reads 0, writes[Warning: Maximal number of bytes per line exceeded! Check the EOL (end-of-line) settings or increase the limit in the advanced terminal settings.] -
please check the getting connected guide to change the line ending settings of the YAT terminal. M122 should be much much longer.
But you're right, SD card isn't getting recognized or somehow empty.