In order to prepare the Rock 5B to be able to boot from the NVMe SSD several steps need to be performed.
These steps are to be performed when the Rock 5B is booted into Linux (i.e. from eMMC or microSD card) with network connectivity.
If you don't have network connectivity then just copy the image files to other external media (i.e. USB stick) to be able to access them.
wget https://dl.radxa.com/rock5/sw/images/others/zero.img.gz
wget https://dl.radxa.com/rock5/sw/images/loader/rock-5b/release/rock-5b-spi-image-g49da44e116d.img
gzip -d zero.img.gz
dd
command.sudo dd if=zero.img of=/dev/mtdblock0
sudo md5sum /dev/mtdblock0
2c7ab85a893283e98c931e9511add182
sudo dd if=rock-5b-spi-image-g49da44e116d.img of=/dev/mtdblock0
sudo md5sum /dev/mtdblock0
46de85de37b8e670883e6f6a8bb95776
sync
reboot
Coming soon