I could only boot from USB with my SD card connected to ROCK5B, even though I was not able to `armbian-install` to NVMe.
But... I `dd` the 20230320-edge image and I could use it without problems using this bootloader, including booting directly from NVMe.
Its kernel is indeed 6.2.0:
I have connected my MT7921 wifi PCI-e adapter to test the drivers, look at this part of my `lspci -k` output:
0002:21:00.0 Network controller: MEDIATEK Corp. MT7921 802.11ax PCI Express Wireless Network Adapter
Subsystem: MEDIATEK Corp. MT7921 802.11ax PCI Express Wireless Network Adapter
Kernel driver in use: mt7921e
Kernel modules: mt7921e
BUT, look at dmesg:
$ dmesg | grep mt7921e
[ 10.557507] mt7921e 0002:21:00.0: enabling device (0000 -> 0002)
[ 10.557938] mt7921e 0002:21:00.0: Direct firmware load for mediatek/WIFI_RAM_CODE_MT7961_1.bin failed with error -2
[ 10.575264] mt7921e 0002:21:00.0: ASIC revision: 79610010
[ 10.659920] mt7921e 0002:21:00.0: Direct firmware load for mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin failed with error -2
[ 10.748937] mt7921e 0002:21:00.0: Direct firmware load for mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin failed with error -2
[ 10.843534] mt7921e 0002:21:00.0: Direct firmware load for mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin failed with error -2
[ 10.933420] mt7921e 0002:21:00.0: Direct firmware load for mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin failed with error -2
[ 11.013970] mt7921e 0002:21:00.0: Direct firmware load for mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin failed with error -2
[ 11.103412] mt7921e 0002:21:00.0: Direct firmware load for mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin failed with error -2
[ 11.193484] mt7921e 0002:21:00.0: Direct firmware load for mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin failed with error -2
[ 11.280129] mt7921e 0002:21:00.0: Direct firmware load for mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin failed with error -2
[ 11.370280] mt7921e 0002:21:00.0: Direct firmware load for mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin failed with error -2
[ 11.459981] mt7921e 0002:21:00.0: Direct firmware load for mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin failed with error -2
[ 11.548061] mt7921e 0002:21:00.0: hardware init failed
I know it deserves an exclusive topic for that, I mentioned that only for information. The developers job to make a better kernel for this board is doing great!