07-29-2020, 02:37 PM
(This post was last modified: 07-29-2020, 02:38 PM by giamma1295.)
(07-29-2020, 01:35 PM)as400 Wrote: I removed previous versions. So this is the only one in this thread currently ---> SPI imageSuccessfully flashed!!!
If you want to have uboot menu with kernels your extlinux.conf has to look like this template:
Code:Timeout 50
DEFAULT Manjaro
MENU TITLE Pinebook Pro boot menu
LABEL Manjaro
KERNEL /Image1
FDT /dtbs/rockchip/rk3399-pinebook-pro.dtb
APPEND initrd=/initramfs-linux1.img console=tty1 rootwait root=/dev/sda2 rootflags=noatime video=eDP-1:1920x1080@60 video=HDMI-A-1:1920x1080@60
LABEL Arch
KERNEL /Image2
FDT /dtbs/rockchip/rk3399-pinebook-pro.dtb
APPEND initrd=/initramfs-linux2.img console=tty1 rootwait root=/dev/sda3 rootflags=noatime video=eDP-1:1920x1080@60 video=HDMI-A-1:1920x1080@60
It would be nice to know how did it go for you
PLEASE DO NOT FLASH THIS IF YOU DON'T KNOW HOW TO RECOVER FROM BORKED SPI !!!
I have Manjaro xfce on NVME drive, i got a successfully boot every 5 attempt.
I will try tomorrow other stuff and log serial output!
Thanks a lot!
EDIT: i will edit extlinux.conf to test the kernel menu too!