Install Debian to M.2 SSD

  • Hello, RK3576 cannot boot directly from M.2 because M.2 is not in the boot list of the default fixed loader firmware.
    You must write uboot and kernel in the SD card or EMMC, and then specify rootfs to boot in M.2 to achieve it.
    I believe you can find the specific method in Google.
  • I have succesfully installed the Debian 13 (trixie) pre-built image debian-512-omni3576-build-1157-test-dp.img.gz
    compiled for flipperone on my 08000-Box SD card, the rootfs partition
    can be moved to the M.2 SSD, because u-boot supports NVME and UFS block devices, but i have not tried it (u-boot and the ID_ddr blob
    must stay on the SD card).
    It uses the latest u-boot source & kernel 7.1.3 and the compilation scripts can be found at
    flipperone-linux-build-scripts on github.