|
How to integrate kernel-module in yocto-dunfell?
#yocto
#dunfell
#apt
#tx2
#kernel
Hey community, I'm trying to use this library [can-isotp][1] on a Jetson TX2 Board. The version of the running OS is: 0.0.8 (dunfell). From the docs of the library I get the following instructions: ``
Hey community, I'm trying to use this library [can-isotp][1] on a Jetson TX2 Board. The version of the running OS is: 0.0.8 (dunfell). From the docs of the library I get the following instructions: ``
|
By
kilian.brandt@...
· #50427
·
|
|
How to integrate kernel-module in yocto-dunfell?
#yocto
#dunfell
#apt
#tx2
#kernel
PLease take a look at : https://www.yoctoproject.org/docs/2.6/kernel-dev/kernel-dev.html#working-with-out-of-tree-modules where it is described how to compile out of tree modules. marek
PLease take a look at : https://www.yoctoproject.org/docs/2.6/kernel-dev/kernel-dev.html#working-with-out-of-tree-modules where it is described how to compile out of tree modules. marek
|
By
Marek Belisko
· #50428
·
|
|
How to integrate kernel-module in yocto-dunfell?
#yocto
#dunfell
#apt
#tx2
#kernel
in this case you might be lucky we already have recipe http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-extended/socketcan/can-isotp_git.bb?h=master its blacklisted because it needs
in this case you might be lucky we already have recipe http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-extended/socketcan/can-isotp_git.bb?h=master its blacklisted because it needs
|
By
Khem Raj
· #50429
·
|
|
How to integrate kernel-module in yocto-dunfell?
#yocto
#dunfell
#apt
#tx2
#kernel
Hi Khem, thanks for your reply! Now I am a bit confused. Marek has send me another recipe: Do you know if that is allready fixed for kernel 5,2+ ? Best regards!
Hi Khem, thanks for your reply! Now I am a bit confused. Marek has send me another recipe: Do you know if that is allready fixed for kernel 5,2+ ? Best regards!
|
By
kilian.brandt@...
· #50435
·
|
|
Kernel panic after failing to load libssl.so.1.0.0
#kernel
you need to add openssl to RDEPENDS for busybox.
you need to add openssl to RDEPENDS for busybox.
|
By
Khem Raj
· #50902
·
|
|
How to integrate kernel-module in yocto-dunfell?
#yocto
#dunfell
#apt
#tx2
#kernel
Shared recipe should be the same as one from meta-oe :). So you can include it in your image and it should be build then. BR, marek
Shared recipe should be the same as one from meta-oe :). So you can include it in your image and it should be build then. BR, marek
|
By
Marek Belisko
· #50436
·
|
|
Kernel panic after failing to load libssl.so.1.0.0
#kernel
I have patched busybox httpd with open ssl APIs to support https. I have patched Makefile.flags to include opessl library as below. ------------------------------------- --- busybox-1.23.2/Makefile.fl
I have patched busybox httpd with open ssl APIs to support https. I have patched Makefile.flags to include opessl library as below. ------------------------------------- --- busybox-1.23.2/Makefile.fl
|
By
aravind.chittapur@...
· #50888
·
|
|
Kernel panic after failing to load libssl.so.1.0.0
#kernel
Copying libssl.so.1.0.0 to boot initrd image solved the problem. Thanks, Aravind
Copying libssl.so.1.0.0 to boot initrd image solved the problem. Thanks, Aravind
|
By
aravind.chittapur@...
· #50933
·
|
|
#yocto #zeus #kernel -broken atomic modsset
#yocto
#zeus
#kernel
Ok, so I am trying to understand the impact of the following issue seen under our “zeus” based Intel platform build: https://patchwork.kernel.org/project/dri-devel/patch/20190905181834.6234-1-daniel.v
Ok, so I am trying to understand the impact of the following issue seen under our “zeus” based Intel platform build: https://patchwork.kernel.org/project/dri-devel/patch/20190905181834.6234-1-daniel.v
|
By
Monsees, Steven C (US)
· #51757
·
|
|
loading huawei_cdc_ncm
#kernel
Hi Zoltan, See: http://docs.yoctoproject.org/kernel-dev/kernel-dev-common.html?highlight=external%20kernel%20module#working-with-out-of-tree-modules Good luck, ../Randy
Hi Zoltan, See: http://docs.yoctoproject.org/kernel-dev/kernel-dev-common.html?highlight=external%20kernel%20module#working-with-out-of-tree-modules Good luck, ../Randy
|
By
Randy MacLeod
· #51499
·
|
|
Raspberrypi CM3, u-boot console and kernel patch
#raspberrypi
#rpi
#cm3
#dunfell
#kernel
Dear all, I have 4 different topics on which I can't find a correct answer on internet. I am developing a new system base on the Raspberrypi CM3+ with our custom board. I am using Yocto with the meta-
Dear all, I have 4 different topics on which I can't find a correct answer on internet. I am developing a new system base on the Raspberrypi CM3+ with our custom board. I am using Yocto with the meta-
|
By
...
· #51558
·
|
|
loading huawei_cdc_ncm
#kernel
Hi, I'd li to include as a kernel module the huawei_cdc_ncm.c file and autoloaded as a kernel object. I did this in the main recipie file, but it's not enogh: KERNEL_MODULE_AUTOLOAD += "cdc_ncm.ko" I
Hi, I'd li to include as a kernel module the huawei_cdc_ncm.c file and autoloaded as a kernel object. I did this in the main recipie file, but it's not enogh: KERNEL_MODULE_AUTOLOAD += "cdc_ncm.ko" I
|
By
Zoltan Kerenyi Nagy
· #51515
·
|
|
hostapd_free_hapd_data: Interface wlan0 wasn't started
#linux
#kernel
#dunfell
Hi, I'm new to Yocto Project/Embedded Linux. I had added hostapd recipe (https://layers.openembedded.org/layerindex/recipe/28409/) into my build image, and when I try to run "hostapd hostapd.conf" in
Hi, I'm new to Yocto Project/Embedded Linux. I had added hostapd recipe (https://layers.openembedded.org/layerindex/recipe/28409/) into my build image, and when I try to run "hostapd hostapd.conf" in
|
By
Vijay Rakesh Munganda
· #51602
·
|
|
hostapd_free_hapd_data: Interface wlan0 wasn't started
#linux
#kernel
#dunfell
Hi All, Can anyone please help me this issue. Thanks & Regards, VR
Hi All, Can anyone please help me this issue. Thanks & Regards, VR
|
By
Vijay Rakesh Munganda
· #51626
·
|
|
#yocto #kernel #zeus
#yocto
#kernel
#zeus
lists.yoctoproject.org wrote: The log indicates that it is missing a dependency which ships "rpc/rpc.h". Some googling turned up this discussion on the openembedded-core mailing list: https://lists.op
lists.yoctoproject.org wrote: The log indicates that it is missing a dependency which ships "rpc/rpc.h". Some googling turned up this discussion on the openembedded-core mailing list: https://lists.op
|
By
Nicolas Jeker
· #51642
·
|
|
#yocto #kernel #zeus
#yocto
#kernel
#zeus
Thank you, I was able to test build with patch and it does indeed fix my build. Steve
Thank you, I was able to test build with patch and it does indeed fix my build. Steve
|
By
Monsees, Steven C (US)
· #51645
·
|
|
hostapd_free_hapd_data: Interface wlan0 wasn't started
#linux
#kernel
#dunfell
Hi VR, What version/release of yocto (oe-core, bitbake, ...) are you using? What image are you building and what did you add to your local.conf ? What is your target system and who provided the BSP? I
Hi VR, What version/release of yocto (oe-core, bitbake, ...) are you using? What image are you building and what did you add to your local.conf ? What is your target system and who provided the BSP? I
|
By
Randy MacLeod
· #51647
·
|
|
#yocto #kernel #zeus
#yocto
#kernel
#zeus
I seem to have an issue initializing busybox. I have attached my error log… but basically busybox fails to compile when I set CONFIG_FEATURE_MOUNT_NFS=y If I modify my_cfg.cfg and remove the above par
I seem to have an issue initializing busybox. I have attached my error log… but basically busybox fails to compile when I set CONFIG_FEATURE_MOUNT_NFS=y If I modify my_cfg.cfg and remove the above par
|
By
Monsees, Steven C (US)
· #51640
·
|
|
hostapd_free_hapd_data: Interface wlan0 wasn't started
#linux
#kernel
#dunfell
Hi Randy, Thanks for the reply. I’m using Dunfell 3.1.1 with bitbake version 1.48.0. I had downloaded hostapd recipe from http://layers.openembedded.org/layerindex/recipe/28409/ for my target system i
Hi Randy, Thanks for the reply. I’m using Dunfell 3.1.1 with bitbake version 1.48.0. I had downloaded hostapd recipe from http://layers.openembedded.org/layerindex/recipe/28409/ for my target system i
|
By
Vijay Rakesh Munganda
· #51649
·
|
|
loading huawei_cdc_ncm
#kernel
Hi, I'd li to include as a kernel module the huawei_cdc_ncm.c file and autoloaded as a kernel object. I did this in the main recipie file, but it's not enogh: KERNEL_MODULE_AUTOLOAD += "cdc_ncm.ko" I
Hi, I'd li to include as a kernel module the huawei_cdc_ncm.c file and autoloaded as a kernel object. I did this in the main recipie file, but it's not enogh: KERNEL_MODULE_AUTOLOAD += "cdc_ncm.ko" I
|
By
Zoltan Kerenyi Nagy
· #51421
·
|