No Display - My Axon has an unblinking constant white led

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

Installlation Guide

Using Windows

  1. Download SPL Loader For Axon RK3588.
    Download Ubuntu 24-noble 6.1 RAW Image

    Untar it using the command below:

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

  3. Erase eMMC

  4. Watch the video below:

Using Linux

  1. Download SPL Loader File For Axon RK3588.
    Download Ubuntu 24-Noble Kernel 6.1 Image

    Untar it using the command below:

    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>
    

    Erase Image first :arrow_down_small:

    sudo upgrade_tool ef <image>
    

    Check again that Device is in maskrom or not :arrow_down_small:

    sudo upgrade_tool ld
    

    Flash image

    sudo upgrade_tool db  <SPL_Loader_File_path.bin>
    
    sudo upgrade_tool wl 0 <image.img>