Re: [yocto] Antwort: Re: How to build a simple kernel modul

2016-05-13 Thread Esponde, Joel
Hi, I guess you forgot to add your module to the image recipe: IMAGE_INSTALL_append = " ledmodule" If you are working on your module code, you may prefer to copy your module with ssh to the target system and load it dynamically with commands like this: $ scp $BUILDDIR/tmp/work/-poky-linux-gnue

[yocto] Antwort: Re: How to build a simple kernel modul

2016-05-10 Thread S . Jaritz
Thanks so far! I have 3 questions for my understanding: 1.) How to define extra Include Paths if the module needs some extra Includes? Like the "mach/gpio.h", which should be under "/arch/arm/mach-at91/include" and is needed for the PIN definitions. Should it be done at the Mak