05-05-2020, 06:40 AM
(05-05-2020, 05:40 AM)as400 Wrote: @e-minguez - as I wrote - I don't use mkinitcpio because it never worked for me. If I understand correctly you have no display early enough to enter password, right ?
If the above is true I would try two things:
1. Add console=tty1 in extlinux.conf.
2. Include following modules in your initcpio image - rockchipdrm, drm, drm_kms_helper, analogix_dp, panel-simple, pwm_bl.
Thanks for your answer!
It seems the pinebook pro uboot doesn't have the ability to use the screen just yet, so I've build a regular pinebook 1080p image and hit the same issue. https://www.youtube.com/watch?v=_HarlCAeyr8
It seems to start, the bootsplash screen is shown but no password prompt. If I press escape, just a blinking cursor waiting for something. I've tried to type the password (I'm using just 'f' as password) and nothing is shown and the boot is still 'blank'.
I've disabled the bootsplash hook, the bootstrap setting in the extlinux.conf and also added console=ttyS0 just in case, but same stuff.
Anything else that you can think of?
Thanks.