rkdeveloptool issues on rk3568

If rkdeveloptool wl is used to write sectors to emmc of the device, in some cases rkdeveloptool rl command is going to return hex cc cc .. sequence indicating that write did not reach emmc. This does not mean that... Read more

Rockchip Flashing on Linux CLI

There are two variants of Rockchip flasing tool available for cli Read more

Querying QMI Device Info (4G/4G cellular)

Read more

Configuring Linux Netconsole Module

In order to debug kernel panic/freeze cases on devices which do not have serial console exposed, we can use Linux kernel’s netconsole module. This module is created with exactly this case in mind. In order to use the, we need... Read more

Enabling `kmsgrab` ffmpeg option in Yocto

Read more

Linux Input Device Event Tracing

All input devices exposed via /dev/input/event* can be traced using the evtest tool. Gathering input device details Read more

Bootstraping new Yocto project

Read more

Using rkdeveloptool

Once maskroom button is pressed on rockchip device, the device will enter into loader mode. Then we need to loader custom firmware that enables us to internal flash of the device. Now we can create a copy of device flash... Read more

Creating custom Yocto partition with source plugin

Recently I had to create a custom Yocto partition with just one file containing the autoboot.txt file (for RPI).So I created custom Yocto Source plugin with following contents: Read more

Listing CPIO files (used by SWUpdate)

Extracting files Read more