mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-18 21:00:46 +01:00
[RPI] Bump vocalfusion driver and XMOS 3510 INT SPI firmware
This commit is contained in:
parent
de12e1cda8
commit
35b7a5bf63
@ -195,10 +195,8 @@ main() {
|
||||
dtoverlay sj201
|
||||
echo "Configuring board"
|
||||
sleep 3 # Allow some time to fully initialise the hardware / driver
|
||||
gpioset -z -c gpiochip0 -C sj201_pwr 16=1
|
||||
gpioset -z -c gpiochip0 -C sj201_rst 27=1
|
||||
fi
|
||||
xvf3510-flash --direct "/usr/lib/firmware/xvf3510/app_xvf3510_int_spi_boot_v4_1_0.bin"
|
||||
xvf3510-flash --direct "/usr/lib/firmware/xvf3510/app_xvf3510_int_spi_boot_v4_2_0.bin"
|
||||
# Initializing Texas Instruments 5806 Amplifier
|
||||
/usr/bin/tas5806-init
|
||||
if [[ ${detection_results[SJ201LED]} == true ]] ; then
|
||||
|
Binary file not shown.
@ -1,2 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 0eb24e52f975eed46978cbfb2d3660529c8a2ee04eb0ca859dbe1736303ab17f vocalfusion-b56f5c8751918a0a2505b9ae94631d6b72b8e7b0.tar.gz
|
||||
sha256 198eed5d409d79aa58d2db6a29073efce96b2fb6efaedbe1851c705f58f50633 vocalfusion-5ca7f45cb5b679859fb251fdc870571a75dfb0a7.tar.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
VOCALFUSION_VERSION = b56f5c8751918a0a2505b9ae94631d6b72b8e7b0
|
||||
VOCALFUSION_VERSION = 5ca7f45cb5b679859fb251fdc870571a75dfb0a7
|
||||
VOCALFUSION_SITE = $(call github,OpenVoiceOS,VocalFusionDriver,$(VOCALFUSION_VERSION))
|
||||
VOCALFUSION_MODULE_SUBDIRS = driver
|
||||
|
||||
@ -17,8 +17,8 @@ define VOCALFUSION_INSTALL_TARGET_CMDS
|
||||
$(TARGET_DIR)/usr/sbin/xvf3510-flash
|
||||
|
||||
mkdir -p $(TARGET_DIR)/usr/lib/firmware/xvf3510
|
||||
$(INSTALL) -D -m 0644 $(BR2_EXTERNAL_OPENVOICEOS_PATH)/package/vocalfusion/app_xvf3510_int_spi_boot_v4_1_0.bin \
|
||||
$(TARGET_DIR)/usr/lib/firmware/xvf3510/app_xvf3510_int_spi_boot_v4_1_0.bin
|
||||
$(INSTALL) -D -m 0644 $(BR2_EXTERNAL_OPENVOICEOS_PATH)/package/vocalfusion/app_xvf3510_int_spi_boot_v4_2_0.bin \
|
||||
$(TARGET_DIR)/usr/lib/firmware/xvf3510/app_xvf3510_int_spi_boot_v4_2_0.bin
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
|
Loading…
x
Reference in New Issue
Block a user