|
insmod - huawei E3372h kernel module
Yes, since U R compiling target modules on the HOST GCC cross compiler (using YOCTO bitbake scripts). I ALWAYS keep full target setup, with as many tools as I can to do target module compiling, and ot
Yes, since U R compiling target modules on the HOST GCC cross compiler (using YOCTO bitbake scripts). I ALWAYS keep full target setup, with as many tools as I can to do target module compiling, and ot
|
By
Zoran
· #52057
·
|
|
insmod - huawei E3372h kernel module
Zolee, You need also to do on the target platform the following (very first time): You must have header files, at minimum, in target's : /usr/src/$(uname -r)/ Or for yocto (AFAIK), maybe: /usr/src/ker
Zolee, You need also to do on the target platform the following (very first time): You must have header files, at minimum, in target's : /usr/src/$(uname -r)/ Or for yocto (AFAIK), maybe: /usr/src/ker
|
By
Zoran
· #52051
·
|
|
insmod - huawei E3372h kernel module
Forwarded to ross@... . Thank you, Zoran/Zee ---------- Forwarded message --------- From: Zoran via lists.yoctoproject.org <zoran.stojsavljevic=gmail.com@...> Date: Tue, J
Forwarded to ross@... . Thank you, Zoran/Zee ---------- Forwarded message --------- From: Zoran via lists.yoctoproject.org <zoran.stojsavljevic=gmail.com@...> Date: Tue, J
|
By
Zoran
· #52042
·
|
|
insmod - huawei E3372h kernel module
Hello Ross, Any comment from you on the target module configuration? My understanding is the same, the YOCTO building system should somehow create targets' /etc/modules file, since every reboot should
Hello Ross, Any comment from you on the target module configuration? My understanding is the same, the YOCTO building system should somehow create targets' /etc/modules file, since every reboot should
|
By
Zoran
· #52041
·
|
|
insmod - huawei E3372h kernel module
> KERNEL_MODULE_AUTOLOAD += "ncm_driver"KERNEL_MODULE_PROBECONF > += "ncm_driver"cdc_ncm = "options ncm_driver iProduct= > USB_Host_Driver_for_Network_Control_Model iManufacturer=NCM" > KERNEL_MODULE_
> KERNEL_MODULE_AUTOLOAD += "ncm_driver"KERNEL_MODULE_PROBECONF > += "ncm_driver"cdc_ncm = "options ncm_driver iProduct= > USB_Host_Driver_for_Network_Control_Model iManufacturer=NCM" > KERNEL_MODULE_
|
By
Zoran
· #52028
·
|
|
insmod - huawei E3372h kernel module
Even better: debian@arm:/lib/modules/5.8.18-bone24/kernel/drivers/net/usb$ lsmod Module Size Used by huawei_cdc_ncm 16384 0 cdc_wdm 24576 1 huawei_cdc_ncm cdc_ncm 32768 1 huawei_cdc_ncm spidev 20480 0
Even better: debian@arm:/lib/modules/5.8.18-bone24/kernel/drivers/net/usb$ lsmod Module Size Used by huawei_cdc_ncm 16384 0 cdc_wdm 24576 1 huawei_cdc_ncm cdc_ncm 32768 1 huawei_cdc_ncm spidev 20480 0
|
By
Zoran
· #51951
·
|
|
insmod - huawei E3372h kernel module
> Does it mean that it will never ever work? > Could you please try this one? This might match your kernel version: > https://elixir.bootlin.com/linux/v5.8.18/source/drivers/net/usb/huawei_cdc_ncm.c >
> Does it mean that it will never ever work? > Could you please try this one? This might match your kernel version: > https://elixir.bootlin.com/linux/v5.8.18/source/drivers/net/usb/huawei_cdc_ncm.c >
|
By
Zoran
· #51949
·
|
|
insmod - huawei E3372h kernel module
> insmod /lib/modules/4.10.0/extra/huawei_cdc_ncm.ko > insmod: can't insert '/lib/modules/4.10.0/extra/huawei_cdc_ncm.ko': unknown symbol in module, or unknown parameter On my target (Pocket Bone): de
> insmod /lib/modules/4.10.0/extra/huawei_cdc_ncm.ko > insmod: can't insert '/lib/modules/4.10.0/extra/huawei_cdc_ncm.ko': unknown symbol in module, or unknown parameter On my target (Pocket Bone): de
|
By
Zoran
· #51944
·
|
|
Unable to extract tar file
#dunfell
#yocto
Just maybe... This web pointer can help you! https://stackoverflow.com/questions/46448682/cmake-error-the-source-does-not-appear-to-contain-cmakelists-txt/52068568 Zoran _______ <vijayrakeshmunganda@g
Just maybe... This web pointer can help you! https://stackoverflow.com/questions/46448682/cmake-error-the-source-does-not-appear-to-contain-cmakelists-txt/52068568 Zoran _______ <vijayrakeshmunganda@g
|
By
Zoran
· #51929
·
|
|
insmod - huawei E3372h kernel module
Quite an opposite. It must be defined to be exported, and to appear in Module.symvers . If it is NOT defined as exported (EXPORT_SYMBOL, EXPORT_SYMBOL_GPL), it will behave as from your initial post, i
Quite an opposite. It must be defined to be exported, and to appear in Module.symvers . If it is NOT defined as exported (EXPORT_SYMBOL, EXPORT_SYMBOL_GPL), it will behave as from your initial post, i
|
By
Zoran
· #51923
·
|
|
insmod - huawei E3372h kernel module
If I think more... For driver development the Out Of (OOT) Tree driver is a must, and so far the most efficient way is to have native tool environment presence on the target, so the quick recompilatio
If I think more... For driver development the Out Of (OOT) Tree driver is a must, and so far the most efficient way is to have native tool environment presence on the target, so the quick recompilatio
|
By
Zoran
· #51921
·
|
|
insmod - huawei E3372h kernel module
No, no... I did not mean in the makefile to change m to y. Please, maybe you can try to set your makefile to lookalike as these ones: https://github.com/ZoranStojsavljevic/mikrobus/blob/mikrobusv2/Mak
No, no... I did not mean in the makefile to change m to y. Please, maybe you can try to set your makefile to lookalike as these ones: https://github.com/ZoranStojsavljevic/mikrobus/blob/mikrobusv2/Mak
|
By
Zoran
· #51919
·
|
|
insmod - huawei E3372h kernel module
Hello Zoltan, Please, try to set Kconfig (obj-y := huawei_cdc_ncm.o) to y, I guess 99.9% that the kernel compilation (actually, driver compilation) will pass. I think YOCTO (recipe) behaves perfectly
Hello Zoltan, Please, try to set Kconfig (obj-y := huawei_cdc_ncm.o) to y, I guess 99.9% that the kernel compilation (actually, driver compilation) will pass. I think YOCTO (recipe) behaves perfectly
|
By
Zoran
· #51917
·
|
|
Using U-boot in Yocto
Hello Jonas, Do not forget that you can also build and use U-Boot completely out of a YOCTO tree. I do things like that, not using the YOCTO U-Boot build. (As a matter of fact, I do not use the kernel
Hello Jonas, Do not forget that you can also build and use U-Boot completely out of a YOCTO tree. I do things like that, not using the YOCTO U-Boot build. (As a matter of fact, I do not use the kernel
|
By
Zoran
· #51819
·
|
|
Let me tell you how I really feel. Zero filter. If you need meta-python2, you need to become a maintainer. Immediately. Period.
I do get this. But if you deliver/target this message to me, you are barking under the wrong tree. Best Regards, Zoran <alex.kanavin@...> wrote:
I do get this. But if you deliver/target this message to me, you are barking under the wrong tree. Best Regards, Zoran <alex.kanavin@...> wrote:
|
By
Zoran
· #51173
·
|
|
Let me tell you how I really feel. Zero filter. If you need meta-python2, you need to become a maintainer. Immediately. Period.
Alex, Either do it voluntarily, either do not. Do not complain, or brag about it. We all understand Open Source rules, or we do not, do we??? Thank you, Zoran Stojsavljevic _______ <zoran.stojsavljevi
Alex, Either do it voluntarily, either do not. Do not complain, or brag about it. We all understand Open Source rules, or we do not, do we??? Thank you, Zoran Stojsavljevic _______ <zoran.stojsavljevi
|
By
Zoran
· #51168
·
|
|
Let me tell you how I really feel. Zero filter. If you need meta-python2, you need to become a maintainer. Immediately. Period.
WTH? Let me tell you how I really feel. I have absolutely no need for python2, as well. What is the amount of cash for you, you'll consider it enough to do that??? Better... What is the real message b
WTH? Let me tell you how I really feel. I have absolutely no need for python2, as well. What is the amount of cash for you, you'll consider it enough to do that??? Better... What is the real message b
|
By
Zoran
· #51166
·
|
|
Which dts is being compiled?
Hello David, Not sure if your question has anything to do with YOCTO (in contrary, I this is has nothing to do with it). I see kerne's .dtb from U-BOOT messages while booting the system: debug: [enabl
Hello David, Not sure if your question has anything to do with YOCTO (in contrary, I this is has nothing to do with it). I see kerne's .dtb from U-BOOT messages while booting the system: debug: [enabl
|
By
Zoran
· #51088
·
|
|
#yocto #linux #systemd Having issues building command line utilities: ntpq, timedatectl, and ntpstat into kernel image
#systemd
#yocto
#linux
Please, try this: https://github.com/ZoranStojsavljevic/bbb-yocto/blob/master/bbb-releases/bbb-dunfell/local.conf This is the systemd addendum in my BBB Dunfell local.conf : ## Add systemd service DIS
Please, try this: https://github.com/ZoranStojsavljevic/bbb-yocto/blob/master/bbb-releases/bbb-dunfell/local.conf This is the systemd addendum in my BBB Dunfell local.conf : ## Add systemd service DIS
|
By
Zoran
· #50889
·
|
|
#yocto systemd not able to start sshd after a reboot
#yocto
Maybe this should be added to sshd.service [unit] part (to have added dependency) to solve this problem: > The sshd.service file is as follows: > [Unit] > Description=OpenSSH server daemon > Documenta
Maybe this should be added to sshd.service [unit] part (to have added dependency) to solve this problem: > The sshd.service file is as follows: > [Unit] > Description=OpenSSH server daemon > Documenta
|
By
Zoran
· #50838
·
|