Skip to content

Commit 9f3b919

Browse files
author
connor rigby
committed
enable sound and espeak
1 parent 7b4b3c8 commit 9f3b919

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

config.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ kernel=zImage
1313
gpu_mem=192
1414

1515
# Enable I2C and SPI
16-
dtparam=i2c_arm=on,spi=on
16+
dtparam=i2c_arm=on,spi=on,audio=on
1717

1818
# Comment this in or modify to enable OneWire
1919
# NOTE: check that the overlay that you specify is in the boot partition or

nerves_defconfig

+6-3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ BR2_LINUX_KERNEL_DTS_SUPPORT=y
3030
BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2710-rpi-3-b bcm2710-rpi-cm3"
3131
BR2_LINUX_KERNEL_EXT_KERNEL_WIRELESS_REGDB=y
3232
BR2_PACKAGE_BUSYBOX_CONFIG="${BR2_EXTERNAL_NERVES_PATH}/board/nerves-common/busybox-1.22.config"
33+
BR2_PACKAGE_ALSA_UTILS=y
34+
BR2_PACKAGE_ALSA_UTILS_AMIXER=y
35+
BR2_PACKAGE_ALSA_UTILS_APLAY=y
36+
BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST=y
37+
BR2_PACKAGE_ESPEAK=y
38+
BR2_PACKAGE_ESPEAK_AUDIO_BACKEND_ALSA=y
3339
BR2_PACKAGE_E2FSPROGS=y
3440
# BR2_PACKAGE_E2FSPROGS_FSCK is not set
3541
BR2_PACKAGE_FSWEBCAM=y
@@ -54,9 +60,6 @@ BR2_PACKAGE_IW=y
5460
BR2_PACKAGE_WPA_SUPPLICANT=y
5561
BR2_PACKAGE_WPA_SUPPLICANT_DEBUG_SYSLOG=y
5662
BR2_PACKAGE_INOTIFY_TOOLS=y
57-
BR2_PACKAGE_LIBMNL=y
58-
BR2_PACKAGE_WPA_SUPPLICANT=y
59-
BR2_PACKAGE_WPA_SUPPLICANT_DEBUG_SYSLOG=y
6063
# BR2_TARGET_ROOTFS_TAR is not set
6164
BR2_NERVES_SYSTEM_NAME="nerves_system_farmbot_rpi3"
6265
BR2_NERVES_ADDITIONAL_IMAGE_FILES="$(NERVES_DEFCONFIG_DIR)/fwup.conf ${NERVES_DEFCONFIG_DIR}/cmdline.txt ${NERVES_DEFCONFIG_DIR}/config.txt"

0 commit comments

Comments
 (0)