Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Prepare a bootable MicroSD Card

8 bytes added, 12:56, 9 May 2018
no edit summary
''The processor when boot ONLY load and execute the MLO program and ignore all the rest it's the X-loader(MLO) the program responsible to load the next programs such kernel or uboot if you use this last one approach.''
 
 
===<span id="Freescale-NXP_Processors" class="mw-headline">Freescale-NXP Processors</span>===
Therefore, we are going to '''setup a microSD card with these requirements''' and '''install a custom software distribution''' into it.
 
 
===Boot from Flash===
* Exist other ways of boot and in this link we can see how to do it with the Flash Memory-> LINK
 
 
===<span id="Prerequisites" class="mw-headline">Prerequisites</span>===
* Tools such, fdisk, mkfs.ext3, mkfs.vfat, gparted ...
* Cross Toolchain included in Ubuntu 16.04 LTS gcc version 4.9.3 (Ubuntu/Linaro 4.9.3-13ubuntu2).
 
 
===<span id="ToolChain" class="mw-headline">ToolChain</span>===
* Read: [index.php/Ubuntu_16.04_LTS_Toolchain Ubuntu 16.04 LTS Toolchain]
 
 
==<span id="Preparing_the_microSD_card" class="mw-headline">Preparing the microSD card</span>==
$ sudo dd if=/dev/zero of=/dev/mmcblk0 bs=1024 count=1024
[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>}}
560
edits