wine-uoc
(Wine Uoc)
January 29, 2021, 10:47am
1
Hi!
Could it be possible to install the private LoRaWAN network server on an ARMv5 machine running Linux? I’ve been looking for information about it and I found the LoRaWAN stack project on github, but the oldest architecture it supports is ARMv6: https://github.com/TheThingsNetwork/lorawan-stack/releases
Hope you could help me.
Thanks in advance!
Aaron
johan
(Johan Stokking)
January 29, 2021, 1:42pm
2
The minimum Arm version that we ship is indeed v6. You should be able to compile since Go supports v5, see GoArm · golang/go Wiki · GitHub .
See lorawan-stack/DEVELOPMENT.md at v3.11 · TheThingsNetwork/lorawan-stack · GitHub .
Once you set up everything, frontend is built too etc, it’s basically GOARM=5 GOARCH=arm go build -o ttn-lw-stack ./cmd/ttn-lw-stack
Out of curiosity; what is the target device?
2 Likes
descartes
(Nick McCloud)
January 30, 2021, 11:08pm
3
Hmmm, perhaps it will run on a Raspberry Pi Pico then
wine-uoc
(Wine Uoc)
February 1, 2021, 7:29am
4
Hi Johan,
The target device is a Kerlink Wirnet Station gateway. My purpose is to install a private LoRaWAN stack on this device.
Thank you!
mfalkvidd
(Mikael Falkvidd)
February 2, 2021, 7:10am
5
My guess is that 264kB ram will be insufficient.
system
(system)
Closed
March 4, 2021, 7:10am
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.