RAKWireless / rak_common_for_gateway

214 stars 124 forks source link

Chirpstack not installed on RPi CM4 #52

Closed JeroenIoT closed 2 years ago

JeroenIoT commented 3 years ago

During installation of the RAK 2245 on a Raspberry Pi Compute Model 4

After some investigation the cause was found

    # Added for support of the "Raspberry Pi Compute Module 4 Rev 1.0" (DeBuffel)
    if [ $model -eq 255 ]; then
        text=`tr -d '\0' </proc/device-tree/model | grep -a 'Pi Compute Module 4'`
        if [ ! -z "$text" ]; then
            model=4
        fi
    fi

ChirpStack and RAK gateway work fine after the above changes (CM4 with RAK2245 hat) See also https://forum.rakwireless.com/t/installation-rak2245-chirpstack-not-installed/4432

BlueTailCat commented 2 years ago

Thank you for your suggestion. We will add it when our CM4 carryboard is OK.