projekte:stagepi:start
                Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| projekte:stagepi:start [2014/02/07 11:16] – angelegt yc | projekte:stagepi:start [2014/05/05 17:16] (aktuell) – alte Version wiederhergestellt (2014/04/28 12:34) thasti | ||
|---|---|---|---|
| Zeile 9: | Zeile 9: | ||
| ==== PGA2310 ==== | ==== PGA2310 ==== | ||
| + | Der PGA2310 dient als einstellbarer Verstärker um den Ausgangspegel einstellen zu können. | ||
| + | [[http:// | ||
| + | [[projekte: | ||
| ==== ADC083X ==== | ==== ADC083X ==== | ||
| Zeile 17: | Zeile 20: | ||
| ==== DWC2 ==== | ==== DWC2 ==== | ||
| + | |||
| + | Dokumentation zur Inbetriebnahme des USB OTG-Treibers für den Raspberry Pi:\\ | ||
| + | http:// | ||
| + | * Download eines aktuellen [[http:// | ||
| + | * Entpacken des Abbilds: < | ||
| + | * Kopieren des Inhalts auf eine SD-Karte: < | ||
| + | |||
| + | |||
| + | ==== Buildscript ==== | ||
| + | <code bash> | ||
| + | git clone --depth 1 git:// | ||
| + | cd rpi-buildroot | ||
| + | make raspberrypi_defconfig # todo: stagepi_defconfig | ||
| + | make nconfig | ||
| + | make # build (NOTICE: Don't use the **-j** switch, it's set to auto-detect) | ||
| + | </ | ||
| + | |||
| + | So you have an actual linux kernel 3.14.1 with raspberry patches. | ||
| + | Todo: include dwc2 patchset. | ||
| + | Then USB Gadget Driver should work! | ||
| + | |||
| + | After build at root you need to copy the output directory and then you can start copying to sd card: | ||
| + | <code bash> | ||
| + | mkdir boot | ||
| + | scp -r -P24 yc@dooce.de: | ||
| + | rpi-buildroot/ | ||
| + | </ | ||
| + | |||
| + | ==== Archiv: ==== | ||
| [[http:// | [[http:// | ||
| [[http:// | [[http:// | ||
| + | [[http:// | ||
| + | [[https:// | ||
| + | [[https:// | ||
projekte/stagepi/start.1391771781.txt.gz · Zuletzt geändert:  von yc
                
                