Hi all! I need tips for own kernel module development in Arago project. I have TI6638 evm and I am trying to enable SRIO interface. So far I can compile and see my own module but can not call /drivers/rapidio/ functions in my module because of unknown symbol error when modprobed. I have added rapidio in Kconfig at /arch/arm and enabled it with menuconfig and can see objects in /drivers/rapidio folder. The problem seems to be that I get kernel compiled with MACHINE=keystone-evm TOOLCHAIN_BRAND=linaro bitbake -c deploy -f linux-keystone but do not know how to get this kernel to the rootfs? Doing MACHINE=keystone-evm TOOLCHAIN_BRAND=linaro bitbake myimage will erase my compiled kernel replace it with old one. I think next step is that I have to do patches and defconfig changes e.g. but it sounds heavy because I just want to test driver and it is not final version. So if anyone has faced similar, I would be interested to hear solution :)
br,
jv