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 0a8ef33642 Updated drone recipe 8 years ago
board/ttngw Added ntpd 8 years ago
configs Added ntpd 8 years ago
package Copy pkt_fwd config onto vfat partition 8 years ago
.drone.yml Updated drone recipe 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).