07-20-2020, 01:53 PM
(07-19-2020, 10:41 AM)charlespine Wrote: I removed maxcpus from extlinux.conf and it still didn't work. I installed it after cloning your Git repo less than 24 hours ago.
Here's the new entry that have in my file:
Code:default l0
menu title U-Boot menu
prompt 0
timeout 10
label l0
menu label Debian GNU/Linux kernel 5.8.0-rc5-0.40-1-pinebookpro-hwaccels
linux /vmlinuz-5.8.0-rc5-0.40-1-pinebookpro-hwaccel
initrd /initrd.img-5.8.0-rc5-0.40-1-pinebookpro-hwaccel
fdt /rk3399-pinebook-pro.dtb
append root=PARTLABEL=microSD-RootFS console=ttyS2,1500000n8 console=tty0 ro quiet splash plymouth.ignore-serial-consoles coherent_pool=1M
I am using my PBP laptop without any external devices, except for the microSD card that I'm booting from. Do you have any other suggestions?
I compiled 5.7.4 and it's working I guess I'll wait until the non-rc 5.8 comes out.