SIMATIC IoT2000 SD card example image on IoT2040

Procedure

Download the SIMATIC IoT2000 SD card example image from the following path:

SD card example image

- OR -

From the .zip file:

Image Zip example

Roadkil's Disk Image

  1. Use the "Roadkil's Disk Image" to install the image.
    Download the standalone version under the following path:

    Roadkil

    NOTE

    Erasing all drives

    To avoid malfunctions, erase all existing drives on the SD card before you start.

  2. Select the "Write Image" tab.

  3. Select "Physical Disk" so that the image can be written to it.

    NOTE

    Selection of the physical disk

    Ensure that the SD card is selected.

  4. Select the "example-V2.2.0.wic" image file.

  5. Click "Start".

    NOTE

    Preparing the SD card

    Erase all existing drives on the SD card before you start.

    114053664779.png

dd

Parameter

Description

if

Input file

of

Output disk/drives

bs

Blocked space (10 MB is recommended)

--progress

Shows the progress

Procedure

  1. Use "dd" to install the image.
    Download "dd" under the following path:

    dd
    - OR -
    From the zip. file:

    dd zip

    NOTE

    Erasing all drives

    To avoid malfunctions, erase all existing drives on the SD card before you start.

  2. Execute the following command, for example.

    Note: Run the following lines as a command:
    dd if=D:\temp\example-V2.2.0.wic of=\\?\Device\Harddisk1\Partition0 bs=10M --progress

Windows computer

  1. Open Windows "CMD" as administrator.

  2. Open the directory in which "dd.exe" is stored.

  3. Write "dd --list".
    A list of all mounted drives is displayed.

  4. Search for the correct drive that you want to use. Observe the displayed warning.

  5. Download the image file and the target drive to the "dd tool".
    The procedure takes approximately 3-5 minutes.

    The success is displayed.

  6. Next step: Output

dd --list

rawwrite dd for windows version 0.6beta3.

Written by John Newbigin <jn@it.swin.edu.au>

This program is covered by terms of the GPL Version 2.

Win32 Available Volume Information

\\.\Volume{7994290d-4b77-11e2-b265-c01885b5e329}\

link to \\?\Device\HarddiskVolume2

fixed media

Not mounted

\\.\Volume{afccbe56-4bb9-11e2-8a23-2cd444b4b548}\

link to \\?\Device\HarddiskVolume1

fixed media

Mounted on \\.\c:

\\.\Volume{049b1544-4b77-11e2-a26b-806e6f6e6963}\

link to\\?\Device\HarddiskVolume3

fixed media

Mounted on\\.\d:

\\.\Volume{66f507b7-c527-11e7-8975-005056c00008}\

link to\\?\Device\HarddiskVolume7

removeable media

Mounted on \\.\f:

\\.\Volume{049b1547-4b77-11e2-a26b-806e6f6e6963}\

link to\\?\Device\CdRom0

CD-ROM

Mounted on \\.\e:

NT Block Device Objects

\\?\Device\CdRom0

size is 2147483647 bytes

\\?\Device\Harddisk0\Partition0

link to \\?\Device\Harddisk0\DR0

Fixed hard disk media. Block size = 512

size is 500107862016 bytes

\\?\Device\Harddisk0\Partition1

link to \\?\Device\HarddiskVolume1

\\?\Device\Harddisk0\Partition2

link to \\?\Device\HarddiskVolume2

\\?\Device\Harddisk0\Partition3

link to \\?\Device\HarddiskVolume3

\\?\Device\Harddisk1\Partition0

link to \\?\Device\Harddisk1\DR4

Removable media other than floppy. Block size = 512

size is 7780433920 bytes

\\?\Device\Harddisk1\Partition1

link to \\?\Device\HarddiskVolume7

Removable media other than floppy. Block size = 512

size is 7780433920 bytes

Virtual input devices

/dev/zero

(null data)

/dev/random

(pseudo-random data)

-

(standard input)

Virtual output devices

-

(standard output)

/dev/null

(discard the data)

  • Next step: Command
    Note: run the following lines as a command:
    dd if=D:\temp\example-V2.2.0.wic of=\\?\Device\Harddisk1\Partition0 bs=10M --progress

Error correction when writing the image to the SD card

If you expect problems when writing the image to the SD card:

  • Disconnect the Internet connection.

  • Stop the antivirus software.

A local security regulation can also hinder the execution of disk tools.

  • Attempt to write the image with a computer to the SD card with less restrictive security regulations.