Discussion:
Vanilla arm64 bullseye and vcgencmd / Install docs
(too old to reply)
Ralph Aichinger
2021-05-28 14:30:01 UTC
Permalink
Hi, I am very very happy with my RPi4 running Bullseye aarch64.
While the Raspberry Pi has right from the beginning been a very
pleasant device to work with, since the vanilla Debian port,
the solid USB boot, 64bit and enough RAM, to me it is more or
less indistinguishable from any other Debian box with amd64
or whatever. Yes, I know about the binary vc blob problem.

I've got 2 questions on this device:

Is there any way to either get "vcgencmd" from Raspberry Pi OS
or is there any other way to get the temperature of the board
as measured by internal sensors?

And: Is there any effort to get installing on RPi4 better documented,
eg to include the very comprehensive walkthrough in the RPi
Forum as some kind of official installation documentation?

https://www.raspberrypi.org/forums/viewtopic.php?t=282839

I installed twice with that tutorial (with a few months
in between) and in my opinion this is the best description
on how to install on the RPi4, if there is something similar
on the Debian website, then I did not find it. Through its
availability and huge numbers sold, the RPi4 might become
a very popular Debian/arm64 platform IMHO.

I am somewhat hesitant to offer my help in compiling docs,
as I am not a native speaker, but I'll gladly help out
in testing install documentation by checking it actually
works as described ;)

Thanks in advance,
Ralph
ibu ☉ radempa
2021-05-28 15:30:01 UTC
Permalink
Post by Ralph Aichinger
Is there any way to either get "vcgencmd" from Raspberry Pi OS
or is there any other way to get the temperature of the board
as measured by internal sensors?
No idea about vcgencmd, but you can read the temperature directly from
/sys/class/thermal/thermal_zone0/temp according to this (random) source:
https://www.cyberciti.biz/faq/linux-find-out-raspberry-pi-gpu-and-arm-cpu-temperature-command/
Post by Ralph Aichinger
And: Is there any effort to get installing on RPi4 better documented,
eg to include the very comprehensive walkthrough in the RPi
Forum as some kind of official installation documentation?
https://www.raspberrypi.org/forums/viewtopic.php?t=282839
To my knowledge RPiX is currently not officially supported in debian,
but there are robust minimal images built by DD Gunnar Wolf:
https://raspi.debian.net/
After configuring rootpw, hostname, ... you can run tasksel to install
e.g. a desktop environment.

Depending on your needs, you could also try the freedombox image:
https://www.freedombox.org/download/raspberrypi4b/

Greetings from Vienna,
ibu
Andrei POPESCU
2021-05-29 06:10:01 UTC
Permalink
Post by Ralph Aichinger
And: Is there any effort to get installing on RPi4 better documented,
eg to include the very comprehensive walkthrough in the RPi
Forum as some kind of official installation documentation?
https://www.raspberrypi.org/forums/viewtopic.php?t=282839
I installed twice with that tutorial (with a few months
in between) and in my opinion this is the best description
on how to install on the RPi4, if there is something similar
on the Debian website, then I did not find it. Through its
availability and huge numbers sold, the RPi4 might become
a very popular Debian/arm64 platform IMHO.
I am somewhat hesitant to offer my help in compiling docs,
as I am not a native speaker, but I'll gladly help out
in testing install documentation by checking it actually
works as described ;)
Specific devices are typically documented in the wiki under
InstallingDebianOn.

https://wiki.debian.org/InstallingDebianOn

The RaspberryPis seem to have a dedicated page for it, linked from
there.

Kind regards,
Andrei
--
http://wiki.debian.org/FAQsFromDebianUser
Loading...