

otalado
Members-
Posts
10 -
Joined
-
Last visited
-
I searched the github.com looking for possible answers to my problem. WendySanarwanto published a few scripts under the title arm-cpu-temp. I just looked for the one dedicated to Banana Pi M3 and it turned out that the folders are about the same as for the RPI5B. For anyone interested, I have included a sample bash script below: #!/bin/bash echo 'Temperature: '$((`cat /sys/class/thermal/thermal_zone0/temp` /1000)) ' °C' echo "CPU-0 Frequency: "$((`sudo cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq` /1000)) ' Mhz' echo "CPU-1 Frequency: "$((`sudo cat /sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_cur_freq` /1000)) ' Mhz' echo "CPU-2 Frequency: "$((`sudo cat /sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_cur_freq` /1000)) ' Mhz' echo "CPU-3 Frequency: "$((`sudo cat /sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_cur_freq` /1000)) ' Mhz'
-
Today, I set up SSH public key authentication on my RPI5B running Armbian-unofficial 24.8.0-trunk Bookworm. During the test, I noticed that the initial SSH session message displayed the CPU temperature and other details. Unfortunately, the vcgencmd utility provided by the Raspberry Pi Foundation doesn't work on Armbian. I'm looking to understand how the temperature, CPU clock, and GPU clock are measured, and if possible, I'd like to receive some code to do so.
-
Ok, I tried to run the build on a Linux PC equipped with the Intel I5 CPU and 16 GB RAM. It failed. So I switched to another PC (Intel I7 / 16 GB RAM. It failed the same way. On both PCs, the error was: [] error! [ Unsupported build system: 'virginia' ] [] Exiting with error 43 [ at /home/remote/build/lib/functions/logging/traps.sh:1 exit_with_error() --> lib/functions/logging/traps.sh:1 obtain_and_check_host_release_and_arch() --> lib/functions/host/host-release.sh:41 check_basic_host() --> lib/functions/host/prepare-host.sh:33 prep_conf_main_build_single() --> lib/functions/main/config-prepare.sh:16 cli_standard_build_run() --> lib/functions/cli/cli-build.sh:22 armbian_cli_run_command() --> lib/functions/cli/utils-cli.sh:136 cli_entrypoint() --> lib/functions/cli/entrypoint.sh:176 main() --> compile.sh:50 ] In desperation, I tried to run the build on RPI5. It seems that it works, but who knows how long will it take with just 8 GM RAM ...
-
A while ago (February '24), I downloaded and installed Armbian_23.11.3_Rpi5b_bookworm_current_6.1.68_cinnamon_desktop. It is running OK, and I only have a few issues with it. One issue is that the vcgencmd is not working. I posted a question about it on the forum and received a reply saying that this would be solved "when possible." However, it is still not resolved. Without this command working, I cannot get the CPU temperature, so I cannot control the cooling fan. I checked for a newer release today to see if this issue is fixed. I was shocked to see no Bookworm with Cinnamon release available. I'd like to know if it is in the works or has been dropped and will not be offered again.
-
issues with xrdp on raspberry pi 5 armbian bookworm
otalado replied to otalado's topic in Software, Applications, Userspace
I tried to log as root user via XRDP. It fails the same way as ordinary user. -
issues with xrdp on raspberry pi 5 armbian bookworm
otalado replied to otalado's topic in Software, Applications, Userspace
Btw: before the Bookworm edition I tried the Jammy (Armbian_23.11.3_Rpi5b_bookworm_current_6.1.68_cinnamon_desktop.img) edition and encountered the same issue with xrdp -
Armbian is installed from Armbian_23.11.3_Rpi5b_bookworm_current_6.1.68_cinnamon_desktop.img. I installed xrdp and then created the remote user and added it to xrdp group. When checked the xrdp status seems fine. When I try to connect I just get an empty blue screen on a Windows RDP screen Rechecking the xrdp status gives: After delay of minute or so a 'connection log' window appears RDP client screen, saying Rechecking the xrdp status gives: I have a Rasperry PiOS Bullseye on a RPI4, with working xrdp. I have compared all the configuration files between the rpi5 and the rpi4. They are the same (except the rsakeys.ini which is normal), so I think there is nothing wrong with the xrdp installation. I tried to Google for a possible explanation, but so far failed to find any useful answer. I'd appreciate some pointers how should I proceed.
-
Thanks for the suggestion Igor, but I haven't tried it, because I decided to switch to Bookworm before I read it, and then was too late. When I installed the Armbian_23.11.3_Rpi5b_bookworm_current_6.1.68_cinnamon_desktop.img I did not get the complaint about the acceleration. I installed the MESA v23.2, it went without a glitch! Unfortunately, a vcgencmd cmd fails the same way as in Jammy (i.e. VCHI initialization failed). I depend on vcgencmd to measure CPU temperature for cooling fan control, so I'll have to switch to some other way for fan control. Thanks for your help!
-
I installed Armbian from Armbian_23.11.3_Rpi5b_jammy_current_6.1.68_cinnamon_desktop.img.xz downloaded today (February 11th 24) After installation, I performed an upgrade/update. I have not yet installed any additional software. Issues; 1) when cinnamon desktop starts there is message displayed: Your system is currently running without video hardware acceleration 2) vgencmd always gives an error: VCHI initialization failed, no matter if I run it with sudo or not, or with which parameter(s) I run it. armbian monitor -u gave link https://paste.armbian.com/lurunopoyo