This page explains how to install a 20-sim 4C image on a SD-card for the TS-7300 board.
Compatibility note: Images for 20-sim 4C 1.1 and 20-sim 4C 2.0/2.1 are not compatible.
20-sim 4C 1.1 only works with a TS-7300 20-sim 4C 1.1 image.
20-sim 4C 2.0 and 2.1 only work with a TS-7300 20-sim 4C 2.0/2.1 image.
Download 20-sim 4C 1.1 image :http://dl.dropbox.com/u/2230815/TS7300/20-sim-4C-1.1/TS7300-20081107.img.gz
Download 20-sim 4C 2.0 / 20-sim 4C 2.1 image :http://dl.dropbox.com/u/2230815/TS7300/20-sim-4C-2.0/ts7300-r14149.img.gz
•Extract the image with an archiver (e.g. 7-zip)
•Download the Image Writer for Windows tool from https://launchpad.net/win32-image-writer
•Insert your SD-card in the card-reader. (Write down the drive letter, in this example I: )
•If windows asks to format the SD-card press NO
•Run the Win32DiskImager.exe as administrator.
•Select the image and the correct Drive letter and press the write button
•Extract the image with gunzip
•Insert your SD-card in the cardreader (check e.g. with dmesg the device name)
•write the image to the sd-card with dd
dd if=ts7300-r14149.img of=/dev/sdX (where X is the location of the SD-Card) |