Installation of the LoRaServer on Raspberry pi 3 B

the solution that worked is:

apt-key adv --keyserver keyserver.ubuntu.com:80 --recv-keys 0x1CE2AFD36DBCCA00

the change is 0x1CE2AFD36DBCCA00 vs 1CE2AFD36DBCCA00

have fun

1 Like

Thank you so much for this guide!!
after spending 10 hours trying to get my installation right, I found your description and finally it works :slight_smile:

I have 2 additions to the description:

  1. setting up the postgresql you need to enable extension on the loraserver_as db:
    \c loraserver_as
    create extension pg_trgm;

  2. install required dirmngr
    sudo apt-get install dirmngr

Thanks a lot mlio!
Frederick

where is the iso file in it? I hope it is ready to download and ready to boot to SD card.