sparklespdx / gemini-x27-lk-experimental

Gemini LK Bootloader Hacking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gemini PDA Bootloader

This is a fork of the official LK bootloader from Planet Computers.. I'm going to use it to do some experiments, perhaps with booting from the SD card.

Master branch is for my version, the x27 with the new LCM. I make no promises about other hardware revisions.

Build instructions

There are multiple ways to build this, I cross compile on x86 using the prebuilt Android NDK Standalone toolchain from Google:

https://dl.google.com/android/repository/android-ndk-r10e-linux-x86_64.zip

SHA Hash is: f692681b007071103277f6edc6f91cb5c5494a32

I add the libraries to my PATH, then I run:

cd lk && make aeon6797_6m_n

Changing the boot image

The files for the splash images are lk/dev/logo/fhd/fhd_uboot.bmp and lk/dev/logo/fhd/fhd_kernel.bmp. GIMP seems to export to BMPs just fine, but remember to check the "Do not write color space information" box under "Compatibility Options" when you export (it cuts down on the size). The images are 2160x1080.

About

Gemini LK Bootloader Hacking

License:GNU General Public License v2.0


Languages

Language:C 96.0%Language:Python 1.0%Language:C++ 1.0%Language:Makefile 0.8%Language:Assembly 0.6%Language:Objective-C 0.5%Language:Shell 0.0%