ramdisk: weekly update 2023-05-22 1. add bluetooth test sample and firmware

Change-Id: I30a7e28fecfee9708b600995434100bd3d1ad588
This commit is contained in:
sam.xiang
2023-05-23 23:33:02 +08:00
committed by forum_service
parent cf903f273b
commit 34605614f1
19 changed files with 18 additions and 9 deletions

View File

@ -281,7 +281,8 @@ case "$1" in
probe
;;
UDC)
echo $CVI_UDC >$CVI_GADGET/UDC
UDC=`ls /sys/class/udc/ | awk '{print $1}'`
echo ${UDC} >$CVI_GADGET/UDC
;;
*)
echo "Usage: $0 probe {acm|msc|cvg|uvc|uac1} {file (msc)}"

View File

@ -281,7 +281,8 @@ case "$1" in
probe
;;
UDC)
echo $CVI_UDC >$CVI_GADGET/UDC
UDC=`ls /sys/class/udc/ | awk '{print $1}'`
echo ${UDC} >$CVI_GADGET/UDC
;;
*)
echo "Usage: $0 probe {acm|msc|cvg|uvc|uac1} {file (msc)}"

View File

@ -281,7 +281,8 @@ case "$1" in
probe
;;
UDC)
echo $CVI_UDC >$CVI_GADGET/UDC
UDC=`ls /sys/class/udc/ | awk '{print $1}'`
echo ${UDC} >$CVI_GADGET/UDC
;;
*)
echo "Usage: $0 probe {acm|msc|cvg|uvc|uac1} {file (msc)}"

View File

@ -281,7 +281,8 @@ case "$1" in
probe
;;
UDC)
echo $CVI_UDC >$CVI_GADGET/UDC
UDC=`ls /sys/class/udc/ | awk '{print $1}'`
echo ${UDC} >$CVI_GADGET/UDC
;;
*)
echo "Usage: $0 probe {acm|msc|cvg|uvc|uac1} {file (msc)}"

View File

@ -281,7 +281,8 @@ case "$1" in
probe
;;
UDC)
echo $CVI_UDC >$CVI_GADGET/UDC
UDC=`ls /sys/class/udc/ | awk '{print $1}'`
echo ${UDC} >$CVI_GADGET/UDC
;;
*)
echo "Usage: $0 probe {acm|msc|cvg|uvc|uac1} {file (msc)}"

View File

@ -281,7 +281,8 @@ case "$1" in
probe
;;
UDC)
echo $CVI_UDC >$CVI_GADGET/UDC
UDC=`ls /sys/class/udc/ | awk '{print $1}'`
echo ${UDC} >$CVI_GADGET/UDC
;;
*)
echo "Usage: $0 probe {acm|msc|cvg|uvc|uac1} {file (msc)}"

View File

@ -281,7 +281,8 @@ case "$1" in
probe
;;
UDC)
echo $CVI_UDC >$CVI_GADGET/UDC
UDC=`ls /sys/class/udc/ | awk '{print $1}'`
echo ${UDC} >$CVI_GADGET/UDC
;;
*)
echo "Usage: $0 probe {acm|msc|cvg|uvc|uac1} {file (msc)}"

View File

@ -281,7 +281,8 @@ case "$1" in
probe
;;
UDC)
echo $CVI_UDC >$CVI_GADGET/UDC
UDC=`ls /sys/class/udc/ | awk '{print $1}'`
echo ${UDC} >$CVI_GADGET/UDC
;;
*)
echo "Usage: $0 probe {acm|msc|cvg|uvc|uac1} {file (msc)}"

View File

@ -282,7 +282,8 @@ case "$1" in
probe
;;
UDC)
echo $CVI_UDC >$CVI_GADGET/UDC
UDC=`ls /sys/class/udc/ | awk '{print $1}'`
echo ${UDC} >$CVI_GADGET/UDC
;;
*)
echo "Usage: $0 probe {acm|msc|cvg|uvc|uac1} {file (msc)}"