Linux/macOS Host
File Downloads
Download Loader
Go to the Downloads Summary page to download the corresponding Loader file.
Download System Image
Go to the Downloads Summary page to download the operating system image archive. After downloading, extract the archive to get the *.img
file needed for system installation.
The downloaded system image is a compressed file that needs to be extracted before it can be written to eMMC using imaging software.
Hardware Connection
Required Equipment
- One USB Type-A to Type-C cable
- A pin or toothpick
- 12V/2A DC power adapter (DC5525)
Entering Maskrom Mode
Maskrom mode is the "hardware first-aid kit" for embedded devices, enabling device recovery by directly interfacing with the chip's low-level hardware.
Maskrom mode is a built-in low-level recovery mode in Rockchip chips, which is automatically entered when the device cannot load a valid bootloader from any boot medium (eMMC, SD card, etc.).
This mode allows rewriting the device firmware via the RockUSB protocol.
Radxa E24C has a dedicated Maskrom button. If this button is detected as pressed during system startup, the system will automatically enter Maskrom mode!
-
Connect Radxa E24C to your PC using a USB Type-C to Type-A cable
-
Press and hold the Maskrom button using a pin or toothpick
-
Connect the 12V/2A DC power adapter
-
Release the Maskrom button
Normally, the power indicator will stay lit when in Maskrom mode. If this doesn't happen, you can repeat the steps above.

Installing the System to eMMC
Maskrom Device Detection
For information on using the RKDevTool, refer to RKDevTool Usage
- If a Maskrom device is detected, you can proceed to the next step
- If no Maskrom device is detected, you can repeat the steps to enter Maskrom mode
Open your system terminal or command line and run the following command to check if the Maskrom device is detected.
sudo rkdeveloptool ld
Expected output: One device detected
DevNo=1 Vid=0x2207,Pid=0x350c,LocationID=101 Maskrom
Installing the System
Open your system terminal or command line and perform the following operations.
- Flash the Loader
Replace xxx.bin
with the actual Loader filename you downloaded.
sudo rkdeveloptool db xxx.bin
- Flash the System Image
Replace xxx.img
with the actual system image filename you downloaded.
sudo rkdeveloptool wl 0 xxx.img
- Reboot the Device
sudo rkdeveloptool rd
Using the System
Refer to the Quick Start guide for system login instructions!