User manual
Linux Guide taskit GmbH
line in the bash shell:
mount -t nfs -o nolock development_system_ip:/develop/backup /mnt
cat /dev/mtd/3 > /mnt/archive2007.jffs2
umount /mnt
8.4. Restoring the JFFS2 partition
Enter the following line on the linux shell to restore the above created archive (the flash will
automatically be deleted before copying):
flashcp -v /mnt/archive2007.jffs2 /dev/mtd/3
Note: See that the copied archive is not bigger the the flash partition it is copied to. In the
case the copy process will fail.
8.5. Resetting to the original state
In case you accidentally deleted you JFFS2 partition you can reset it to the delivery state.
First copy the image file jffs2.bin from /images directory on the starterkit-CD to your
tftpboot directory.
All further steps are undertaken on the taskit deixce by means of a terminal program. After
start-up and pressing a key within 3 seconds, the system shows the U-Boot prompt.
Then enter the following lines:
tftpboot 20000000 jffs2.bin
erase 10XXXXXX 10XXXXXX
cp.b 20000000 10XXXXXX $(filesize)
Page 27 of 65 Version 1.26 (2008-04-30)