Confirmed users
955
edits
No edit summary |
|||
Line 4: | Line 4: | ||
<ol> | <ol> | ||
<li>Initialize your [http://source.android.com/source/initializing.html build environment].</li> | <li>Initialize your [http://source.android.com/source/initializing.html build environment].</li> | ||
<ul><li> | <ul><li>Currently Ubuntu 11.10 64-bit is known to work (10.04 is the recommended release for AOSP). 32-bit versions of Ubuntu are known to cause problems.</li></ul> | ||
<li>Get the [http://source.android.com/source/downloading.html android OS source]</li> | <li>Get the [http://source.android.com/source/downloading.html android OS source]</li> | ||
<ul> | <ul> | ||
<li>Currently, you want to pull | <li>Currently, you want to pull master</li> | ||
<li>4.0.3 tag doesn't work, NOTE: This may change in the future</li> | <li>4.0.3 tag doesn't work, NOTE: This may change in the future</li> | ||
<li>If repo stops pulling items down mid-way, just start it again. It is smart enough to pick up where it left off.</li> | <li>If repo stops pulling items down mid-way, just start it again. It is smart enough to pick up where it left off.</li> | ||
Line 32: | Line 32: | ||
<li>Put sdcard you flashed the OS on in the "Build and OS" section into your sdcard reader.</li> | <li>Put sdcard you flashed the OS on in the "Build and OS" section into your sdcard reader.</li> | ||
<li>Use mount to figure out the device name of the sdcard reader and do:</li> | <li>Use mount to figure out the device name of the sdcard reader and do:</li> | ||
<pre | <pre>dd if=<sdcarddevice> of=panda.img bs=100M</pre> | ||
<li>Now you can use panda.img to flash other sdcards.</li> | <li>Now you can use panda.img to flash other sdcards.</li> | ||
</ol> | </ol> | ||
Line 40: | Line 40: | ||
<ol> | <ol> | ||
<li>Insert blank sdcard into your machine's card reader</li> | <li>Insert blank sdcard into your machine's card reader</li> | ||
<pre | <pre>dd if=panda.img of=<sdcarddevice> bs=100M</pre> | ||
<li>Put the flashed sdcard into a new pandaboard and plug in the power adapter.</li> | <li>Put the flashed sdcard into a new pandaboard and plug in the power adapter.</li> | ||
<ul> | <ul> |