mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-09 16:52:05 +08:00
7 lines
164 B
Bash
Executable File
7 lines
164 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# don't restart whole SoC on subsystem crash
|
|
for i in {0..7}; do
|
|
echo "related" | sudo tee /sys/bus/msm_subsys/devices/subsys${i}/restart_level
|
|
done
|