Installation DreamPlug: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „=Minicom einstellen= Als root: <pre> Einstellungen zum seriellen Anschluss: | A - Serieller Anschluss : /dev/ttyUSB0 | | B …“) |
|||
Zeile 10: | Zeile 10: | ||
| F - Hardware Flow Control : Nein | | | F - Hardware Flow Control : Nein | | ||
| G - Software Flow Control : Nein | | | G - Software Flow Control : Nein | | ||
</pre> | |||
=Links= | |||
* [[Dreamplug: init setup.sh]] | |||
* [[http://code.google.com/p/dreamplug/| Google Code]] | |||
* [[ftp://ftp.debian.org/debian/dists/squeeze/main/installer-armel/current/images/kirkwood/netboot/marvell/sheevaplug/uInitrd| Debian uInitRd]] | |||
=Installation auf USB-Stick= | |||
==Download== | |||
<pre> | |||
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 $file | |||
done | |||
</pre> | </pre> |
Version vom 15. September 2011, 07:31 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 $file done