The kernel code lives at https://github.com/nneonneo/ViBand-kernel.
It is based off of the kernel for Android version 5.0.1 (LWX48P) for the LG G Watch, codename "dory".
These steps should be followed on a Linux machine for best results.
- Install the
gcc-arm-none-eabi
Ubuntu package or equivalent to get the cross-compilation toolchain - Download and install unpack-mkbootimg
git clone https://github.com/nneonneo/ViBand-kernel --depth 1
export ARCH=arm CROSS_COMPILE=arm-none-eabi-
make dory_defconfig
make -j7
- Copy the
build
directory from this directory into the kernel tree cd build ; ./build-image.sh
If all goes well, you will have a flashable boot-new.img
in the build
directory. Grab that and follow the instructions from the prebuilt
directory.