Restoring the NAND Flash
7)Execute the following commands to mount the MMC/SD and NAND partitions and populate the YAFFS2 image:
EVM # mkdir /mnt/mmc
EVM # mkdir /mnt/nand
EVM # mount
EVM # flash_eraseall /dev/mtd0
EVM # mount
EVM # tar xf /mnt/mmc/dm357_flash_image_#_#_#_#.tar EVM # cd
EVM # umount /mnt/nand
EVM # reboot
The first mount command assumes you have a VFAT partition. The tar command will take about a minute to run.
The filename of the dm357_flash_image_#_#_#_#.tar image will be in DOS 8.3 format if you are using a vfat filesystem. That is, dm357_fl.tar.
8)When the EVM comes up after rebooting from the previous steps, press Esc to get back to
Additional Procedures |