liyujie
2025-08-28 d9927380ed7c8366f762049be9f3fee225860833
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import /vendor/etc/init/hw/init.beagle_x15board.usb.rc
 
on post-fs-data
 
    setprop vold.post_fs_data_done 1
 
    #enabling thermal zone for mpu
    write /sys/class/thermal/thermal_zone0/mode enabled
 
on fs
    mount_all /vendor/etc/fstab.beagle_x15board
 
service pvrsrvinit /vendor/bin/pvrsrvctl --start
    class core
    user root
    group root
    oneshot