@bearer Will do!

Latest posts made by judicar
-
RE: Duet3 Bossa firmware flash fails
Looks like it's a bug in the macOS/BSD version of Bossa. Dug up an old pc and it flashes fine with the Windows version. Thanks for the assistance.
-
RE: Duet3 Bossa firmware flash fails
@Danal I should've mentioned this running standalone
-
RE: Duet3 Bossa firmware flash fails
@bearer It fails at different points with different versions of firmware. I assume 0x400e0c08 is some register that contains the result of whatever operation its trying to perform.
-
Duet3 Bossa firmware flash fails
Duet3 MB6HC 1.0 (3.0beta12)
I received this board and out of box everything worked until I attempted to flash it over ethernet via DWC. The board stopped responding over ethernet and USB (I read earlier that the ethernet is unreliable in 3.0 beta).
I followed steps for flashing board using Bossa 1.9.1 but it always returns 'Flash failed' at 6%.
- Reboot with Erase jumper installed.
- Remove Erase jumper.
- Attempt to flash with Bossa either through UI or command line fails.
$ sudo bossac -e -w -v -b -d -U -p cu.usbmodem144201 ./Duet3Firmware_MB6HC.bin -R
...
go(addr=0x20401020)
writeWord(addr=0x400e0c04,value=0x5a004301)
[= ] 6% (68/1110 pages)write(addr=0x20401034,size=0x200)
writeWord(addr=0x20401028,value=0x408800)
writeWord(addr=0x2040102c,value=0x20401034)
readWord(addr=0x400e0c08)=0x469c4662Flash command failed
Any ideas? Verify also fails, but read succeeds.