feat: initial commit
This commit is contained in:
9
doc/tutorials/device-flashing.md
Normal file
9
doc/tutorials/device-flashing.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Flasher une borne
|
||||
|
||||
```shell
|
||||
# Construire le firmware
|
||||
make <target>
|
||||
|
||||
# Flasher la borne avec le firmware correspondant à son modèle
|
||||
make OPENWRT_DEVICE=<ip_borne> OPENWRT_PROFILE=<profile> flash
|
||||
```
|
16
doc/tutorials/firmware-compilation.md
Normal file
16
doc/tutorials/firmware-compilation.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Compiler un firmware
|
||||
|
||||
> TODO
|
||||
|
||||
```shell
|
||||
# Exemple: construire un firmware OpenWRT
|
||||
|
||||
# Pour le routeur Linksys WRT1200AC
|
||||
make linksys-wrt1200ac
|
||||
|
||||
# Pour le routeur Linksys WRT1900AC
|
||||
make linksys-wrt1900ac
|
||||
|
||||
# Pourt le router Linksys WRT3200ACM
|
||||
make linksys-wrt3200acm
|
||||
```
|
Reference in New Issue
Block a user