If you’re using an pre-installed eMMC image and want to boot your Axon from NVMe, follow these step-by-step instructions:
-
Update the package list:
sudo apt update
-
Remove the existing U-Boot package:
sudo apt purge u-boot-rk3588-axon
-
Install the updated U-Boot package:
sudo apt install u-boot-rk3588-axon
-
Flash the NVMe image to your NVMe drive:
- This can be done directly on the Axon or from your PC.
- Get NVMe Image from:
https://downloads.vicharak.in/vicharak-axon/ubuntu/V1.0_vicharak_axon_5.10_10012025-ubuntu-raw-nvme.tar.gz - Follow the steps from Doc to flash raw image to NVMe.
Booting from NVMe drive | Vicharak
-
Power off the Axon.
-
Connect the NVMe drive to the Axon on M.2 connector.
-
Power on the Axon it will now automatically boot from NVMe.
-
Wait for the first boot to complete. The board will automatically restart after a short while.
-
Verify boot from NVMe:
lsblk
- Check that the root (/) and boot partitions are on the NVMe drive.
If you face any issues, let us know!