Closed sobrinho closed 6 years ago
In order to test #4, I need to compile the Kernel.
sobrinho@ubuntu:~/aosp/kernel$ make ARCH=arm rk3288-miniarm.img CHK scripts/mod/devicetable-offsets.h CHK include/config/kernel.release CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h make[1]: 'include/generated/mach-types.h' is up to date. CHK include/generated/bounds.h CHK include/generated/timeconst.h CHK include/generated/asm-offsets.h CALL scripts/checksyscalls.sh CHK include/generated/compile.h Kernel: arch/arm/boot/Image is ready Kernel: arch/arm/boot/Image is ready Kernel: arch/arm/boot/zImage is ready arch/arm/Makefile:382: recipe for target 'kernel.img' failed make: *** [kernel.img] Error 127
sobrinho@ubuntu:~/aosp/kernel$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.1 LTS Release: 18.04 Codename: bionic
It compiled using the instructions over here: https://tinkerboarding.co.uk/forum/thread-1865.html
Probably the documentation is outdated on repo.
In order to test #4, I need to compile the Kernel.