SheevaPlug Ubuntu rootfs (rootstock)

sudo su
 
# download
wget http://launchpad.net/project-rootstock/trunk/0.1/+download/rootstock-0.1.3.tar.gz -P /tmp
 
# extract
tar xzf /tmp/rootstock-0.1.3.tar.gz -C /tmp/
 
# build
sudo /tmp/rootstock-*/rootstock -f sheevaplug -l sheevaplug -p terceS -d jaunty --serial ttyS0 --seed ssh
 
# format sd card
see: http://www.panticz.de/Install-Debian-on-SheevaPlug
 
# mount sd card
mount /dev/mmcblk0p1 /mnt/
 
# extrackt to sd card
tar xzf armel-rootfs-*.tgz  -C /mnt/
 
# get debian kernel
wget http://people.debian.org/~tbm/sheevaplug/lenny/base.tar.bz2 -P /tmp
tar xjf /tmp/base.tar.bz2 -C /tmp/
cp -a /tmp/boot/* /mnt/boot/
cp -a /tmp/lib/modules/2.6.30-2-kirkwood/ /mnt/lib/modules/
 
 
#wget http://sheeva.with-linux.com/sheeva/2.6.32.2/sheeva-2.6.32.2-uImage -P /mnt/boot/
#wget http://sheeva.with-linux.com/sheeva/2.6.32.2/sheeva-2.6.32.2-Modules.tar.gz -P /tmp/
#tar xzf /tmp/sheeva-2.6.32.2-Modules.tar.gz  -C /mnt/
 
 
cat <<EOF>> /mnt/etc/network/interfaces 
auto eth0
iface eth0 inet dhcp
EOF
 
 
cd /
umount /mnt
 
 
# login
user: sheevaplug
pass: terceS
 
# set new password for root
passwd
 
# sync time
ntpdate pool.ntp.org
 
# update system
apt-get update
apt-get -y dist-upgrade
 
 
 
 
 
 
 
 
 
# create dir for apt-get
add to /etc/rc.local 
mkdir -p /var/cache/apt/archives/partial

Do you like this page? Then support it. Please click the AD below and visit the sponsor. Thank you!