Many thank @Mani! I assume I can simply download fip.bin
, l-loader.bin
and prm_ptable.img
, and flash them again?
@sumit.garg I’m not seeking any help with the Arm-provided BSP . I’m just used to being able to set up CPU and GPU frequencies in this way on boards like HiKey960 and RK3399.
From your link, I assume that’s expected to work on the Linaro-provided BSP too. Unfortunately, the cpufreq
directory is empty:
$ sudo ls -la /sys/devices/system/cpu/cpufreq/
total 0
drwxr-xr-x 2 root root 0 Jun 27 23:39 .
drwxr-xr-x 14 root root 0 Jun 27 23:39 ..
while Individual core directories do not exist at all:
$ sudo ls /sys/devices/system/cpu/cpu0/cpufreq
ls: cannot access '/sys/devices/system/cpu/cpu0/cpufreq': No such file or directory
Could this issue perhaps also be solved by updating the device tree to the latest release?