| Name | Last modified | Size | License | |
|---|---|---|---|---|
|
Parent Directory | |||
|
MANIFEST | 21-Oct-2012 17:53 | 583 | open |
|
MD5SUMS | 21-Oct-2012 17:47 | 147 | open |
|
boot.tar.bz2 | 21-Oct-2012 17:47 | 5.0M | open |
|
install-binaries.sh | 29-Aug-2012 08:17 | 2.2K | open |
|
kernel_config | 21-Oct-2012 17:47 | 74.5K | open |
|
lava-job-info | 21-Oct-2012 17:53 | 74 | open |
|
linaro_android_build_cmds.sh | 21-Oct-2012 17:47 | 2.4K | open |
|
linaro_kernel_build_cmds.sh | 21-Oct-2012 17:47 | 1.7K | open |
|
pandaboard.img.bz2 | 21-Oct-2012 17:50 | 198.8M | open |
|
pinned-manifest.xml | 21-Oct-2012 17:47 | 46.4K | open |
|
source-manifest.xml | 21-Oct-2012 17:47 | 46.4K | open |
|
system.tar.bz2 | 21-Oct-2012 17:53 | 165.5M | open |
|
userdata.tar.bz2 | 21-Oct-2012 17:53 | 27.5M | open |
Instructions for https://android-build.linaro.org/builds/~linaro-android/panda-jb-gcc47-tilt-stable-blob/
Get artifacts
Scroll down to the 'Downloads’ section
Click on each link to download:
- target/product/panda/boot.tar.bz2
- target/product/panda/system.tar.bz2
- target/product/panda/userdata.tar.bz2
Get linaro image tools
Run these commands to get all the dependencies for linaro-image-tools and the tip of linaro-image-tools
sudo add-apt-repository ppa:linaro-maintainers/tools
sudo apt-get update
sudo apt-get install linaro-image-tools
If you’re using a released build (with a -release or from releases.linaro.org), skip this step.
If you’re using a “tip” build do not skip the step and do the following:
sudo apt-get install bzr
bzr branch lp:linaro-image-tools
Create media (SD card)
Disable automount (instructions provided for Gnome)
TMP1=$(dconf read /org/gnome/desktop/media-handling/automount)
TMP2=$(dconf read /org/gnome/desktop/media-handling/automount-open)
dconf write /org/gnome/desktop/media-handling/automount false
dconf write /org/gnome/desktop/media-handling/automount-open false
Insert an SD card
Run 'dmesg’
dmesg
Look for a line that looks like the following at the end of the log
[288582.790722] sdc: sdc1 sdc2 sdc3 sdc4 < sdc5 sdc6 >
WARNING In the next step, make sure you use /dev/“whatever you see above”. You can erase your hard drive with the wrong parameter.
Run linaro image tools
linaro-android-media-create --mmc /dev/sdc --dev panda --boot boot.tar.bz2 --system system.tar.bz2 --userdata userdata.tar.bz2
If you’re using tip of linaro image tools
./linaro-image-tools/linaro-android-media-create --mmc /dev/sdc --dev panda --boot boot.tar.bz2 --system system.tar.bz2 --userdata userdata.tar.bz2
Install graphics libraries
wget http://people.linaro.org/~vishalbhoj/install-binaries-4.0.4.sh
chmod a+x install-binaries-4.0.4.sh
./install-binaries-4.0.4.sh
Restore automount
dconf write /org/gnome/desktop/media-handling/automount $TMP1
dconf write /org/gnome/desktop/media-handling/automount-open $TMP2
Remove the SD card from the device writer and plug it into the board.
Check console output
Plug in an USB-to-serial converter and run minicom
minicom -D /dev/ttyUSB0 -w -C minicom.txt
Instructions for https://android-build.linaro.org/builds/~linaro-android/panda-jb-gcc47-tilt-stable-blob/
Get artifacts
Scroll down to the 'Downloads’ section
Save linaro_android_build_cmds.sh to where you’d like to make your build.
Run the build script
The linaro_android_build_cmds.sh script will download the source and create the build.
chmod +x linaro_android_build_cmds.sh
./linaro_android_build_cmds.sh
Get linaro image tools
Run these commands to get all the dependencies for linaro-image-tools and the tip of linaro-image-tools
sudo add-apt-repository ppa:linaro-maintainers/tools
sudo apt-get update
sudo apt-get install linaro-image-tools
If you’re using a released build (with a -release or from releases.linaro.org), skip this step.
If you’re using a “tip” build do not skip the step and do the following:
sudo apt-get install bzr
bzr branch lp:linaro-image-tools
Create media (SD card)
Disable automount (instructions provided for Gnome)
TMP1=$(dconf read /org/gnome/desktop/media-handling/automount)
TMP2=$(dconf read /org/gnome/desktop/media-handling/automount-open)
dconf write /org/gnome/desktop/media-handling/automount false
dconf write /org/gnome/desktop/media-handling/automount-open false
Insert an SD card
Run 'dmesg’
dmesg
Look for a line that looks like the following at the end of the log
[288582.790722] sdc: sdc1 sdc2 sdc3 sdc4 < sdc5 sdc6 >
WARNING In the next step, make sure you use /dev/“whatever you see above”. You can erase your hard drive with the wrong parameter.
Run linaro image tools
linaro-android-media-create --mmc /dev/sdc --dev panda --boot boot.tar.bz2 --system system.tar.bz2 --userdata userdata.tar.bz2
If you’re using tip of linaro image tools
./linaro-image-tools/linaro-android-media-create --mmc /dev/sdc --dev panda --boot boot.tar.bz2 --system system.tar.bz2 --userdata userdata.tar.bz2
Restore automount
dconf write /org/gnome/desktop/media-handling/automount $TMP1
dconf write /org/gnome/desktop/media-handling/automount-open $TMP2
Remove the SD card from the device writer and plug it into the board.
Check console output
Plug in an USB-to-serial converter and run minicom
minicom -D /dev/ttyUSB0 -w -C minicom.txt