# 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 : ```bash 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).