BelaPlatform/bela-image-builder

kernel CONFIG flags

Closed this issue · 2 comments

Issue by giuliomoro
Tuesday Apr 25, 2017 at 01:56 GMT
Originally opened as LBDonovan/image-builder#16


Please enable
CONFIG_XENO_DRIVERS_RTIPC

Otherwise you cannot create pipes! (RTIPC is real-time-inter-process-communication).
Perhaps other things need to be enabled as well, check the 3.8.13 kernel config for hints on XENO flags to enable:
BelaPlatform/Bela#171 (comment)

The kernel does not currently compile with this flag set, it fails with implicit function declaration somewhere in the xenomai code.

should enable CONFIG_USB_CONFIGFS_F_UAC1 and CONFIG_USB_CONFIGFS_F_UAC2 to see if we can turn Bela into a USB sound card