Forum Discussion
MBand4
New Contributor
7 years agoHow to install the overlay and usbserial services in SoC Linux?
Hi, I am using a DE10 Nano development board which is working great for my embedded application. However, there are a few modules that are not currently installed on any of the SoC Linux images prov...
FawazJ_Altera
Frequent Contributor
7 years agoHello,
You need to make sure this module is enable in kernel level. If you select it as (*), no need for installation, since it will be loaded by the kernel. If you select it as (M), then you need to compile the module and add the files manually to /lib/modules in rootfs.
Thanks