Boop
From Bettyhacks.com - Hack BettyTV-Remote
(→Compileren von boop) |
|||
Line 3: | Line 3: | ||
==Was macht boop== | ==Was macht boop== | ||
− | Boop | + | Boop dient derzeit haupsächlich als "testbed" um die Hardware der Betty anzusprechen. |
− | + | Im Moment funktioniert die Audio-Ausgabe, das senden von Infrarot, das LCD Display und die Tasten. | |
− | + | ||
===Kommandos=== | ===Kommandos=== | ||
− | |||
− | |||
− | |||
− | + | Über die serielle Schnittstelle nichts wirklich sinnvolles zur Zeit. | |
==Download== | ==Download== | ||
Für alle die Boop nicht selber kompilieren wollen oder können: | Für alle die Boop nicht selber kompilieren wollen oder können: | ||
− | Als raw binary: [http://mamalala.org/boop.bin | + | Als raw binary: [http://svn.mamalala.org/filedetails.php?repname=boop&path=%2Ftrunk%2Fboop_rom.bin&rev=0&sc=0 boop_rom.bin] |
− | Als hex: [http://mamalala.org/boop.hex | + | Als hex: [http://svn.mamalala.org/filedetails.php?repname=boop&path=%2Ftrunk%2Fboop_rom.hex&rev=0&sc=0 boop_rom.hex] |
==Anforderungen== | ==Anforderungen== | ||
Line 31: | Line 27: | ||
==Compileren von boop== | ==Compileren von boop== | ||
===Download=== | ===Download=== | ||
− | + | <pre> | |
− | + | svn checkout svn://svn.mamalala.org/boop/trunk | |
− | + | </pre> | |
− | + | ||
− | + | ||
===Compilieren=== | ===Compilieren=== | ||
− | cd boop | + | cd boop/trunk |
− | Wechselt in das Verzeichnis boop | + | Wechselt in das Verzeichnis boop/trunk im aktuellen Verzeichnis. Wenn ihr alles richtig gemacht habt sollte nun ein |
make | make | ||
− | unter anderem die Datei ''' | + | unter anderem die Datei '''boop_rom.bin''' erstellt haben |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
==Boop meets Betty - jetzt wird geflasht== | ==Boop meets Betty - jetzt wird geflasht== | ||
Line 73: | Line 49: | ||
Betty-heaven findet ihr hier [[Software von Colibri]] | Betty-heaven findet ihr hier [[Software von Colibri]] | ||
− | ===boop in das ram schreiben - mit | + | ===boop in das ram schreiben - mit lpctool=== |
− | Ich gehe davon aus, dass ihr alle mit [[ | + | Ich gehe davon aus, dass ihr alle mit [[lpctool]] umgehen könnt und es installiert habt (sonst könnt ihr mit dem hier eh nichts anfangen behaupte ich mal) |
− | ./ | + | ./lpctool -d /dev/ttyS0 -i -v -e -a boop_rom.bin |
− | schiebt | + | schiebt boop_rom.bin in das Flash der Betty. |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | '''Geschafft'''. Boop sollte nun im Flash sein und nach einem Rreset gestartet werden. | |
− | + | ||
− | + | ||
− | + | ||
==Fazit== | ==Fazit== | ||
Line 106: | Line 65: | ||
---- | ---- | ||
--[[User:Alterego|Alterego]] 04:30, 30 August 2007 (CEST) | --[[User:Alterego|Alterego]] 04:30, 30 August 2007 (CEST) | ||
+ | --[[User:netguy|netguy]] 18:39, 20 Oktober 2007 (CEST) |