mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-20 06:12:05 +08:00
+1
-1
Submodule agnos-kernel-sdm845 updated: aef1a7ef9a...d3dd49b2ba
@@ -5,5 +5,9 @@ for i in {0..7}; do
|
||||
echo "related" | sudo tee /sys/bus/msm_subsys/devices/subsys${i}/restart_level
|
||||
done
|
||||
|
||||
# use max freq to boot up quickly, then limit
|
||||
echo 1689600 | sudo tee /sys/devices/system/cpu/cpufreq/policy0/scaling_max_freq
|
||||
echo 1689600 | sudo tee /sys/devices/system/cpu/cpufreq/policy4/scaling_max_freq
|
||||
|
||||
# boot wifi
|
||||
echo 1 | sudo tee /sys/kernel/boot_wlan/boot_wlan
|
||||
|
||||
@@ -38,7 +38,7 @@ if __name__ == "__main__":
|
||||
|
||||
# includes /sbin/init -> weston being ready to display stuff
|
||||
ts['weston'] = get_journal_time("Finished weston-ready.service") - tot_since_kern()
|
||||
ts['comma'] = get_journal_time("Started comma.service") - tot_since_kern()
|
||||
ts['comma'] = get_journal_time("Starting comma.service") - tot_since_kern()
|
||||
|
||||
# print
|
||||
tot = 0
|
||||
|
||||
Reference in New Issue
Block a user