mpous / basicstation

LoRa Basics™ Station - The LoRaWAN Gateway Software
https://doc.sm.tc/station
59 stars 30 forks source link

Support RAK7246 gateway #31

Open ama9910 opened 2 years ago

ama9910 commented 2 years ago

Would it be possible to provide support for the RAK7246 gateway, which is a Raspberry Pi Zero W with a RAK2246 (SX1308) concentrator.

Currently building fails with setup.gmk:65: No toolchain for platform 'rpi' and local arch is not ''

Presumably due to the arm32 architecture.

mpous commented 2 years ago

@ama9910 yes you can contribute on introducing the SX1308 into the project. Basically you would need to edit the setup.gmk and the start.sh files plus some others, but should be easy! Let me know if i can help you more!