Do you have a question?
Please contact us via email, contact form or phone
+49-7243-2167-23 (head office, Germany) or directly your local contact.
Special note
This knowledge base is updated regularly. If you need an information and don't find it here, please don't hesitate to contact us! Of course, we're also to your disposal at the phone:
+49 7243 2167-0
Copying an image from MMC card/Flash EPROM to hard disk
I'd like to copy an image from the MMC card (md:/) or the Flash EPROM (fd:/) to my hard disk. What are the different possibilities to do this?
To copy an image using the shell, follow these steps:
(1: tp /*takes an image*/)
2: js fd:/image.jpg /*stores image as Jpeg on Eprom (resp. md:/image.jpg) - important to append ".jpg"! */
3: dwn image /*downloads Jpeg to PC - important not to append ".jpg"! */
After sending the command you will be prompted to activate the download function of your terminal program. With Teraterm you have to select "Log..." from the File menu. Then start the download by hitting any key.
4: rename the downloaded file (myjpegfile) into INPUT.MSF
5: call the function S2B as described in VC/RT. For this, move input.msf into c:/ti/util
and run "s2b" from this directory. (Input is INPUT.MSF - the file OUT.DAT is gernerated
by S2B)
6: rename OUT.DAT in myjpegfile.jpg
7: now you can open it with a graphic program
A FTP client like TotalCommander can also be used, which is much easier and faster. In this case, any file can be copied by drag-and-drop.







