Update for opicm5
This commit is contained in:
parent
c7fd0ef4d9
commit
bf37ded22f
Binary file not shown.
|
|
@ -100,6 +100,11 @@ prepare_board() {
|
||||||
orangepi5|orangepicm5|orangepicm5-tablet|orangepi5b|orangepi5plus|orangepi5pro|orangepi5max|orangepitab|orangepi900)
|
orangepi5|orangepicm5|orangepicm5-tablet|orangepi5b|orangepi5plus|orangepi5pro|orangepi5max|orangepitab|orangepi900)
|
||||||
[[ $BOARD =~ orangepi5|orangepi5b ]] && echo host > /sys/kernel/debug/usb/fc000000.usb/mode
|
[[ $BOARD =~ orangepi5|orangepi5b ]] && echo host > /sys/kernel/debug/usb/fc000000.usb/mode
|
||||||
|
|
||||||
|
if [[ ${BOARD}x == orangepicm5-tabletx ]]; then
|
||||||
|
tinymix -D 2 aw87xxx_profile_switch_0 Music
|
||||||
|
tinymix -D 2 aw87xxx_profile_switch_1 Music
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ ${BOARD}x == orangepicm5x ]]; then
|
if [[ ${BOARD}x == orangepicm5x ]]; then
|
||||||
|
|
||||||
declare -A led_map=(
|
declare -A led_map=(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue