Closed BastianGschrey closed 3 years ago
My Duet2 Eth reports [mcu] serial: /dev/serial/by-id/usb-Klipper_sam4e8e_00313753384C39323132303239303534-if00
This works, well.
Power off, count 10, power on, jumper the Erase on the board for 4 secs, re-flash Klipper.
I have notes in the Klipper discord, let me find them for you. Not teaching you to suck eggs, but it took me a while.
Found my notes Notes for updating firmware on Duet2Eth board from a Pi. Could this be pinned? 1) Shutdown Klipper using - sudo service klipper stop 2) Jumper the pins on the Duet board to erase the flash, then remove jumper 3) run 'make makemenuconfig' Make sure board is selected correctly and then exit. 4) run 'make' to build the firmware 5) run 'ls /dev/serial/by-id/' - it will look like this - '/dev/serial/by-id/usb-03eb_6124-if00 as there is no firmware running. 6) Then run, 'make flash FLASH_DEVICE=/dev/serial/by-id/usb-03eb_6124-if00' - replacing the part after by-id with your result from action 5. It will give you something similar to this. Flashing out/klipper.bin to /dev/serial/by-id/usb-03eb_6124-if00 Entering bootloader on /dev/serial/by-path/platform-3f980000.usb-usb-0:1.3:1.0 Device reconnect on /dev/serial/by-path/platform-3f980000.usb-usb-0:1.3:1.0 lib/bossac/bin/bossac -U -p /dev/serial/by-path/platform-3f980000.usb-usb-0:1.3:1.0 -e -w out/klipper.bin -v
Erase flash
Done in 4.353 seconds Write 21100 bytes to flash (42 pages) [==============================] 100% (42/42 pages) Done in 0.321 seconds Verify 21100 bytes of flash [==============================] 100% (42/42 pages) Verify successful Done in 0.315 seconds
Reboot everything In Console run 'ls /dev/serial/by-id/'
Should give you a longer id than you have, like mine.
7) Restart Klipper using - 'sudo service klipper start`
Job Done!
Unfortunately, it appears the directions at https://www.klipper3d.org/Contact.html were not followed for this issue.
We choose to use github as a place that people working on improving Klipper can share the results of their work. We choose to not use github to help diagnose problems with a user's printer. We choose to not use github to answer user questions. We choose to not use github as a place to make requests.
In the future, please follow the directions at: https://www.klipper3d.org/Contact.html This ticket will be automatically closed.
Best regards, ~ Your friendly GitIssueBot
PS: I'm just an automated script, not a human being.
Hello,
FYI: no SD card is inserted in Duet2. erase was triggered and reset pushed before flashing I cannot connect to duet2 Wifi. I flashed the firmware to the MCU succesfully using SAM3/SAM4 (Due and Duet) Processor model (SAM4e8e (Duet Wifi/Eth)) ---> SAM4e8e (Duet Wifi/Eth)
Flashing return successfully:
ls /dev/serial/by-id returns usb-03eb_6124-if00 so I used /dev/serial/by-id/usb-03eb_6124-if00 in my printer.cfg, I have also tried /dev/serial/by-path/platform-3f980000.usb-usb-0:1.3:1.0
logs