Installing OS to eMMC
You can download the Loader file and system image from the Downloads Summary page.
This guide explains how to use the RKDevTool to flash a system image to an eMMC module.
Note: Ensure the board is in Maskrom mode and properly recognized by the system.
- Windows
- Linux / MacOS
On Windows, open the RKDevTool and follow these steps to install the system to the eMMC module.
① : Select the corresponding Loader file for your board
② : Select the corresponding system image for your board
③ : Choose the eMMC
option as the system storage medium
④ : Check the Write by Address
option
⑤ : Click the RUN
button to execute all operations
⑥ : Monitor the operation progress through this interface

Disconnect the board from the PC, then power cycle the device. The system will automatically boot from the eMMC module.
On Linux/MacOS, use the terminal command line to install the system to the eMMC module.
- Run the Loader file
Replace demo.bin
with the Loader file corresponding to your board.
sudo rkdeveloptool db demo.bin
- Install the system image
Replace demo.img
with the system image corresponding to your board.
sudo rkdeveloptool wl 0 demo.img
- Reboot the system
Disconnect the board from the PC, then power cycle the device. The system will automatically boot from the eMMC module.
sudo rkdeveloptool rd