openembedded - How to insert module into ARM which use kernel from open embedded -
i'm trying insert module.ko on arm use kernel customized open embedded. know how can achieve that. insmod , modprobe commands works or should create recipes ?
actually, have ve tried first 1 (insmod) module behave strangely.
also, if solution second option, how can add recipes external module inside open embedded ?
best regards,
what trying do?
if you're trying load module "module.ko", yes, standard tools insmod , modprobe should using. there's possibility of auto-loading module upon boot.
if you're trying build external module , integrated image, need @ writing recipe module , adding image recipe.
Comments
Post a Comment