Difference between pages "Creating images for deploying to microSD" and "Installing the microSD"

From Low cost, low power, android ARM system board by Mini-Box.com - pico WiKi
(Difference between pages)
Jump to navigation Jump to search
m
 
(Created page with "<h2>microSD and SD</h2> Both the microSD and SD card slots are positioned on the back side of the pico-SAM9G45 board.<br> <b>NOTE</b>: Only the microSD card can be used for bo...")
 
Line 1: Line 1:
1. Download the images tools from: https://gitorious.org/picopc-tools/picopc-tools and go to the create-virtual-image/ folder
+
<h2>microSD and SD</h2>
 
+
Both the microSD and SD card slots are positioned on the back side of the pico-SAM9G45 board.<br>
  git clone git://gitorious.org/picopc-tools/picopc-tools.git
+
<b>NOTE</b>: Only the microSD card can be used for booting the operating system, such as Android or Angstrom Linux distribution.
  cd picopc-tools
+
<br><br>
  cd create-virtual-image
+
The microSD card needs special attention when installing the 1st time.<br>
 
+
Please follow these 3 simple steps in order to insert a microSD card. <br>
2. Create a empty virtual image with:  
+
* Lift hinge (if hinge is locked you need to unlock it by moving the hinge right/left)<br>
  ./create-virtual-image.sh
+
* Insert microSD into the hinge with gold-contacts facing the PCB (see image below) <br>
  Creating a 256 MB image with 9% boot partition
+
<span style="display: block; margin-left: 20px; border: 1px solid #ccc; padding: 2px; width: 402px;">[[File:hinge.jpg|link=]]</span>
  Creating empty disk image...done
+
* Close hinge and lock. <br>
  Creating partitions on /dev/loop0 ...done
 
  Setting up virtual partitions...done
 
  Creating MSDOS filesystem for BOOT partition ...done
 
  Creating EXT3 filesystem for ROOTFS partition ...done
 
  Mounting paritions ...done
 
  All done you can copy your files to ''boot'' and ''rootfs''
 
  Execute sync-virtual-image.sh to save what you copied when done.
 
 
 
3. Copy ''BOOT.BIN'' and ''linux.bin'' to ''boot/'' folder and your root file system to ''rootfs/'' folder
 
 
 
4. Create the final archive (the image created with step 1 will be compressed in a zip file)
 
  ./sync-virtual-image.sh
 
  Enter name prefix or [ENTER] for default name image-2011-09-28.zip
 
 
 
5. The image can be [[Main_Page#Creating_a_bootable_microSD|written to the microSD]] using dd or winimage.
 

Latest revision as of 06:40, 20 October 2020

microSD and SD

Both the microSD and SD card slots are positioned on the back side of the pico-SAM9G45 board.
NOTE: Only the microSD card can be used for booting the operating system, such as Android or Angstrom Linux distribution.

The microSD card needs special attention when installing the 1st time.
Please follow these 3 simple steps in order to insert a microSD card.

  • Lift hinge (if hinge is locked you need to unlock it by moving the hinge right/left)
  • Insert microSD into the hinge with gold-contacts facing the PCB (see image below)

Hinge.jpg

  • Close hinge and lock.