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/04/28 10:27] – yc | projekte:stagepi:start [2014/05/05 17:16] (aktuell) – alte Version wiederhergestellt (2014/04/28 12:34) thasti | ||
|---|---|---|---|
| Zeile 29: | Zeile 29: | ||
| ==== Buildscript ==== | ==== Buildscript ==== | ||
| + | <code bash> | ||
| git clone --depth 1 git:// | git clone --depth 1 git:// | ||
| cd rpi-buildroot | cd rpi-buildroot | ||
| Zeile 35: | Zeile 35: | ||
| make nconfig | make nconfig | ||
| 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) | ||
| + | </ | ||
| 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/ | ||
| + | </ | ||
| + | |||
| + | ==== Archiv: | ||
| [[http:// | [[http:// | ||
| [[http:// | [[http:// | ||
projekte/stagepi/start.1398680841.txt.gz · Zuletzt geändert:  von yc
                
                