mirror of
https://github.com/nikdoof/builder.git
synced 2025-12-23 23:09:23 +00:00
add gk7102c_a boards for devs
This commit is contained in:
8
devices/gk7102ca_lite-umea-qc01x/general/overlay/etc/init.d/S11devnode
Executable file
8
devices/gk7102ca_lite-umea-qc01x/general/overlay/etc/init.d/S11devnode
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
mknod /dev/gk_video -m 666 c 248 0
|
||||
mknod /dev/gk_log -m 666 c 248 249
|
||||
mknod /dev/gk_fw -m 666 c 248 1
|
||||
mknod /dev/debug -m 666 c 248 248
|
||||
mknod /dev/ai_dev -m 666 c 245 0
|
||||
mknod /dev/ao_dev -m 666 c 245 1
|
||||
Reference in New Issue
Block a user