Hi there,
I need the tpm_tis_spi
kernel module, and it’s not available by default. Given there’s no package manager for the underlying OS, is there a straightforward way to install modules, like would be accomplished by installing the linux-modules-extra
package, without custom-building the image?
Hey there
You may add kernel modules using https://github.com/balena-io-playground/kernel-module-build
Best regards!