Installation DreamPlug: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 29: | Zeile 29: | ||
dreamplug_debian_v0.2.zip.002 "Set Up A Debian File System In DreamPlug v0.2-20110519.pdf" \ | dreamplug_debian_v0.2.zip.002 "Set Up A Debian File System In DreamPlug v0.2-20110519.pdf" \ | ||
uImage "DreamPlug User Guide_US_v1.1.pdf" uImage_2.6.33.7 ; do | uImage "DreamPlug User Guide_US_v1.1.pdf" uImage_2.6.33.7 ; do | ||
wget $file | wget http://dreamplug.googlecode.com/files/$file | ||
done | done | ||
mkdir rootfs | |||
cd rootfs | |||
cat ../dreamplug_debian_v0.2.zip.001 dreamplug_debian_v0.2.zip.002 >debian_rootfs.zip | |||
unzip debian_rootfs.zip | |||
rm debain_rootfs.zip | |||
</pre> | </pre> | ||
Version vom 15. September 2011, 07:37 Uhr
Minicom einstellen
Als root:
Einstellungen zum seriellen Anschluss:
| A - Serieller Anschluss : /dev/ttyUSB0 |
| B - Pfad zur Lockdatei : /var/lock |
| C - Programm zur Rufannahme : |
| D - Programm zum Wählen : |
| E - Bps/Par/Bits : 115200 8N1 |
| F - Hardware Flow Control : Nein |
| G - Software Flow Control : Nein |
Links
Installation auf USB-Stick
Download
DIR=/data/dreamplug
mkdir $DIR
cd $DIR
mkdir google debian
cd debian
wget ftp://ftp.debian.org/debian/dists/squeeze/main/installer-armel/current/images/kirkwood/netboot/marvell/sheevaplug/uInitrd
cd ../google
for file in dream_burn_spi.tar.bz2 linux-2.6.33.6.tar.bz2 dreamplug_debian_v0.2.zip.001 \
dreamplug_debian_v0.2.zip.002 "Set Up A Debian File System In DreamPlug v0.2-20110519.pdf" \
uImage "DreamPlug User Guide_US_v1.1.pdf" uImage_2.6.33.7 ; do
wget http://dreamplug.googlecode.com/files/$file
done
mkdir rootfs
cd rootfs
cat ../dreamplug_debian_v0.2.zip.001 dreamplug_debian_v0.2.zip.002 >debian_rootfs.zip
unzip debian_rootfs.zip
rm debain_rootfs.zip