Creating a bootable SDcard: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
No edit summary
Line 1: Line 1:
All the process was made with a SD CARD 4GB.
=All the process was made with a SD CARD 8GB=
:The operation could be made with any other sd card.


Install Gparted
==Install Gparted==
<pre>
<pre>
sudo apt-get install gparted  
sudo apt-get install gparted
</pre>
</pre>
Execute gparted as root
==Execute gparted as root==
<pre>
<pre>
sudo gparted &
sudo gparted &
</pre>
</pre>
Create a 100MB FAT32 partition and the rest of the SD with EXT3 format:
[[File:note20.png]]
 
[[File:4BGParted-sd-partition.png]]
==Create a 32MB FAT32 partition with the label boot==
 
[[File:note22.png]]
Now you have your SD correctly partitioned to use.
==Create a EXT3 partition with the rest of the SD CARD with the label rootfs==
[[File:note23.png]]
==Apply the operation to get your SD Card correctly partitioned and formated==
[[File:note24.png]]

Revision as of 19:26, 19 July 2010

All the process was made with a SD CARD 8GB

The operation could be made with any other sd card.

Install Gparted

sudo apt-get install gparted

Execute gparted as root

sudo gparted &

Create a 32MB FAT32 partition with the label boot

Create a EXT3 partition with the rest of the SD CARD with the label rootfs

Apply the operation to get your SD Card correctly partitioned and formated