UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
02-21-2019 04:38 AM
Hi, all!
1. I tried add line in Make file of my_module:
$(TARGETINST) -d -a "my_module" /etc/modules
but in rootsf no folder /etc/modules
2. I tried add line KERNEL_MODULE_AUTOLOAD += "my_module" in distribution configuration <plnx-proj-root>/project-spec/meta-user/conf/petalinuxbsp.conf
But I did not succeed.
Does anyone else know how to solve this problem?
02-26-2019 04:10 AM
I manualy create /etc/modules file with
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
my_module
and module was loaded successfully.
02-26-2019 04:10 AM
I manualy create /etc/modules file with
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
my_module
and module was loaded successfully.