Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 285 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 285 Bytes

NixOS LoRaWAN Gateway

Build

NIX_PATH="$NIX_PATH:lorawan-gateway=$(pwd)/modules" nix-build --cores 0 \
  -I nixos-config=configs/cross_armv7.nix -A config.system.build.sdImage -o gw

Flash

dd if=gw/sd-image/nixos-sd-image-*img of=/dev/mmcblkX bs=1M