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

9 lines
201 B
Markdown

# 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
```