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
projekte:stagepi:start [2014/02/24 12:50] – [DWC2] ycprojekte:stagepi:start [2014/05/05 17:16] (aktuell) – alte Version wiederhergestellt (2014/04/28 12:34) thasti
Zeile 27: Zeile 27:
   * Kopieren des Inhalts auf eine SD-Karte: <code>cd raspbian-r3; dd if=raspbian-r3.img of=/dev/sdb; sync</code>   * Kopieren des Inhalts auf eine SD-Karte: <code>cd raspbian-r3; dd if=raspbian-r3.img of=/dev/sdb; sync</code>
  
-Archiv:+ 
 +==== 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|Linus-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.1393246208.txt.gz · Zuletzt geändert: 2014/02/24 12:50 von yc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki