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.
18 lines
472 B
18 lines
472 B
|
8 years ago
|
# 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).
|