tici: fix EGL error

old-commit-hash: e15ef7efb3
commatwo_master
Adeeb Shihadeh 4 years ago
parent ce4b02e003
commit 5243463f0f
  1. 5
      launch_chffrplus.sh

@ -93,6 +93,11 @@ function two_init {
}
function tici_init {
# wait longer for weston to come up
if [ -f "$BASEDIR/prebuilt" ]; then
sleep 3
fi
sudo su -c 'echo "performance" > /sys/class/devfreq/soc:qcom,memlat-cpu0/governor'
sudo su -c 'echo "performance" > /sys/class/devfreq/soc:qcom,memlat-cpu4/governor'
nmcli connection modify --temporary lte gsm.auto-config yes

Loading…
Cancel
Save