I have a working Arduino DUE model R3 (Atmel ATSAM3X8E) with a program inside. Since I do not have the program I need to make a backup in case of failure in the second replacement Arduino DUE model R3 (Atmel ATSAM3X8E).
How can I do this? Can a program in Arduino DUE be somehow locked against copy or read? Can't I damage the existing one in this way?
Please, give me an advice. Thank you.
Hi @karel74
Is it the same subject?
I have a working Arduino DUE model R3 (Atmel ATSAM3X8E) with a program inside. Since I do not have the program I need to make a backup in case of failure in the second replacement Arduino DUE model R3 (Atmel ATSAM3X8E).
How can I do this? Can a program in Arduino DUE be somehow locked against copy or read? Can't I damage the existing one in this way?
Please, give me an advice. Thank you.
RV mineirin
See reply #4 of this topic:
Apart from the Arduino IDE, you can read or write a .bin file to/from a DUE after typing a "cmd" with Windows.
Once a cmd line is shown inside a window, copy one of these lines to read or write:
To read a .bin file inside the DUE:
Thru the programming port:
AppData\Local\Arduino15\packages\arduino\tools\bossac\1.6.1-arduino\bossac.exe --port=COM4 -U true -r image.bin
Thru the Native USB port:
AppData\Local\Arduino15\packages\arduino\tools\bossac\1.6.1-arduino\bossac -U true -r image.bin
T…
system
Closed
October 6, 2021, 3:55am
4
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.