Benutzer-Werkzeuge

Webseiten-Werkzeuge


firmware_build

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
firmware_build [2016/05/24 15:15] rotanidfirmware_build [2016/10/08 21:39] – Notiz zum build nur eines Profiles hinzugefügt ludwig
Zeile 5: Zeile 5:
 <code> <code>
 # Abhängigkeiten installieren # Abhängigkeiten installieren
-apt-get install git build-essential subversion gawk zip python ncurses-dev zlib1g-dev libssl-dev+# Debian 
 +sudo apt-get install git build-essential subversion gawk zip python ncurses-dev zlib1g-dev libssl-dev 
 +# ArchLinux 
 +sudo pacman -S base-devel git subversion zip gawk ncurses zlib openssl
 # Repository klonen # Repository klonen
 git clone https://github.com/tecff/site-ffa.git git clone https://github.com/tecff/site-ffa.git
Zeile 37: Zeile 40:
  
 make -jX --output-sync=recurse V=s GLUON_TARGET=xyz | tee build.log make -jX --output-sync=recurse V=s GLUON_TARGET=xyz | tee build.log
 +</code>
 +
 +==== Firmware Build nur für bestimmtes Hardwareprofil ====
 +
 +<code>
 +If you only want to build images for a specific hardware, and not the whole list of supported devices under the specified target, you can use image/<profile>. For example, to build only for the TPLINK 841N(D) use:
 +
 +    make GLUON_TARGET=ar71xx-generic prepare image/TLWR841 # build only for 841
 </code> </code>
firmware_build.txt · Zuletzt geändert: 2017/05/29 18:00 von ludwig

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki