diff --git a/cfg/rootfs/init.rk3588s.cfg b/cfg/rootfs/init.rk3588s.cfg index 2290696ae46e93331c1f84c7f601f0868f5b87c9..191042f056a5c6c4dd9c1fa7abd36fdb649e8040 100755 --- a/cfg/rootfs/init.rk3588s.cfg +++ b/cfg/rootfs/init.rk3588s.cfg @@ -13,7 +13,7 @@ "write /proc/1/oom_score_adj -1000", "mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755", "write /sys/kernel/debug/hisi_inno_phy/role peripheral", - "write /proc/sys/kernel/hung_task_timeout_secs 90", + "write /proc/sys/kernel/hung_task_timeout_secs 90", "write /sys/kernel/hungtask/enable on", "write /sys/kernel/hungtask/monitorlist whitelist,init,appspawn", "chown system system /sys/kernel/hungtask/userlist", @@ -49,7 +49,12 @@ "name" : "boot", "cmds" : [ "chmod 777 /dev/ttyAMA2", - "chmod 775 /sys/class/rfkill/rfkill0/state", + "chmod 0666 /dev/ttyS9", + "chmod 0666 /dev/rfkill", + "chmod 0666 /dev/video0", + "chmod 0666 /dev/video1", + "chmod 0666 /sys/class/rfkill/rfkill0/state", + "chown blue_host blue_host /sys/class/rfkill/rfkill0/state", "chmod 777 /dev/rtkbt_dev", "chmod 0440 /proc/interrupts", "chmod 0440 /proc/stat", diff --git a/ohos.build b/ohos.build index 9c1d6275f733452a802fb67fceda448ca7bd8eba..b2f784b75390b33ab7eda18c6d9ec5b38ceeb632 100755 --- a/ohos.build +++ b/ohos.build @@ -3,7 +3,9 @@ "parts": { "rockchip_products": { "module_list": [ - "//device/board/opintelink/${product_name}:rk3588s_group" + "//device/board/opintelink/${product_name}:rk3588s_group", + "//vendor/opintelink/${product_name}/bluetooth:libbt_vendor", + "//vendor/opintelink/${product_name}/bluetooth:BCM4362A2.hcd" ] } }