How to flash Minimal Ubuntu 22 Jammy-all Image?

Minimal Ubuntu 22 Jammy, one Image can be flashed in eMMC, SD Card, USB and NVMe.

Set up For RkdevelopTool ( Windows ) / Upgrade Tool ( Linux ) For eMMC Flash

Installlation Guide

Using Windows

  1. Download SPL Loader For Axon RK3588.
    Download Minimal Ubuntu 22-Jammy 5.10 All Image

    Untar it using the command below:

    tar -xvf <image.tar.gz>
    
  2. Get Axon into MASKROM Mode.

  3. Watch the video below:

Using Linux

  1. Download SPL Loader For Axon RK3588.
    Download Minimal Ubuntu 22-Jammy 5.10 All Image

    Untar it using below command :

    tar -xvf <image.tar.gz>
    
  2. Using upgrade_tool, follow the steps below:

    sudo upgrade_tool ld
    
    sudo upgrade_tool db  <SPL_Loader_File_path.bin>
    
    sudo upgrade_tool wl 0 <Minimal_image.img>
    

Flash in SD Card / NVMe

SD Card / NVMe / USB Flashing Guide

Thanks man, it worked

1 Like