projekte:stagepi:start
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
projekte:stagepi:start [2014/02/07 11:24] – [PGA2310] yc | projekte:stagepi:start [2014/05/05 17:16] (aktuell) – alte Version wiederhergestellt (2014/04/28 12:34) thasti | ||
---|---|---|---|
Zeile 11: | Zeile 11: | ||
Der PGA2310 dient als einstellbarer Verstärker um den Ausgangspegel einstellen zu können. | Der PGA2310 dient als einstellbarer Verstärker um den Ausgangspegel einstellen zu können. | ||
- | [[http:// | + | [[http:// |
[[projekte: | [[projekte: | ||
==== ADC083X ==== | ==== ADC083X ==== | ||
Zeile 20: | 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.1391772279.txt.gz · Zuletzt geändert: 2014/02/07 11:24 von yc