Auto-tools/Projects/Pandaboard Setup/Using Linaro Prebuilt Image

From MozillaWiki
< Auto-tools‎ | Projects‎ | Pandaboard Setup
Revision as of 18:17, 27 June 2012 by Ted Mielczarek (talk | contribs) (Created page with "* [http://releases.linaro.org/12.05/android/leb-panda/panda-ics-gcc47-tilt-tracking-blob.img.gz Download image] from http://releases.linaro.org/12.05/android/leb-panda/ * Write t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Download image from http://releases.linaro.org/12.05/android/leb-panda/
  • Write to SD card
  • Mount SD card on computer
  • Download and run install-binaries.sh script to install graphics drivers to SD card
  • Locate boot partition on SD card, modify boot.txt (u-boot script) line to read:
    • setenv bootcmd "smsc95xx.macaddr=${usbethaddr} ; fatload mmc 0:1 0x80200000 uImage; fatload mmc 0:1 0x81600000 uInitrd; bootm 0x80200000 0x81600000"
  • Still in boot partition, regenerate boot.scr:
    • mkimage -A arm -T script -O linux -C none -a 0 -e 0 -n "boot.scr" -d boot.txt boot.scr
  • Put SD card in pandaboard and boot it
  • adb shell date $(date +%s)
  • Fix DHCP on eth0 by loading Settings app on device, click "Ethernet Configuration" under "Wireless & Networks", click "Ethernet Configuration", then click on the list under "Ethernet Devices" and select "eth0". Click "Save".
  • Replace su command (from adb shell):
    • mount -o remount,rw -t ext4 /dev/block/mmcblk0p2 /system
    • cp /system/xbin/su /system/xbin/su.old
    • cp /system/bin/sh /system/xbin/su
  • To get rid of annoying live wallpaper, install http://code.google.com/p/black-npe-live-wallpaper/ (wallpaper images fail due to not enough gfx memory)
  • Install SUTAgent and Watcher