BPI-Router-Images icon indicating copy to clipboard operation
BPI-Router-Images copied to clipboard

Flashing image to NVME and booting from it

Open akibsayyed opened this issue 2 months ago • 1 comments

I am looking to flash image to NVME and boot from nvme. Kindly provide some guidance for same.

akibsayyed avatar Nov 11 '25 05:11 akibsayyed

there is no image and you cannot boot directly to nvme, just boot an initrd and create partitions you want for boot and root partition on nvme and copy kernel and rootfs+modules to them.

then you have to configure your uboot (uEnv.txt) to point to these partitions.

another user have written down the steps in forum https://forum.banana-pi.org/t/bpi-r4-how-to-use-frank-w-u-boot-to-boot-from-nvme-on-bpi-r4/23035

this is how i modified my r3 uenv.txt to not asking for kernel:

https://forum.banana-pi.org/t/boot-debian-from-nvme/23777/2

frank-w avatar Nov 11 '25 06:11 frank-w