Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Prepare a bootable MicroSD Card

1 byte removed, 14:44, 11 May 2018
Prepare a SD to boot
sudo dmesg -c<div style="text-align: left; padding-left: 30px;">'''2-''' Insert the microSD Card and show the ''dmesg'' information:</div>
dmesg<div style="text-align: left;">The result have to be similar to this:</div>
[[File:SD1_dev.png]]
<div style="text-align: left;">We can see the name of our device in the system: '''/dev/sdX''' where X is the character assigned by our system, in this case /dev/sdsdc'''e.'''</div>
<div style="text-align: left;">Now we have to ensure that the MicroSD Card is completely clean. We can use the following command to do that:</div>
sudo dd if=/dev/zero of=/dev/sdX bs=1024 count=1024<div style="text-align: left;">Where '''X''' is the character returned previously by your system, for example, in the previous situation:</div>
sudo dd if=/dev/zero of=/dev/sde sdc bs=1024 count=1024<div style="text-align: left;">Now we are ready to create the corresponding partitions in our MicroSD Card.</div>
==How to partition the MicroSD card==
560
edits