Hi to all,
I'm new both in the ARM and Raspberri Pi world.
Managed to install Fedora 29 Server on a Raspberry Pi 3 Model B+ with an USB SSD. The system works flawlessly but I can't find vcgencmd and relative commands to manage the hardware of the RPI. Looked for an RPM package but I can't find nothing.
Is there a package with tools to manage HW? Temperature, CPU Frequency, and so on. Or is better to replace vcgencmd with something else?
Thanks in advance Simo
On 2/5/19 9:43 AM, Simone Marchioni wrote:
Managed to install Fedora 29 Server on a Raspberry Pi 3 Model B+ with an USB SSD. The system works flawlessly but I can't find vcgencmd and relative commands to manage the hardware of the RPI. Looked for an RPM package but I can't find nothing.
That command is not free software. It is a closed binary provided by Broadcom. You would have to download it from somewhere.
Is there a package with tools to manage HW? Temperature, CPU Frequency, and so on. Or is better to replace vcgencmd with something else?
That information and control should be available through /sys, but I've never used a Pi.
On 05.02.19 20:28, Samuel Sieb wrote:
On 2/5/19 9:43 AM, Simone Marchioni wrote:
Is there a package with tools to manage HW? Temperature, CPU Frequency, and so on. Or is better to replace vcgencmd with something else?
That information and control should be available through /sys, but I've never used a Pi.
cat /sys/class/thermal/thermal_zone0/temp
and divide the result by 1000.
Best regards Ulf
On 2/5/19 11:44 AM, Ulf Volmer wrote:
On 05.02.19 20:28, Samuel Sieb wrote:
On 2/5/19 9:43 AM, Simone Marchioni wrote:
Is there a package with tools to manage HW? Temperature, CPU Frequency, and so on. Or is better to replace vcgencmd with something else?
That information and control should be available through /sys, but I've never used a Pi.
cat /sys/class/thermal/thermal_zone0/temp
and divide the result by 1000.
And CPU frequency control and monitoring should be somewhere under /sys/devices/system/cpu/. Look for *cpufreq*.
This is an old answer, so proceed with caution:
https://raspberrypi.stackexchange.com/questions/27544/can-i-use-fedora-on-th...
It appears there is a GitHub repository you can use to install the tools.
On Tue, Feb 5, 2019 at 1:42 PM Simone Marchioni s.marchioni@lynx2000.it wrote:
Hi to all,
I'm new both in the ARM and Raspberri Pi world.
Managed to install Fedora 29 Server on a Raspberry Pi 3 Model B+ with an USB SSD. The system works flawlessly but I can't find vcgencmd and relative commands to manage the hardware of the RPI. Looked for an RPM package but I can't find nothing.
Is there a package with tools to manage HW? Temperature, CPU Frequency, and so on. Or is better to replace vcgencmd with something else?
Thanks in advance Simo _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org