Software 2.11.5 and nvme boot

in previous post, seems fdtfile has to be fixed in u-boot env
because it is needed before uEnv.txt is read from /boot
then missing
kernel_comp_addr_r=0x50000000
kernel_comp_size=0x04000000
env edit these
saveenv

now gets through to systemd
edit /etc/fstab, change to nvme0n1p3 and nvme0n1p4

forgot to mention changed /boot/extlinux/extlinux.conf to root=/dev/nvme0n1p4

that’s got it for booting from nvme
BUT booting ssd is now broken unless ssd is selected with switches instead of flash boot
work in progress…

1 Like