Jump to content

Armbian on H96 Max Ultra 4K (RK3318) stuck in boot mode


Recommended Posts

Posted

Hi everyone,

I'm facing an issue with my Armbian setup on an H96 Max Ultra 4K (RK3318). The system boots up normally and works fine for a while, but after running for some time, it completely freezes and becomes unresponsive. I have to power cycle the device to get it running again. This issue keeps happening consistently after some time, and I’m not sure what's causing it.

Here are a few details about my setup:

Board model: H96 Max Ultra 4K (RK3318)

Armbian version: Armbian_24.11.0_rockchip_rk3318-box_bookworm_6.1.114_server_2024.11.01.img

SD card format: BTRFS

Things I've tried so far:

Checking the power supply to ensure it's stable and sufficient.

Re-imaging the SD card with a fresh Armbian installation.

Monitoring logs, but I haven’t found any obvious errors before the system hangs.

Does anyone have any idea what might be causing this issue or how to resolve it? Any help or suggestions would be greatly appreciated!

Thanks in advance!

e4bdfafde4d1548f0dc0.jpg

Posted (edited)

I have the same device, it never happened, set the power mode 

my ROM: https://drive.google.com/file/d/1DzerEwo8NRoLF0kxuvD11IGO3mXdxo6K/view?usp=sharing 

 

On 5/28/2024 at 5:43 PM, Hqnicolas said:

Fix CPU clock

sudo -i
# See policy to see how CPUs are grouped.
echo conservative > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo conservative > /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor
echo conservative > /sys/devices/system/cpu/cpu6/cpufreq/scaling_governor
exit

cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor 

 

Check GPU Frequency

ls /sys/devices/platform/fde60000.gpu/devfreq/fde60000.gpu/
cat /sys/devices/platform/fde60000.gpu/devfreq/fde60000.gpu/cur_freq
cat /sys/devices/platform/fde60000.gpu/devfreq/fde60000.gpu/min_freq
cat /sys/devices/platform/fde60000.gpu/devfreq/fde60000.gpu/max_freq

 

Check CPU frequency
 

ls /sys/devices/system/cpu/cpu0/cpufreq
cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq
cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq
Edited by Hqnicolas

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines