emissary-firmware/doc/tutorials/device-flashing.md

11 lines
209 B
Markdown
Raw Normal View History

2023-02-03 16:40:47 +01:00
# Flasher une borne
> TODO
```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
```