Xmas
Enthusiast
- Mitglied seit
- 28.11.2010
- Beiträge
- 333
@Xmas: schau mal bei ebay vorbei oder vllt hier im Marktplatz.
Sonst gibt es das Teil nirgends mehr für 20€?
Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: this_feature_currently_requires_accessing_site_using_safari
@Xmas: schau mal bei ebay vorbei oder vllt hier im Marktplatz.
80-100 ist übertrieben
wget http://jeff.doozan.com/debian/goflex/v0.5/uInitrd
wget http://jeff.doozan.com/debian/goflex/v0.5/v2.6.37/boot.tar.gz
wget http://jeff.doozan.com/debian/goflex/v0.5/v2.6.37/modules.tar.gz
# nur wenn auf dem Stick schon ein os ist
mv boot oldboot
tar -xvzf boot.tar.gz
tar -xvzf modules.tar.gz
#den USB-Stick von dem gebootet wurde nochmal in ein Verzeichnis
#mounten da man momentan nur in einem virtuellen Dateisystem ist das
#nach dem booten wieder weg ist. z.B.:
#cd tmp
#mkdir stick
#mount /dev/sda1 /tmp/stick
#und dann im stick Verzeichnis die folgenden Befehle ausführen
#obsolet da das schon auf dem Stick liegen sollte ansonsten:
wget http://jeff.doozan.com/debian/goflex/v0.5/v2.6.37/boot.tar.gz
wget http://jeff.doozan.com/debian/goflex/v0.5/v2.6.37/modules.tar.gz
wget http://jeff.doozan.com/debian/goflex/v0.5/uInitrd
tar -xzf boot.tar.gz
#Copy the Plugbox rootfs tarball to the install disk
wget http://plugapps.com/os/1.1/Plugbox-Linux-1.1-rootfs.tar.gz -O rootfs.tar.gz
# Checksum the source files
wget http://jeff.doozan.com/debian/goflex/v0.5/checksum.md5
md5sum -c checksum.md5
# this sets up the installer script that will run on reboot
{
echo on /dev/sda1 prepare
echo ubiformat_mtd3
echo on /dev/sda1 install
} > .ubit.boot
#reboot
/sbin/reboot
# nun dauert es eine ganze weile und ihr müsst an der Seriellen
#sehen ob es läuft und eventuell noch was bestätigen
BTW, wer an nem kleinen Display für seine Dockstar interessiert ist, ....
Hab's getestet, funktioniert wunderbar und passt top zur Dockstar. So ein kleines Display für die wichtigsten Infos ist schon ein nettes Gimmick.
Änder mal im lcd4linux installationsskript den Konfigurationseintrag von "DPF" auf "ALL". Hatte auch den Fehler, dass sich lcd4linux zuerst nicht kompilieren ließ.
Edit2:./configure: line 7456: syntax error near unexpected token `DBUS,'
./configure: line 7456: ` PKG_CHECK_MODULES(DBUS, dbus-1 >= 1.0.0, HAVE_DBUS="yes", HAVE_DBUS="no")'