| < Previous PageNext Page > | |
This section provides detailed instructions for restoring your BlackDog Kernel and File System on a Linux Host.
Warning: Performing these steps erases all data on the BlackDog device. Save backup copies of any data/applications you want to keep on another machine.
Perform the following steps, if you need to copy or restore the BlackDog kernel and file system:
tar -zxvf BlackDogImages_version.tgz
tar -zxvf mpscon_version.tgz
If your operating system is still functional:
echo 2 > /proc/sys/realm/bootmagic
reboot
If your operating system is not functional:
./mpscon
mpscon displays the following prompt:
goKey>
goKey>erase 1
goKey>load 1 path_to_image/zImage-blackdog-primary.elf
mpscon displays messages similar to the following:
Uploading zImage-blackdog-primary.elf to key with options "load 1"...
Waiting for far end...done
Block 83 acked.
Received final ACK, transfer completed with 0 resends.
zImage-blackdog-primary.elf uploaded successfully @ 1414.650 kB/s Success
goKey>load -n 32 path_to_image/blackdog-primary.jffs2
mpscon displays messages similar to the following:
Uploading blackdog-primary.jffs2 to key with options "load -n 32"...
Waiting for far end...done
Block 8287 acked.
Received final ACK, transfer completed with 0 resends.
blackdog-primary.jffs2 uploaded successfully @ 1437.963 kB/s Success
goKey>exit