Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Prepare a bootable MicroSD Card

49 bytes removed, 09:49, 14 May 2018
no edit summary
<div style="text-align: left;">First of all it is important to detect which device is our microSD Card. In order to do that we can follow this instructions in a Linux terminal:</div>
<div style="text-align: left; padding-left: 30px;">'''1-''' Clean the ''dmesg'' information:</div>
 
sudo dmesg -c<div style="text-align: left; padding-left: 30px;">'''2-''' Insert the microSD Card and show the ''dmesg'' information:</div>
dmesg<div style="text-align: left;">The result have to be similar to this:</div>
==='''<span class="mw-headline">Using Gparted:</span>'''===
 
{| class="contenttable sortable"
|-
* Copy MLO and u-boot.img to primary into the ''root folder'' of the '''boot partition'''
cp <your_MLO> /media/<your_user>/boot cp <your_u-boot.img> /media/<your_user>/boot
You can follow this [[How to prepare a bootable MicroSD Card|link]] if you want build the MLO and u-boot
560
edits