-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hello Alex,
I am trying to install this kernel file on my odroid xu3 board. Here is the way I tried to build this kernel.
- I run 'make menuconfig' to generate a .config file.
- run 'make'. But I got problem here it says that.
/home/odroid/Odroid-XU3-Kernel/arch/arm/include/asm/io.h:30:28: fatal error: mach/exynos-ss.h: No such file or directory #include <mach/exynos-ss.h> ^ compilation terminated.
My current kernel version is 3.10.x.
Actually I only need your updates on 'add the ability to set up conversion time of INA231' driver. I got problem with my odroid xu3 by setting up a low conversion time/averaging time (such as 140us/1). I manually changed the conversion time and got 'probe failed' after reboot the system. So I would like to try your INA231 driver but I got the problem I described above.
I also tried to run './build_kernel.sh odroidxu3' I got error
make[2]: *** [scripts/mod/empty.o] Error 127 . . . make[1]: *** [scripts/mod] Error 2 make[1]: *** Waiting for unfinished jobs.... . . . make: *** [scripts] Error 2 make: *** Waiting for unfinished jobs....
Thank you,