LBDonovan / image-builder

Image builder
http://beagleboard.org/source
MIT License
0 stars 0 forks source link

kernel CONFIG flags #16

Open giuliomoro opened 7 years ago

giuliomoro commented 7 years ago

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: https://github.com/BelaPlatform/Bela/issues/171#issuecomment-254467844

giuliomoro commented 7 years ago

Also, please enable

# CONFIG_SND_VIRMIDI

and then at least these CONFIG_USB... (or perhaps all of them)

# CONFIG_USB_CONFIGFS_F_MIDI
# CONFIG_USB_CONFIGFS_F_HID
# CONFIG_USB_CONFIGFS_MASS_STORAGE

Note for self: go back to this when done https://forum.bela.io/d/44-usb-gadgets/4