I am using Petalinux, built with Yocto SDK. I want to automatically install my kernel module and make the devices available in /dev/*
.
With KERNEL_MODULE_AUTOLOAD+="modulename"
I can see the appropriate entries in /etc/modules-load.d/
as well as entries in /sys/class/misc/**
, but not in /dev/*
. Is there something I am missing?