| lk | ||
| .gitignore | ||
| README.md | ||
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)