|
I tried the value 1100 and it worked ok.
I will share some info about my personal solution if anyone else stumbles upon this thread.
the folowing sections differ in certain script.fex files. I decided to go with versions that have lower frequencies and voltages. (taken from https://raw.githubusercontent.co ... g/h3/orange_pi2.fex)
note that I just copied the values and do not fully understand all of them so use at your discretion
****
[dvfs_table]
pmuic_type = 2
pmu_gpio0 = portL06<1><1><2><1>
pmu_level0 = 11300
pmu_level1 = 1100
max_freq = 1296000000
min_freq = 648000000
LV_count = 8
LV1_freq = 1296000000
LV1_volt = 1340
LV2_freq = 1200000000
LV2_volt = 1320
LV3_freq = 1008000000
LV3_volt = 1200
LV4_freq = 816000000
LV4_volt = 1100
LV5_freq = 648000000
LV5_volt = 1040
LV6_freq = 0
LV6_volt = 1040
LV7_freq = 0
LV7_volt = 1040
LV8_freq = 0
LV8_volt = 1040
[gpu_dvfs_table]
G_LV_count = 3
G_LV0_freq = 312000000
G_LV0_volt = 1200000
G_LV1_freq = 384000000
G_LV1_volt = 1200000
G_LV2_freq = 456000000
G_LV2_volt = 1200000
[cooler_table]
cooler_count = 6
cooler0 = "1296000 4 4294967295 0"
cooler1 = "1200000 4 4294967295 0"
cooler2 = "1008000 4 4294967295 0"
cooler3 = "816000 4 4294967295 0"
cooler4 = "648000 4 4294967295 0"
cooler5 = "480000 1 4294967295 0"
[target]
boot_clock = 1008
storage_type = -1
[mali_para]
mali_used = 1
mali_clkdiv = 1
mali_extreme_freq = 456
mali_extreme_vol = 1200
*****
in adition to this i also changed the line "dram_clk" to 600, but i dont think this one is doing its job. |
|