Error Short to Ground reported by driver(s)
-
@dc42 said in Error Short to Ground reported by driver(s):
@davidewen we will replace the Duet. Please email warranty@duet3d.com and include a link to this thread.
Thank you.
I have sent an email as requested.
David
-
@dc42
I received the replacement board.Swapped old board with new board.
Put SD card from old board into new board.Could not connect via Wi-Fi.
Took new board out.
Put SD card that came with new board back in.
Connected USB to Mac. (macOS 11.6.1 with M1 chip)
Could not detect boardFollowed "Fallback 1 & Fallback 2" instructions @ https://duet3d.dozuki.com/Wiki/Installing_and_Updating_Firmware
Neither worked.
Still can not connect to board via USB
Board does not show up in System Information, or in Terminal via ls /dev/tty.*.Any suggestions?
Thanks,
David -
@davidewen with nothing other than the power plugged inot the board, what LEDS are lit? also please send a picture of the board.
-
R40 = off
R49 = flashing red (slow flash)
R28 = off
R27 = off
R29 = Red
P30 = Green
ESP = off -
@T3P3Tony Could you assist David, please?
-
@davidewen with it setup as you have it in the image above, please double click the reset button and see if a Duetboot drive becomes available on the PC over USB. If it does then you can drop the 3.3 firmware for mini 5+ into that drive, it will.opy across then install. After that it should be available over YAT.
Firmware is here:
Duet3Firmware_Mini5plus.uf2
https://github.com/Duet3D/RepRapFirmware/releases/download/3.3/Duet3Firmware_Mini5plus.uf2 -
@t3p3tony
Tony, as mentioned in a previous post.
I have followed all instructions for Fallback 1 & 2 per the guide.
Neither work. Board is not found on computer under System Information, via Terminal or Disk Utility.@davidewen said in Error Short to Ground reported by driver(s):
Followed "Fallback 1 & Fallback 2" instructions @ https://duet3d.dozuki.com/Wiki/Installing_and_Updating_Firmware
Neither worked.
Still can not connect to board via USB
Board does not show up in System Information, or in Terminal via ls /dev/tty.*.Results from Terminal
@Macmini-M1 ~ % ls /dev/tty..
zsh: no matches found: /dev/tty..Results from System Information.
This is what shows up when board is plugged in.
Results from Disk Utility
I do get a "DuetBOOT" after double clicking the reset button, and copying the firmware to the drive does cause a restart, but then I'm back to square 1.No Duet in System Info or Terminal.
Even with a good copy of sys folder files, no Duet on my WiFi. -
@davidewen if DuetBoot shows up and the file is transferred successfully then at least part of the USB system is working as expected. I don't have a Mac to test this on - there might be some interaction between the USB driver in that particular version of MacOS/Mac hardware and the Duet. Or it might be a (partially) faulty USB hardware on the Duet.
Would it be possible to try connecting on a PC/laptop running windows?
-
@t3p3tony
I don't have a Windows computer. I do run Windows in Parallels and/or Bootcamp, but still on a Mac computer.I've tested the connection on the new M1 macMini and an older Intel based MacBookPro_2017. Same issue on both.
I attempted to connect via Parallels.
Did not work.
Could not update the device drivers. -
@davidewen in that screenshot it showed a serial port on com4 - is that the Duet?
-
@t3p3tony
yes, that's correc -
@davidewen ok so what happens when you connect to com4 with YAT?
-
@t3p3tony
I have Macs only, so I'm using SerialTools.Your (dozuki) instructions are not very clear.
First you state to connect using SerialTools.
Then you never show any examples of SerialTools again.
You only show using Terminal.
Some consistency within your instructions would be helpful.https://duet3d.dozuki.com/Guide/1.)+Getting+Connected+to+your+Duet/7
It looks like I can connect, but there is no information displayed.
And Terminal will not connect
-
Using Terminal, there is still no connection to the board.
This is the output of ls /dev/tty..*
@Macmini-M1 ~ % ls /dev/tty..
zsh: no matches found: /dev/tty..System Information does show a "communication device"
-
@davidewen i saw you were using windows in a VM and it was detecting a Serial device on com4. Thats why I suggested trying YAT within that VM to connect to it.
The fact that you can see the DuetBoot device via the double click and successfully upload the firmware means that some level of USB is working so i am trying to find a way to check this without access to an similar Mac with the same OS.
-
@t3p3tony
I'm attempting to use Windows to connect.
Device drivers won't install.I've downloaded the drivers from this link per the instructions
Windows users, download the USB drivers for Duet here and extract the files to a suitable location.
https://github.com/dc42/RepRapFirmware/blob/dev/Driver/WindowsDriverFiles.zip -
@t3p3tony
Something I'm thinking to mention.
Since my Mac has the M1 chip, Windows is the ARM version.This could be the reason the drivers will not install.
-
Do you have a raspberry pi?
-
@phaedrux
I do. It is not setup yet, so it would be a from scratch project.
I would want / need specific steps to do so in order to accomplish what you're thinking.Thanks,
David -
Well if you setup the Pi as a desktop environment you could use the linux instructions from the getting connected guide to bypass the Mac/M1/WindowsARM/VM thing.
Download the latest Raspberry PI OS with desktop
https://downloads.raspberrypi.org/raspios_armhf/images/raspios_armhf-2021-11-08/2021-10-30-raspios-bullseye-armhf.zipDownload Etcher
https://www.balena.io/etcher/Burn the downloaded SD card image to an SD card with Etcher
Setup the Pi with a mouse/keyboard/monitor and boot the burned SD card.
Once you're up and running you can connect the Duet via USB and follow along with the getting connected guide to see if it is detected as a USB device and then hopefully connect to it via terminal.