In the standard configuration Ethernet is not enabled, as well as the SSH server. To enable those two services:
vi /etc/inittab
Change the following line:
tty1::respawn:/bin/sh
to:
tty1::respawn:/bootscript.sh
Create bootscript.sh in "/":
#!/bin/sh
ifconfig usb0 <type your IP-address>
route add default gw <type the IP-address of the GateWay>
mount /dev/pts
/etc/init.d/dropbear start
/bin/sh
Preparation of the SD Card
Download the minimal-FS environment
Loading the Boot partition
Loading the Root partition
Hardware Setup
Serial Connection between PC and PandaBoard
Boot the Pandaboard for the first time
Additional settings
Compiling c++ code on PandaBoard
Install the following packages:
More information and useful links