mirror of https://github.com/OpenIPC/composer.git
Enable speaker in gk7205v200_ultimate_baresip project
parent
e2f6b65d6d
commit
28679c0071
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
devmem 0x120c0010 32 2
|
||||
[ -d /sys/class/gpio/gpio12 ] || echo 12 >/sys/class/gpio/export
|
||||
echo out >/sys/class/gpio/gpio12/direction
|
||||
echo 1 >/sys/class/gpio/gpio12/value
|
Loading…
Reference in New Issue