Benutzer-Werkzeuge

Webseiten-Werkzeuge


projekte:stagepi:start

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Letzte ÜberarbeitungBeide Seiten der Revision
projekte:stagepi:start [2014/02/07 11:24] – [PGA2310] ycprojekte:stagepi:start [2014/05/05 09:42] – [Archiv:] sev
Zeile 20: Zeile 20:
  
 ==== DWC2 ==== ==== DWC2 ====
 +
 +Dokumentation zur Inbetriebnahme des USB OTG-Treibers für den Raspberry Pi:\\
 +http://www.spinics.net/lists/linux-usb/index.html#102422
 +  * Download eines aktuellen [[http://distribution.hexxeh.net/raspbian/raspbian-r3.zip|Raspbian-Abbilds]]
 +  * Entpacken des Abbilds: <code> unzip raspbian-r3.zip </code>
 +  * Kopieren des Inhalts auf eine SD-Karte: <code>cd raspbian-r3; dd if=raspbian-r3.img of=/dev/sdb; sync</code>
 +
 +
 +==== Buildscript ====
 +<code bash>
 +git clone --depth 1 git://github.com/dl3yc/rpi-buildroot.git
 +cd rpi-buildroot
 +make raspberrypi_defconfig # todo: stagepi_defconfig
 +make nconfig         # if you want to add packages or fiddle around with it
 +make                 # build (NOTICE: Don't use the **-j** switch, it's set to auto-detect)
 +</code>
 +
 +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/output/images boot/
 +rpi-buildroot/board/raspberrypi/mksdcard /dev/sdb # when sdb is your sd card
 +</code>
 +
 +==== Archiv: ====
 [[http://git.kernel.org/cgit/linux/kernel/git/gregkh/usb.git/log/?qt=grep&q=dwc2|GIT]] [[http://git.kernel.org/cgit/linux/kernel/git/gregkh/usb.git/log/?qt=grep&q=dwc2|GIT]]
 [[http://www.spinics.net/lists/linux-usb/msg101980.html|Start]] [[http://www.spinics.net/lists/linux-usb/msg101980.html|Start]]
 +[[http://git.kernel.org/cgit/linux/kernel/git/gregkh/usb.git?h=usb-linus|Linux-USB]]
 +[[https://github.com/torvalds/linux|Linux Master Github]]
 +[[https://github.com/notro/rpi-build/blob/master/bcm2835x.py|Buildscript Linux Kernel 3.12]]
projekte/stagepi/start.txt · Zuletzt geändert: 2014/05/05 17:16 von thasti

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki