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
Nächste ÜberarbeitungBeide Seiten der Revision
projekte:stagepi:start [2014/04/28 10:27] ycprojekte:stagepi:start [2014/04/28 10:34] – [Buildscript] yc
Zeile 29: Zeile 29:
  
 ==== Buildscript ==== ==== Buildscript ====
 +<code bash>
 git clone --depth 1 git://github.com/dl3yc/rpi-buildroot.git git clone --depth 1 git://github.com/dl3yc/rpi-buildroot.git
 cd rpi-buildroot cd rpi-buildroot
Zeile 35: Zeile 35:
 make nconfig         # if you want to add packages or fiddle around with it 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) 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. So you have an actual linux kernel 3.14.1 with raspberry patches.
Zeile 40: Zeile 41:
 Then USB Gadget Driver should work! Then USB Gadget Driver should work!
  
-Archiv:+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]]
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