Bootstraping new Yocto project

Read more

Removing Debian Package From Registry

To remove a Debian package from package registry only leaving all files untouched, do the following: 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

Force install RPM package

Read more

Useful Linux Filesystem Utilities

Changing ext4 FS uuid Extend ext4 FS Read more

Managing LXC containers

Starting LXC Container Entering LXC Container Add host directory to container Make container privileged Disable IPv6 Attaching USB device 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

PARTUUID and UUID

PARTUUID is a UUID identifier of partition stored within GPT partition table. This UUID is available to Linux kernel during boot and so it can be specified as rootfs=PARTUUID=<UUID>. On the other hand, UUID is identifier stored within file system... Read more

Configuring Linux GPIO Using Bash

Enumerating GPIO devices Configuring specific GPIO pin as output Read more