📄️ devmem
devmem is a command in busybox. It can read and write the values of hardware registers by using the mmap function on the mmap method of the /dev/mem driver, which maps the device's memory to the user space and enables read and write operations on these physical addresses.
📄️ hrut_boardid
The hrut_boardid command is used to retrieve the board ID of the current development board (different development boards have different IDs).
📄️ hrut_ps
The hrut_ps command prints process information that is not supported by the ps command in busybox, including process ID, parent process ID, priority, memory, virtual memory, etc.
📄️ hrut_socid
The hrut_socid command prints the Unique Identifier (UID) of the current SOC chip.
📄️ hrut_somstatus
The hrut_somstatus command can obtain the temperature of the temperature sensor, the operating frequency of the CPU/BPU, and the BPU load.
📄️ rdk-backup
The rdk-backup command backs up the current system into an image file.
📄️ rdk-miniboot-update
The rdk-miniboot-update command is used to update the minimum boot image (miniboot) of RDK hardware.
📄️ rdkos_info
The rdkos_info command is used to collect the software and hardware versions, driver loading list, RDK software package installation list, and the latest system log of the RDK system at once, so that users can quickly obtain the current system's status information.