ramdisk: weekly update 2023-05-22 1. add bluetooth test sample and firmware
Change-Id: I30a7e28fecfee9708b600995434100bd3d1ad588
This commit is contained in:
@ -281,7 +281,8 @@ case "$1" in
|
|||||||
probe
|
probe
|
||||||
;;
|
;;
|
||||||
UDC)
|
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)}"
|
echo "Usage: $0 probe {acm|msc|cvg|uvc|uac1} {file (msc)}"
|
||||||
|
|||||||
@ -281,7 +281,8 @@ case "$1" in
|
|||||||
probe
|
probe
|
||||||
;;
|
;;
|
||||||
UDC)
|
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)}"
|
echo "Usage: $0 probe {acm|msc|cvg|uvc|uac1} {file (msc)}"
|
||||||
|
|||||||
@ -281,7 +281,8 @@ case "$1" in
|
|||||||
probe
|
probe
|
||||||
;;
|
;;
|
||||||
UDC)
|
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)}"
|
echo "Usage: $0 probe {acm|msc|cvg|uvc|uac1} {file (msc)}"
|
||||||
|
|||||||
@ -281,7 +281,8 @@ case "$1" in
|
|||||||
probe
|
probe
|
||||||
;;
|
;;
|
||||||
UDC)
|
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)}"
|
echo "Usage: $0 probe {acm|msc|cvg|uvc|uac1} {file (msc)}"
|
||||||
|
|||||||
@ -281,7 +281,8 @@ case "$1" in
|
|||||||
probe
|
probe
|
||||||
;;
|
;;
|
||||||
UDC)
|
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)}"
|
echo "Usage: $0 probe {acm|msc|cvg|uvc|uac1} {file (msc)}"
|
||||||
|
|||||||
@ -281,7 +281,8 @@ case "$1" in
|
|||||||
probe
|
probe
|
||||||
;;
|
;;
|
||||||
UDC)
|
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)}"
|
echo "Usage: $0 probe {acm|msc|cvg|uvc|uac1} {file (msc)}"
|
||||||
|
|||||||
@ -281,7 +281,8 @@ case "$1" in
|
|||||||
probe
|
probe
|
||||||
;;
|
;;
|
||||||
UDC)
|
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)}"
|
echo "Usage: $0 probe {acm|msc|cvg|uvc|uac1} {file (msc)}"
|
||||||
|
|||||||
@ -281,7 +281,8 @@ case "$1" in
|
|||||||
probe
|
probe
|
||||||
;;
|
;;
|
||||||
UDC)
|
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)}"
|
echo "Usage: $0 probe {acm|msc|cvg|uvc|uac1} {file (msc)}"
|
||||||
|
|||||||
@ -282,7 +282,8 @@ case "$1" in
|
|||||||
probe
|
probe
|
||||||
;;
|
;;
|
||||||
UDC)
|
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)}"
|
echo "Usage: $0 probe {acm|msc|cvg|uvc|uac1} {file (msc)}"
|
||||||
|
|||||||
BIN
ramdisk/rootfs/public/bluetooth/glibc_riscv64/lib/firmware/rtlbt/rtl8723d_config
Executable file
BIN
ramdisk/rootfs/public/bluetooth/glibc_riscv64/lib/firmware/rtlbt/rtl8723d_config
Executable file
Binary file not shown.
BIN
ramdisk/rootfs/public/bluetooth/glibc_riscv64/lib/firmware/rtlbt/rtl8723d_fw
Executable file
BIN
ramdisk/rootfs/public/bluetooth/glibc_riscv64/lib/firmware/rtlbt/rtl8723d_fw
Executable file
Binary file not shown.
BIN
ramdisk/rootfs/public/bluetooth/glibc_riscv64/lib/firmware/rtlbt/rtl8821c_config
Executable file
BIN
ramdisk/rootfs/public/bluetooth/glibc_riscv64/lib/firmware/rtlbt/rtl8821c_config
Executable file
Binary file not shown.
BIN
ramdisk/rootfs/public/bluetooth/glibc_riscv64/lib/firmware/rtlbt/rtl8821c_fw
Executable file
BIN
ramdisk/rootfs/public/bluetooth/glibc_riscv64/lib/firmware/rtlbt/rtl8821c_fw
Executable file
Binary file not shown.
BIN
ramdisk/rootfs/public/bluetooth/glibc_riscv64/usr/bin/rtk_hciattach
Executable file
BIN
ramdisk/rootfs/public/bluetooth/glibc_riscv64/usr/bin/rtk_hciattach
Executable file
Binary file not shown.
BIN
ramdisk/rootfs/public/bluetooth/musl_riscv64/lib/firmware/rtlbt/rtl8723d_config
Executable file
BIN
ramdisk/rootfs/public/bluetooth/musl_riscv64/lib/firmware/rtlbt/rtl8723d_config
Executable file
Binary file not shown.
BIN
ramdisk/rootfs/public/bluetooth/musl_riscv64/lib/firmware/rtlbt/rtl8723d_fw
Executable file
BIN
ramdisk/rootfs/public/bluetooth/musl_riscv64/lib/firmware/rtlbt/rtl8723d_fw
Executable file
Binary file not shown.
BIN
ramdisk/rootfs/public/bluetooth/musl_riscv64/lib/firmware/rtlbt/rtl8821c_config
Executable file
BIN
ramdisk/rootfs/public/bluetooth/musl_riscv64/lib/firmware/rtlbt/rtl8821c_config
Executable file
Binary file not shown.
BIN
ramdisk/rootfs/public/bluetooth/musl_riscv64/lib/firmware/rtlbt/rtl8821c_fw
Executable file
BIN
ramdisk/rootfs/public/bluetooth/musl_riscv64/lib/firmware/rtlbt/rtl8821c_fw
Executable file
Binary file not shown.
BIN
ramdisk/rootfs/public/bluetooth/musl_riscv64/usr/bin/rtk_hciattach
Executable file
BIN
ramdisk/rootfs/public/bluetooth/musl_riscv64/usr/bin/rtk_hciattach
Executable file
Binary file not shown.
Reference in New Issue
Block a user