Help. Duet 0.8.5 not responding
-
When you use Bossa to install the firmware, did you remember to check the Erase, Lock and Boot from Flash boxed before you clicked Write? Did it Verify OK?
It's not normal for any of the LEDs on the Duet 085 to blink.
-
Did you rebuild the SD Card before putting it back in the Duet you say you deleted everything but don't say if you replaced any of the files?
-
![0_1584100878143_bossa.png](Uploading 100%)
Thank you for replying.
That's what i thought also. But after I erased the SD and pasted correct files, it stopped working, and Yat keeps looking for port and then says it's busy. I've tried prontface, but no comm also. I've also uninstalled and installed everything again, but nothing.
I've attached a screen shot.
![alt text](![0_1584100866934_bossa.png](Uploading 100%) image url)![0_1584101035164_WIN_20200313_05_03_28_Pro.jpg](Uploading 100%)
-
@dc42 yes
-
@Dougal1957 I did.
i pasted:www
sys- firmware here
macros
gcodes -
This post is deleted! -
@amcutem said in Help. Duet 0.8.5 not responding:
![0_1584100878143_bossa.png](Uploading 100%)
Thank you for replying.
That's what i thought also. But after I erased the SD and pasted correct files, it stopped working, and Yat keeps looking for port and then says it's busy.
That's usually a Windows issue, so you may need to reboot Windows. Make sure you don't have Bossa and YAT loaded at the same time.
I've tried prontface, but no comm also. I've also uninstalled and installed everything again, but nothing.
I've attached a screen shot.
![alt text](![0_1584100866934_bossa.png](Uploading 100%) image url)![0_1584101035164_WIN_20200313_05_03_28_Pro.jpg](Uploading 100%)
Unfortunately your screen shot faied to upload. Please try again.
-
@amcutem did you also put a config.g file in the SYS Folder?
-
Yes. I've done all that. Anything else?
-
@bearer
it shoes up as bossa or duet. But i can't communicate with it.
-
@amcutem said in Help. Duet 0.8.5 not responding:
@bearer
it shoes up as bossa or duet. But i can't communicate with it.
? elaborate please, it doesn't make sense to be bossa or duet and not have communication - you need bossa software to communicate with bossa bootloader in the duet to make the board appear like a duet again. does that work?
-
Some of the older bossa/duet guides didn't mention explicitly specifying the com port in the command line argument. I needed that when I did it.
-
@bearer
Sorry for the mistake.
It actually just shows bossa.
After writting the firmware, COMBINEDFIRMWARE, and shows success, it still shows as bossa and not DUET,then, nothing happens when i connect using YAT. Sometimes it connects, but no response from the board when i type a GCode.
Right now im trying to learn about jtag and if it can help.
Is there a duet repair place i can send it to?
Its a bummer if its shot already cuz its new.
-
First try the command line version bossac, it'll rule out checking the correct boxes and resetting the board
assuming a normal windows install, with the firmware in your Downloads folder, run in a command prompt:
cd Downloads "\Program Files (x86)\BOSSA\bossac.exe" -e -w -v -b RepRapFirmware.bin -R
you may have to specify the serial port to use like so:
"\Program Files (x86)\BOSSA\bossac.exe" --PORT=COM5 -e -w -v -b RepRapFirmware.bin -R
if your folders are different, adjust so the paths are correct.
@amcutem said in Help. Duet 0.8.5 not responding:
a Duet 085
@amcutem said in Help. Duet 0.8.5 not responding:
Its a bummer if its shot already cuz its new.
isn't the 0.8.5 board old? not sure the people who fix acurrent Duet is too familiar with the first generation, but Duet3d themselves may try, however you quickly get to the point where its cheaper to buy a new board.
edit; updated with correct firmware as pr Ians input.
-
@amcutem said in Help. Duet 0.8.5 not responding:
It actually just shows bossa.
@amcutem said in Help. Duet 0.8.5 not responding:
onnect using YAT. Sometimes it connects, but no response from the board when i type a GCode.
as long as the board shows as bossa it will not respond to gcode, this is the bootloader for the duet and can only be used to flash the firmware.
@amcutem said in Help. Duet 0.8.5 not responding:
trying to learn about jtag and if it can help.
if you're getting the bootloader odds are you will not need an external programmer.
-
@amcutem the “combined version” of the firmware is for Duet 2 WiFi and Ethernet. Use the ‘RepRapFirmware.bin’ from 2.05.1 and 1.26.1 release for Duet 06/085.
https://github.com/dc42/RepRapFirmware/releases/tag/2.05.1
Ian