doc: add make download-emissary-release in doc
arcad/emissary-firmware/pipeline/pr-master There was a failure building this commit
Details
arcad/emissary-firmware/pipeline/pr-master There was a failure building this commit
Details
This commit is contained in:
parent
54492c4f6c
commit
46808786ce
|
@ -16,6 +16,7 @@ make linksys-wrt1900ac
|
||||||
# ... ou pour le routeur Linksys WRT3200ACM
|
# ... ou pour le routeur Linksys WRT3200ACM
|
||||||
make linksys-wrt3200acm
|
make linksys-wrt3200acm
|
||||||
```
|
```
|
||||||
|
|
||||||
## Créer une nouvelle cible de construction
|
## Créer une nouvelle cible de construction
|
||||||
|
|
||||||
Dans ce tutoriel, nous allons voir comment créer une nouvelle cible de construction pour un nouvel appareil, ici un [Banana Pi R3](https://wiki.banana-pi.org/Banana_Pi_BPI-R3).
|
Dans ce tutoriel, nous allons voir comment créer une nouvelle cible de construction pour un nouvel appareil, ici un [Banana Pi R3](https://wiki.banana-pi.org/Banana_Pi_BPI-R3).
|
||||||
|
@ -57,7 +58,15 @@ Dans ce tutoriel, nous allons voir comment créer une nouvelle cible de construc
|
||||||
- `EMISSARY_ARCH`: Architecture du binaire Emissary à déployer dans le firmware
|
- `EMISSARY_ARCH`: Architecture du binaire Emissary à déployer dans le firmware
|
||||||
- `OPENWRT_PROFILE`: "Profil" OpenWRT associé à l'appareil
|
- `OPENWRT_PROFILE`: "Profil" OpenWRT associé à l'appareil
|
||||||
|
|
||||||
3. Lancer la compilation du firmware
|
3. Préparation.
|
||||||
|
|
||||||
|
Lancer la commande suivante pour télécharger (ou mettre à jours) les bon tar.gz nécessaire à la construction du firmware. Si cette commande n'a pas été lancée au moins une fois, vous ne pourrez pas construire le/les firmware.
|
||||||
|
|
||||||
|
```shell
|
||||||
|
make download-emissary-release
|
||||||
|
```
|
||||||
|
|
||||||
|
4. Lancer la compilation du firmware
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
make bpi-r3
|
make bpi-r3
|
||||||
|
|
Loading…
Reference in New Issue