You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Anthony Hinsinger 4437979d6c Auto generate /etc/default/packet-forwarder 8 years ago
board/ttngw Initial commit 8 years ago
configs Fixed path typos 8 years ago
package Auto generate /etc/default/packet-forwarder 8 years ago
Config.in Fixed paths 8 years ago
README.md Initial commit 8 years ago
external.desc Initial commit 8 years ago
external.mk Initial commit 8 years ago

README.md

a|toy Buildroot 2 external tree

TheThingsNetwork gateway

This projet create an image for a raspberrypi board running the TTN packet forwarder. You need a SX1301 extension board.

  • Clone buildroot2
  • Clone this repository

Then, generate the sdcard image :

cd /into/buildroot2
make BR2_EXTERNAL=/this/repository ttngw_defconfig && make

You'll find the generated image into output/images/sdcard.img. Just "dd" it on your sdcard (or use etcher on OSX).