You can create a bootable microSD card and use it to boot the ConnectCore MP13.

Create a bootable microSD card

Requirements

  • Root/administrator permissions in your development computer

  • A microSD card with a minimum capacity of 1 GB

Build images suitable for microSD card

Refer to Create bootable sdcard image for information on creating an image for the microSD card. As a result of this process, you’ll create an artifact in the form ccmp1.wks-<timestamp>-mmcblk.direct.

Program the microSD card

This process formats and erases all contents on the microSD card.
  1. Insert the microSD card on your development PC and note the device node assigned to it.

  2. Run the following command to write the full image to the microSD card:

    $ sudo dd if=ccmp1.wks-<timestamp>-mmcblk.direct of=<microsd_dev>
    $ sync

The microSD card is now ready.

Boot the target from microSD card

  1. Insert the microSD card on the socket of the ConnectCore MP13 Development Kit

  2. Change the boot mode switches to boot from the microSD:

    • BOOT.1: OFF

    • BOOT.2: ON

    • BOOT.3: ON

    • BOOT.4: n/a

  3. Apply power

The target boots from the microSD.