Duet 0.8.5 Ethernet not working after erase + reset (solved)
-
Accidentally pressed the erase button and trying to get back up and running now.
I have tried DHCP at first and also tried editing the default config.g file to use a static IP, both to no avail. My router doesn't see the device on the wired network, and I've tried with another known good Router. I don't see it communicating on Wireshark either.
The Ethernet cable was tested with a cable tester and the green and orange lights are lighting up on the board's connector.
I have tried flashing the firmware to the board using Bossac.exe and it said it uploaded successfully.
What have I overlooked? Any ideas?
-
Just to clarify, I flashed the firmware here: https://github.com/dc42/RepRapFirmware/releases
Duet2CombinedFirmware.bin
Is there different firmware for handling the Ethernet port?
-
; CoreXY sample config file for dc42 Duet firmware
M111 S0 ; Debug off
M550 PMyCoreXY ; Machine name (can be anything you like)
M551 Preprap ; Machine password (used for FTP connections)
M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; MAC Address
;*** Adjust the IP address and gateway in the following 2 lines to suit your network
M552 P192.168.1.15 ; IP address (0 = use DHCP)
M554 P192.168.1.1 ; Gateway
M553 P255.255.255.0 ; Netmask
M555 P2 ; Set output to look like Marlin
M575 P1 B57600 S1 ; Comms parameters for PanelDueShouldn't this have done the trick?
-
@duetfan223 said in Duet 0.8.5 Ethernet not working after erase + reset:
Duet2CombinedFirmware.bin
You have a Duet 0.8.5, not a Duet 2.
-
I understand now,
https://duet3d.dozuki.com/Wiki/Firmware_Overview#Section_Duet_Generation_1_Duet_06_and_Duet_Num_085
*Duet Generation 1 (Duet 06 and Duet 085)
Firmware files for older boards are currently also at https://github.com/dc42/RepRapFirmware/r....The main firmware is RepRapFirmware.bin
The web interface is DuetWebControl.zip*I think I may have been following different set of instructions, thanks for your help elmoret