lk2nd icon indicating copy to clipboard operation
lk2nd copied to clipboard

Custom bootloader for Qualcomm MSM8916/MSM8226/MSM8974/... devices

Results 101 lk2nd issues
Sort by recently updated
recently updated
newest added

The bootloader seems to use the dts of the boot partition to initialize the panel, so a bunch of panel dts is included here. --- ![IMG_20220602_190657](https://user-images.githubusercontent.com/3768500/171685420-e2bec8fe-eac4-4dfd-a896-fa375dc73d87.jpg) Unfortunately booting something from...

Special thanks to "huh?" in msm8939-mainline in matrix :D And I tested builds.

idol347 has variants with different pinctrl setting for tfa9897 codec (mainly gpios numbers) depending on androidboot.BOARD_ID value (BIT(1) being set or not). Ideally, lk2nd would change DT according to this...

There are idol3 variants with different panels and touchscreen. It seems those are paired (eg. nt35596 panel + rmi4, and r63315 panel + edt5x06). Ideally, lk2nd would enable the expected...

Here's a few lines of codes that allow user to choose to boot from either EMMC or SD card. I have also modified some functions in dev/fbcon/fbcon.c to allow it...

This PR includes Lk1st for msm8x26 along with a msm8926-v1-mtp dts with support for tesla, moneypenny, dempsey and superman. Makepeace is not included due to not having a tester who...

Boots fine on the devices (Qihoo W701 and Mobvoi TicWatch Pro) added, no display yet. The W701 has a spi screen which I tried to implement, it no longer tells...

lk2nd already implements a lot of checks to definitively detect which specific device model it runs on. This means that lk2nd could also use those checks to choose the DTB...