Skip to content

Commit

Permalink
fix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Grotax committed Jan 13, 2019
1 parent 6fcc6bc commit e15827c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions firmware.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Außerdem gibt es eine Reihe von Argumenten.
+----------+--------------------------------+-------------+--------------+---------+----------------------------------------------------------------------------------------+
| --cores | 1 bis N | 1 | Cores | nein | Anzahl der zu verwenden Threads, Empfehlung: CPU-Kerne+1 |
+----------+--------------------------------+-------------+--------------+---------+----------------------------------------------------------------------------------------+
| --log | w or s | s | Log | nein | Log level w: nur Warnungen/Fehler, s: alles |
| --log | V=w or V=s | / | Log | ja | Log level w: nur Warnungen/Fehler, s: alles |
+----------+--------------------------------+-------------+--------------+---------+----------------------------------------------------------------------------------------+

Beispiel
Expand All @@ -97,8 +97,8 @@ Beispiel
git clone --recurse https://github.com/ffsh/site.git
cd site
./build.py -c update -b grotax -n 1 -w $(pwd) --commit $(git rev-parse HEAD)
./build.py -c build -t "ar71xx-tiny" -b grotax -n 1 -w $(pwd) --commit $(git rev-parse HEAD)
./build.py -c update -b grotax -n 1 -w $(pwd) --commit $(git rev-parse HEAD) --log "V=w"
./build.py -c build -t "ar71xx-tiny" -b grotax -n 1 -w $(pwd) --commit $(git rev-parse HEAD) --log "V=w"
In Zeile 1 wird das Repository inklusive der "submodules" geklont. Danach in Zeile 2 wechseln wir in das "site" Verzeichnis.
Dort führen wir zum ersten mal das :code:`build.py` Skript aus (Zeile 3).
Expand Down

0 comments on commit e15827c

Please sign in to comment.