PandaBoard is an OMAP4430 platform designed to provide access to as many of the powerful features of the OMAP4430 Multimedia Processor as possible, while maintaining a low cost. This will allow the user to develop software to utilize the features of the powerful OMAP4430 processor. In addition, by providing expandability via onboard connectors, the PandaBoard supports development of additional capabilities/functionality.
The PandaBoard ES is the latest revision containing a TI OMAP4460 processor clocked at 1.2 GHz. Both the original and ES versions are supported.
OMAP4430 Processor Highlights:
Replace sdX in the following instructions with the device name for the SD card as it appears on your computer.
dd if=/dev/zero of=/dev/sdX bs=1M count=8
fdisk /dev/sdX
mkfs.ext4 /dev/sdX1
mkdir mnt mount /dev/sdX1 mnt
wget http://os.archlinuxarm.org/os/ArchLinuxARM-armv7-latest.tar.gz bsdtar -xpf ArchLinuxARM-armv7-latest.tar.gz -C mnt sync
wget http://os.archlinuxarm.org/os/omap/boot/pandaboard/MLO wget http://os.archlinuxarm.org/os/omap/boot/pandaboard/u-boot.img dd if=MLO of=/dev/sdX count=1 seek=1 conv=notrunc bs=128k dd if=u-boot.img of=/dev/sdX count=2 seek=1 conv=notrunc bs=384k wget http://os.archlinuxarm.org/os/omap/boot/pandaboard/boot.scr -O mnt/boot/boot.scr umount mnt sync
pacman-key --init pacman-key --populate archlinuxarm
pacman -Sy uboot-pandaboard
setenv bootargs "console=ttyO2,115200n8 console=tty1 root=PARTUUID=${uuid} rw rootwait smsc95xx.macaddr=ce:1a:7d:93:2f:f9"
./mkscr
Copyright ©2009-2022 Arch Linux ARM
The registered trademark Linux® is used pursuant to a sublicense from LMI, the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis.
The Arch Linux™ name and logo are used under permission of the Arch Linux Project Lead.