Updated Arch Linux for the Pandora

2011-05-31 16:53
I have prepared an updated Arch Linux image for the Pandora. It is more user-friendly than the previous version, as I have preconfigured more things. It also comes with the updated kernel that I had released a while ago.

Major changes since the last version:
  • Updated kernel (with properly working keyboard support)
  • Display brightness control works with the same buttons as used by the Pandora OS
  • The Openbox menu can be opened by pressing the Pandora button
  • The Openbox menu's contents can be easily updated to consider newly installed programs (from the openbox menu under openbox3 select "update menu" to recreate the menu's contents, then "reconfigure" to tell Openbox to use the new configuration)
  • I have included the wicd network manager with its GTK+ interface for easy network configuration
  • Preconfigured touchscreen and nubs
Due to popular demand I have changed the compression method from xz to bzip2, to allow users to extract the archive from the Pandora OS (which does not include xz).

plugapps-pandora-wejp-20110531.tar.bz2
151 MB, md5sum: c01fc257e12e7268f62f9ab962cd64ad


To install Arch Linux, you'll need an SD card with a capacity of at least 1 GB. It needs to be partitioned with one partition. That partition needs to be formatted as ext2. (You can have more than one partition, but the first one needs to be the one Arch Linux will be installed on. This partition should be at least 1 GB in size.) When preparing the SD card, make sure it is not mounted. This is especially important on the Pandora running the default Pandora OS, which has an auto-mount feature.

Then you have to prepare the card in a few steps:

  1. Verify the partition scheme of the card. In rare cases SD cards come without any partition table. If in doubt delete the cards contents and create a new partition table from scratch. You can use any partition program you like, e.g. cfdisk (command line) or gparted.
  2. Format the partition with the ext2 filesystem; On the command line you can use the mkfs.ext2 utility, e.g.
    # mkfs.ext2 /dev/mmcblk1p1
  3. Mount the newly created filesystem, e.g.
    # mount /dev/mmcblk1p1 /media/mmcblk1p1
  4. Change the working directory to the filesystem's mount point, e.g.
    # cd /media/mmcblk1p1
  5. Extract the Arch Linux archive onto the SD card, e.g.
    # tar xf /path/to/plugapps-pandora-wejp-20110531.tar.bz2
  6. Unmount the SD card, e.g.
    # umount /media/mmcblk1p1
  7. Boot the Pandora with the SD card inserted in the left slot and hold the right shoulder button while turning it on
  8. In the boot loader menu, choose to boot from SD card
  9. Wait for Arch Linux to boot and login with username "user" and password "user"
  10. Open the welcome.txt file in your home directory for a few more hints.
The passwords for the users are the same as in the previous image. For the root the password is "root", while for the user "user" it is "user".

I have created a package repository, where I will put any packages that I create for Arch on the Pandora. I have included this repository in the configuration of this Arch image release. This means that you can easily install and update all the packages I release, through the pacman package manager.
 
Dark_Link (web) says:
2011-09-13 00:30:13
cant seem to install firefox drom the repo :/
wej (web) says:
2011-09-13 07:48:17
Dark_Link: Did you update the package database (pacman -Sy) before trying to install Firefox?
kickass (web) says:
2012-09-23 22:09:51
awesome piece of work, wejp!

if anyone was wondering how to upgrade their system while facing glibc errors: heres what you do:

1. pacman -S busybox
2. busybox sh
3. (inside your busybox shell):
cd /
cp -a lib /usr/
rm -rf /lib
ln -s usr/lib /lib
4. (inside a second xterm):
pacman --force -S glibc

this should update glibc. at this point you should not run into any more trouble updating your system.

Leave a comment

Name
E-Mail
Website
Homepage
Comment