Confirmed users
905
edits
| Line 4: | Line 4: | ||
=== Android build installation === | === Android build installation === | ||
* | * Make sure you have a 8GB SDCard of Class 10 for the board | ||
* Download the image from [http://people.mozilla.org/~jmaher/panda/panda_v2_16gb.img.bz2 here] | |||
* Unzip the image making sure it's size is 16GB when done | |||
* Connect the SDCard to the PC using the apropriate hardware (an internal or external card reader) | |||
* Wait for the card to be mounted | |||
* Run "df" from the terminal to get a list of devices and check the id of the sdcard - should be similar to /dev/sd<x><nr> (for eg /dev/sdd1) | |||
* Unmount the SDCard | |||
sudo umount /dev/sd<x><nr> -> for e.g. umount /dev/sdd1 | |||
* Run the above command for each partition of the SDCard if there are multiple | |||
* Go to the folder you extracted the image in and run | |||
sudo dd if=panda_v2_16gb.img of=/dev/sdd bs=100M count=8000 | |||
* Take out the SDCard and put it in the panda board, connect the board and wait for Android to load | |||
=== Board setup === | === Board setup === | ||