R rs232 Occasional Visitor Nov 24, 2019 #1 The title says it all. I'm in the router (running fine) and would like to make a backup of the CFE. Is there a way to achieve this with the mtd-write2 command (or alternative) without need to have access to the box physically? Thanks!
The title says it all. I'm in the router (running fine) and would like to make a backup of the CFE. Is there a way to achieve this with the mtd-write2 command (or alternative) without need to have access to the box physically? Thanks!
R rs232 Occasional Visitor Nov 24, 2019 #3 Asus Rt-AC3200 I ended up running this: dd if=/dev/mtd0 of=/tmp/cfe.bin I guess that's correct?I now need to find a way to upload this on a bricked brother device via serial connectivity only :-/
Asus Rt-AC3200 I ended up running this: dd if=/dev/mtd0 of=/tmp/cfe.bin I guess that's correct?I now need to find a way to upload this on a bricked brother device via serial connectivity only :-/
RMerlin Asuswrt-Merlin dev Staff member Nov 24, 2019 #4 The serial interface cannot be used to recover a corrupted CFE, only JTAG can.