Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Prepare a bootable MicroSD Card

596 bytes added, 12:52, 9 May 2018
no edit summary
[sudo] password for jdoe:
=='''<span class="mw-headline">Prepare a SD to boot</span>'''==
{{Message/Information Message|title=TITLE|message= <span style="color: #000000;">We are using this version of Ubuntu .........</span>}}  ==<span id="Install_GParted" class="mw-headline">Install Downloading GParted</span>==We will use In order to prepare a micro SD with your already generated u-boot you need to flash the u-boot.imx using the gparted program command dd. It is important to prepare your micro SD card first creating a partition that leave some free space for create the partitions, if you don't have this program u-boot.imx. It can be used GPARTED as it is shown in the image: [[File:GPARTED.png|center|713x201px]]  And it can be installed then you must install it with this command:.
<pre>sudo apt-get install gparted</pre>
<span style="color: #ff0000000000;">Now we will see all the steps for this partition with GPARTED after another brief  explanation of  other method.</span>   * <span style="color: #000000;">Another method is using fdisk and creating directly two partitions:</span>
<div class="code panel pdl conf-macro output-block" data-hasbody="true" data-macro-name="code">
==<span style="color: #ff0000000000;">Use Using sfdisk partition method</span>==
<div class="codeContent panelContent pdl"><div id="highlighter_789287" class="syntaxhighlighter sh-eclipse nogutter bash">
{| class=" contenttablewikitable" style="height: 128px;" border="0" width="839" cellspacing="0" cellpadding="0"
|-
| class="code" style="width: 825.813px;"|<div class="container" title="Hint: double-click to select code"><div class="line number1 index0 alt2"><span style="color: #ff0000000000;"><code class="bash functions">sudo</code> <code class="bash plain">sfdisk </code><code class="bash plain">/dev/</code><code class="bash plain"> <<EOF</code></span>
<div class="line number2 index1 alt1"><span style="color: #ff0000000000;"><code class="bash plain">label: dos</code></span></div><div class="line number3 index2 alt2"><span style="color: #ff0000000000;"><code class="bash plain">16065,128520,0x0C,*</code></span></div><div class="line number4 index3 alt1"><span style="color: #ff0000000000;"><code class="bash plain">144585,,,-</code></span></div><div class="line number5 index4 alt2"><span style="color: #ff0000000000;"><code class="bash plain">EOF</code></span></div>
</div>
</div>
<u>'''Please, be sure you have write correctly the following command because in if not, it can corrupt your computer.'''</u>
 
 
<div class="code panel pdl conf-macro output-block" data-hasbody="true" data-macro-name="code"><div class="codeHeader panelHeader pdl">'''u-boot.imx copy'''</div>
==<span id="GParted_and_Creation_of_Partitions" class="mw-headline">Using GParted and Creation of Partitions</span>==
When the install procedure ends you can call the program from your system tools menu or directly using a terminal console.
560
edits