Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Prepare a bootable MicroSD Card

127 bytes added, 11:34, 11 March 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.
'''How to configure Uenv<br />'''
It is need to indicate how start the boot. For this reason it will be created a file called uenv.txt with the correct configuration.
We present two examples of help to start the system from the MicroSD Card or from an nfs server.
560
edits