16
Cosmo Communicator - Hardware / Compiling Cosmo Android kernel
« on: June 27, 2020, 12:35:49 am »Quote from: ZimbiX
Is this repo even the source from the latest OTA? https://github.com/dguidipc/cosmo-android-kernelThat appears to be a Planet Computers employee, but the repository certainly doesn't appear to be active. This one: https://github.com/gemian/cosmo-linux-kernel-4.4 looks active, but I've got no idea which the correct branch is.
Quote from: ZimbiX
Anyone know how to compile the Cosmo Android kernel? I'd like to have a go at fixing keyboard debounce (pressing a key generating multiple of the character).Well, usually it is the conventional Linux kernel build steps. Configuration options are often odd due to mysterious manufacturer modifications. Good news is there is a /proc/config.gz so Planet Computers appear to be shipping the kernel configuration in a very ready format (manufacturers don't always provide configuration). Installation is massively different from desktop kernel installation, there are tools for handling Android boot images and you'll need those.