Skip to main content

Erase eMMC

Enter to Maskrom Mode

What is Maskrom mode?

Maskrom mode, also known as Loader mode, is a special boot mode typically used for recovering or repairing problematic devices. This mode allows users to interact directly with the device's hardware without needing the operating system. In Maskrom mode, users can communicate with the device via a computer or other interface and execute a series of commands to resolve issues with the device.

On MacOS:

Results after executing lsusb: Output:Bus 000 Device 004: ID 2207:350b Fuzhou Rockchip Electronics Co., Ltd. Composite Device

On Linux:

Results after executing lsusb: Output:Bus 001 Device 030: ID 2207:350b Fuzhou Rockchip Electronics Company

On Windows:

Open RKDevTool, and you will see the device status as "Found One MASKROM Device."

How to enter Maskrom mode

  • Press and hold the Maskrom button.
  • Power on the device (Connect the USB A-to-C cable to the Type-C Power port of the ROCK 2F, and plug the other end into a power source).
  • Under normal circumstances, the device should enter Maskrom mode.
rock-2f pack rock-2f pack

Clear eMMC

  1. Generate zero.img

    dd if=/dev/zero of=./zero.img bs=1M count=64
  2. Make sure the host recognises Maskrom

    sudo rkdeveloptool ld
    DevNo=1 Vid=0x2207,Pid=0x350a,LocationID=109 Maskrom
  3. Flash Loader

Download the loader file Loader , then installll the downloaded loader file (replace xxx_loader.bin with the downloaded file name in the following command)

sudo rkdeveloptool db xxx_loader.bin

  1. Erase eMMC
sudo rkdeveloptool wl 0 zero.img
  1. Reboot
sudo rkdeveloptool rd