msm8953-mainline / linux

Linux mainline kernel with WIP patches for msm8953 devices
Other
106 stars 58 forks source link

Can I boot without lk2nd? #187

Closed Mr-Yuling closed 2 months ago

Mr-Yuling commented 4 months ago

I want to boot without lk2nd

vipaoL commented 4 months ago

Which device and why? I'm not sure, but the kernel will probably boot if you add some properties like board-id to your dts. And then you'll find the display panel and touch screen not working, because lk2nd helps the kernel to select a proper node for them, you'll need to hardcode your panel driver and the dts node for your touch screen. And you'll need to carry this changes though kernel updates and recompile the kernel each time. I see no disadvantages in lk2nd

barni2000 commented 4 months ago

You can but couple of function will be broken, apcs-clocks will not work and performance will be very bad. For display panel you will need to change panel comaptible to work etc.