|
Post by spannernick on Dec 16, 2019 14:16:20 GMT
If you copy the firmware on THEC64 Maxi or Mini,well on the Mini it copies it to your usb Stick as 3 files nanda,nandb and nandc,how do you copy it back to the Mini,whats the command you have to type in ssh..? Maybe able to do the same thing on THEC64 Maxi soon..
|
|
Rhialto
BASIC
VICE contributor
Posts: 9
|
Post by Rhialto on Jan 6, 2020 21:54:38 GMT
dd if=backupfile of=/dev/nanda
(if is infile, of is outfile; dd is a strange command and not very similar to other Unix commands)
for nandb, I would only do it if you're running from the ramdisk or FEL boot, since otherwise you'd be overwriting the file system that is mounted and in use, and that never ends well.
|
|