Is it possible to copy a program from one rabbitcore RCM3900 to another?

I have a faulty RCM3900 board that is still communicating. I need to copy the program into a replacement RCM3900. Is this posible??

1 Like

The extract_flash.c program comes with the latest release of Dynamic C 9.62A which you can download from Digi’s website; https://www.digi.com/support/productdetail?pid=5053&type=software

It will allow you to do the following;
A program you can compile to RAM on Rabbit hardware in order to dump a copy
of the firmware stored on the flash. You can use the Rabbit Field Utility
(RFU) to install the firmware on a new board after converting the Base64
dump to a binary file

2 Likes