Source code of LK for MT6765 device(s)
Find a file
2024-07-07 14:15:27 +01:00
lk remove targets that aren't k65v1_64_bsp 2024-07-07 14:15:27 +01:00
.gitignore remove projects that aren't k65v1_64_bsp 2024-07-07 13:50:50 +01:00
README.md move lk source into subdir 2024-07-07 14:00:27 +01:00

Upstream LK source: https://github.com/littlekernel/lk

This mtk-specific tree came from https://github.com/svoboda18/lk, and I have no idea where that came from.

I'm mostly interested in this source for reverse engineering purposes ("where does dm-verity corrupted error come from?" "how does fastboot oem unlock work?")

I'm also interested in the possibility of using mtkclient to bootstrap a custom kernel without making any permanent changes to flash.

I'm intrigued by this patch that supports booting linux from RAM: Gigaset-dev/lk2@ab107ff351

Compiling

Run cd lk; make and then figure out why it didn't work. (TODO: figure this out lol)