Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Prepare a bootable MicroSD Card

53 bytes added, 09:50, 1 July 2019
no edit summary
sudo dd if=/dev/zero of=/dev/sdc bs=1024 count=1024
Before use anyway of partition one good practise is unmount the dev where is inserted the SD. -> <code>umount /dev/sdx</code>
Now we are ready to create the corresponding partitions in our MicroSD Card.
==Root file System==
The root file system have to be extracted into the'' root folder''  of the '''rootfs''' '''partition'''. Where can be downloaded [[IGEP firmware-setup|here]].
560
edits