USB

USB Physical layer and components description

USB Physical layer and components description USB 1.0 – Low speed –  1.5Mbps USB 1.1 – Full … Read more

Understanding Linux Device Tree Syntax (DTS)

DTB = Devicetree blob. Compact binary representation of the devicetree.DTC = Devicetree compiler. An open source tool … Read more

Bluetooth

How to capture Bluetooth packets on Android ?

When we want to capture bluetooth packets for some debugging in Android, we can follow below procedure. … Read more

bluetooth

adb shell command to Turn ON Bluetooth & make it discoverable

We can turn on the Bluetooth using adb command as below, once you type this on your … Read more

How to Enable and Disable Wireless / WiFi from command line ?

Rfkill is a tool for enabling and disabling wireless devices. We use “rfkill list” command as below … Read more

How to Turn ON and Turn OFF Bluetooth from command line ?

Rfkill is a tool for enabling and disabling wireless devices. Using “rfkill list” command we first check … Read more

How to extract files from jffs2 root filesystem image ?

[ Note: following commands has been tried on ubuntu 16.04, but should work on other Linux distros … Read more

Creating jffs2 filesystem image for embedded target platform

What is JFFS2 ?=> JFFS2 is a log-structured file system designed for use on flash devices in … Read more

How to Join Linux kernel mailing lists (LKML) ?

LKML https://lkml.org/ is an unofficial Linux Kernel Mailing List archive. This mailing list is a rather high-volume … Read more

How to Compile and Install device-tree-compiler (DTC) On Ubuntu ?

If you want to install device-tree-compiler i.e. dtc command on Ubuntu, use following command, This command will … Read more