You are here: Digi ConnectCore 6 SBC Getting Started Guide > Step 3: Create a bootable microSD card > Create a bootable microSD card using Linux

Create a bootable microSD card using Linux

Use the following instructions when using a computer running Linux.

  1. Insert the microSD card to your computer and check the node Linux assigns to it (/dev/[sdcard]) using dmesg.
    user@pc$ dmesg
    [1413652.901270] sd 41:0:0:0: [sdc] 7744512 512-byte logical blocks: (3.96 GB/3.69 GiB)
    [1413652.903140] sd 41:0:0:0: [sdc] No Caching mode page present
    [1413652.903144] sd 41:0:0:0: [sdc] Assuming drive cache: write through
    [1413652.905638] sd 41:0:0:0: [sdc] No Caching mode page present
    [1413652.905642] sd 41:0:0:0: [sdc] Assuming drive cache: write through
    [1413652.915154] sdc: sdc1
  2. Note Do not mount any partitions the card might contain (or unmount any partition if automatically mounted) as this procedure writes to the entire block device.

  3. Write the image file to the microSD card with the following command.
  4. user@pc$ sudo dd if=[file_path/filename.sdcard] of=/dev/[sdcard] bs=1M && sync

    Where:

    Warning: An incorrect device node might destroy all data on your computer hard drive.

The microSD card is now ready for use.

 

© 2017 Digi International Inc. All rights reserved.
Create a bootable microSD card using Linux updated on 26 Jan 2017 02:21 AM