mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Buildroot: Respeaker: Mount configfs before starting seeed-voicecard
This commit is contained in:
@ -7,6 +7,7 @@ umask 077
|
|||||||
|
|
||||||
start() {
|
start() {
|
||||||
printf "Starting seeed-voicecard: "
|
printf "Starting seeed-voicecard: "
|
||||||
|
mount -t configfs none /sys/kernel/config
|
||||||
/usr/bin/seeed-voicecard
|
/usr/bin/seeed-voicecard
|
||||||
touch /var/lock/seeed-voicecard
|
touch /var/lock/seeed-voicecard
|
||||||
echo "OK"
|
echo "OK"
|
||||||
|
Reference in New Issue
Block a user