linuxOS_AP05/device/rockchip/rv1108/overlay-board/rv1108-minievb-v10-cvr/etc/init.d/S20debug

9 lines
85 B
Plaintext
Raw Normal View History

2025-06-02 05:59:07 +00:00
#!/bin/sh
#
# Debug init scripts
#
mount -t debugfs none /sys/kernel/debug
exit $?