Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Prepare a bootable MicroSD Card

1,819 bytes added, 10:36, 11 May 2018
no edit summary
===<span class="mw-headline">General case process:</span>===
'''======<span class="mw-headline">Finding your device</span>'''======<span class="mw-headline">[[File:1.png|774x336px]]</span>
<span class="mw-headline">[[File:1.png|774x336px]]</span>
======<span class="mw-headline">Create the MSDOS Partition Table </span>======
<span class="mw-headline">The next step it's create the msdos table partition for it you should click in the "Device" menu and then in the "Create Partition Table" option. </span>
'''<span class="mw-headline">Create the MSDOS Partition Table </span>'''
<span class="mw-headline">[[File:2.png|773x364px]]</span>
======<span class="mw-headline">Erasing all data</span>======<span class="mw-headline">Check the default option it's create a msdos partition table.</span>'''<span class="mw-headline">Erasing all data<br /></span>''' After that you can '''Apply'''.
<span class="mw-headline">[[File:SD4.png]]</span>
'''======<span class="mw-headline">Creating the boot partition</span>======<span class="mw-headline">The Next step it's create the partitions for it you should go to the partition menu and select the "New" option then the application show a window like this:</span> We will configure the partition as:  * Primary Partition* File system/ Format: FAT32* Size: 100 MegaBytes* Label: Boot* '''Align to: cylinder'''
<span class="mw-headline">Adding the correct info</span>
[[File:SD5.png|768x345px]]
* It is recommended to '''apply changes''' now or you might get an error later.  ======<span class="mw-headline">Creating the new partition</span>======<span class="mw-headline">The Next step it'''s create the root file system partition.<br />First you should select the unallocated partition area and then you should go to the partition menu and select the "New" option then the application show a window like this:</span>
[[File:SD6.png|774x364px]]
======<span class="mw-headline"><span id="result_box" class="short_text" tabindex="-1" lang="en"><span class="">Characterizing</span></span> the Rootfs</span>======
<span class="mw-headline">We will configure the rootfs partition as:<br /></span>
* Primary Partition* Format: EXT4* Size: All the Rest* Label: Rootfs'''<span class="mw-headline"><span id="result_box" class="short_text" tabindex="-1" lang="en"><span class="">Characterizing</span><br /span> the Rootfs</span>'''* Other spaces such as the defaults ones  At end we will click on "Add" button.
[[File:SD7.png|773x345px]]
'''======<span class="mw-headline">Applying changes</span>'''======<span class="mw-headline">Click on apply button in the main menu after that gparted show a window like this for confirm all operations </span>
[[File:SD8.png|771x346px]]
======'''<span class="mw-headline">'''Apply the change</span>'''======<span class="mw-headline">We should click on apply button. </span>
[[File:SD9.png|760x340px]]
'''======Loading'''======When the process finish we can see all changes applied 
[[File:SD10.png|760x342px]]
=====<span class="mw-headline">Selecting boot flag</span>=====
<span class="mw-headline">Now we must select the boot flag for the first partition for it we use the right mouse button over the boot partition and select "Manage Flags" option</span>'''<span class="mw-headline"><br /></span>'''
'''Once everything is done now we will select the boot flag'''[[File:SD12.png|770x361px]]
 
'''<span class="mw-headline">Selecting boot flag</span>'''
 
[[File:SD12.png|770x361px]]
Now we have the microsd prepared for copy the boot files
<pre>$ sudo dd if=/dev/zero of=/dev/mmcblk0 bs=1024 count=1024
[sudo] password for jdoe:</pre>
 
560
edits