This is intended to be a quick setup guide to testing the ARM OMAP4 images on a pandaboard.

Requirements:

Steps

  1. Download installer image:
  2. Place the downloaded image file onto an sd card. As of quantal, the images are no longer preinstalled or gunzipped. Issue the following unmount the disk, and use the dd command to copy the image to your sd card, where /dev/sdx is your sd card's location. If you are unsure of which disk is your sdcard, use 'sudo fdisk -l' to list all attached drives.

    • sudo umount /dev/sdxy

    • sudo dd bs=4M if=quantal-desktop-armhf+omap4.img of=/dev/sdx ; sudo sync

  3. (Skip if not using the SD card as installation target) Partition the extra space on the SD card with a swap partition and installation partition.

    • Use Gparted or fdisk (command line)
    • Suggest formatting installation partition as ext2 for speed purposes

    • Suggest swap partition size at least 256mb-512mb+

      • gparted.png

  4. Boot-up image on pandaboard:
    1. Insert SD card into pandaboard
    2. Connect HDMI (or dvi) cable to pandboard and display
    3. Connect USB Flash Drive or USB Hard Drive
      • skip if you don’t have and are installing to SD card
    4. Connect mouse and/or keyboard
      • Ideally both but if your handy you can complete the installation with only one or the other Wink ;-)

    5. Connect power cable
      • After the power cable is connected the pandaboard should boot

The system should boot to the ubuntu installer (ubiquity). You should now be able to complete the install entire disk and manual install tests as normal using the isotracker. Link to quantal daily testcases.

Notes and Known Bugs

ARM/QA/Pandaboard (last edited 2013-12-03 07:40:18 by 130)