Quote:
Originally Posted by dima_tr
- the kernel [version] in the emulator differs to the one on real DR device -> .ko compiled for DR is 95% not expected to work within the emulator
- simple "strip *.ko" somehow removes important information, the file becomes unusable .. if you really want to clean the file you should use "strip --strip-unneeded *.ko"
Have learned this during experiments with .ko for DR800
|
ok, "strip --strip-unneeded *.ko" works. Thanks