1

Topic: Da Vinci 1.0 Pro bricked after firmware update.

I can't seem to figure out how to restore the old firmware. The printer isn't being detected in device manager and there are black bars on the screen. The pro doesn't have the jumper pins labeled anywhere on the board.

2

Re: Da Vinci 1.0 Pro bricked after firmware update.

where are you from? we can unbrick this board.

3

Re: Da Vinci 1.0 Pro bricked after firmware update.

I'm in the greater Houston area.

4

Re: Da Vinci 1.0 Pro bricked after firmware update.

hmm to bad, I'm from Europe.

Do you have "jtag segger j-link" or similar ?

5 (edited by mohammadnyzia 2022-01-06 15:56:16)

Re: Da Vinci 1.0 Pro bricked after firmware update.

I did read about it on a post you had made in the past: http://www.soliforum.com/topic/17845/do … mininano/. I can get my hands on one. Afterwards, what should I do with the device? To my knowledge, there isn't an atmel dump publicly available for the Da Vinci Pro 1.0.

6

Re: Da Vinci 1.0 Pro bricked after firmware update.

I know there is no Atmel dump. But I thought if you have enough skills and jtag hardware then you could make a dump of your bricked mainboard.
That would be enough for me to extract the AES de/encryption key.

After that you will get working Atmel dump.

Anyway, did you thought about alternative firmware, called Repetier?

7

Re: Da Vinci 1.0 Pro bricked after firmware update.

I'm pretty sure the guy who I bought the printer from recently tried to reset it and flash it. I don't think the dump will yield anything promising. I am open to using repetier but don't know how to install it on the pro 1.0.

8

Re: Da Vinci 1.0 Pro bricked after firmware update.

I think I can help you with resetting and flash tools. But you still need the Atmel dump or Repetier firmware file.

Please make clear photo of the PCB, I have marked red the important area. See photo.

http://soliforum.com/i/?tZkUxB3.jpg

9

Re: Da Vinci 1.0 Pro bricked after firmware update.

Attached is the close up photo.http://soliforum.com/i/?h7IF0TB.jpg

10

Re: Da Vinci 1.0 Pro bricked after firmware update.

This is the JTAG port to get the Atmel dump.

SW1 is reset signal for Atmel.
SW2 should be the flash erase.

You have to erase flash before use any programming tools.

http://soliforum.com/i/?KI4menB.jpg

11

Re: Da Vinci 1.0 Pro bricked after firmware update.

I got my hands on a J-Link. I got every wire connected up. Now what software should I use to proceed further and what steps should I take to get the Atmel dump in software?

12 (edited by modfreakz 2022-01-26 17:33:25)

Re: Da Vinci 1.0 Pro bricked after firmware update.

Hi,

download the J-Link Software here https://www.segger.com/downloads/jlink/

use the JLink.exe   (C:\Program Files\SEGGER\JLink\JLink.exe)

select ( SWD - 4000 - ATSAM4E8E)

then type:
savebin D:\Dump1.bin, 0x00, 0x80000
savebin D:\Dump2.bin, 0x20000000, 0x400000

This will saves the target memory into binary files. Please send this two file to me.

13

Re: Da Vinci 1.0 Pro bricked after firmware update.

I have sent a PM to you with the files

14

Re: Da Vinci 1.0 Pro bricked after firmware update.

Very nice, thank you for the dumps. I was able to extract the AES key.

Give me some time to update my program. You wil be able to downgrade/recover you printer.