File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ kernel=zImage
13
13
gpu_mem=192
14
14
15
15
# Enable I2C and SPI
16
- dtparam=i2c_arm=on,spi=on
16
+ dtparam=i2c_arm=on,spi=on,audio=on
17
17
18
18
# Comment this in or modify to enable OneWire
19
19
# NOTE: check that the overlay that you specify is in the boot partition or
Original file line number Diff line number Diff line change @@ -30,6 +30,12 @@ BR2_LINUX_KERNEL_DTS_SUPPORT=y
30
30
BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2710-rpi-3-b bcm2710-rpi-cm3"
31
31
BR2_LINUX_KERNEL_EXT_KERNEL_WIRELESS_REGDB=y
32
32
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
33
39
BR2_PACKAGE_E2FSPROGS=y
34
40
# BR2_PACKAGE_E2FSPROGS_FSCK is not set
35
41
BR2_PACKAGE_FSWEBCAM=y
@@ -54,9 +60,6 @@ BR2_PACKAGE_IW=y
54
60
BR2_PACKAGE_WPA_SUPPLICANT=y
55
61
BR2_PACKAGE_WPA_SUPPLICANT_DEBUG_SYSLOG=y
56
62
BR2_PACKAGE_INOTIFY_TOOLS=y
57
- BR2_PACKAGE_LIBMNL=y
58
- BR2_PACKAGE_WPA_SUPPLICANT=y
59
- BR2_PACKAGE_WPA_SUPPLICANT_DEBUG_SYSLOG=y
60
63
# BR2_TARGET_ROOTFS_TAR is not set
61
64
BR2_NERVES_SYSTEM_NAME="nerves_system_farmbot_rpi3"
62
65
BR2_NERVES_ADDITIONAL_IMAGE_FILES="$(NERVES_DEFCONFIG_DIR)/fwup.conf ${NERVES_DEFCONFIG_DIR}/cmdline.txt ${NERVES_DEFCONFIG_DIR}/config.txt"
You can’t perform that action at this time.
0 commit comments