SBFspot / sbfspot-config

Installation/Configuration tool for SBFspot on Raspberry Pi
43 stars 11 forks source link

device check returns not running on a PI #20

Closed yustmenl closed 4 years ago

yustmenl commented 4 years ago

I tryed to run the SBFspot config but the script returns it's not running on a Raspberry.

when running cat /proc/device-tree/model it returns "Raspberry Pi 3 Model B rev 1.2" so it defenetly is running on a Pi.

but when checking the /proc/cpuinfo file it's not showing anything with model name. the closest thing i find for that is this line: Model : Raspberry Pi 3 Model B Rev 1.2

sbf- commented 4 years ago

Your proposal (grep -q "Raspberry" /proc/cpuinfo) does'nt work on my Raspberry's

What is the output of dpkg --print-architecture ?

I can change it to grep -a "Raspberry" /proc/device-tree/model

yustmenl commented 4 years ago

the output of dpkg --print-architecture is "armhf"

and "grep -a "Raspberry" /proc/device-tree/model" also works on my PI

sbf- commented 4 years ago

Thanks, I’ll fix it ASAP

yustmenl commented 4 years ago

Thanks it works!! now i will have to wait before my first data to become visable on PVoutput.