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.
|
|
8 years ago | |
|---|---|---|
| board/ttngw | 8 years ago | |
| configs | 8 years ago | |
| package | 8 years ago | |
| Config.in | 8 years ago | |
| README.md | 8 years ago | |
| external.desc | 8 years ago | |
| external.mk | 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).