Understanding /proc/meminfo – Analysing Linux memory utilisation

/proc/meminfo Provides valuable information about the system’s RAM usage. (utilization of run time memory).  This varies by … Read more

Understanding Linux Kernel Version Numbering

The main Linux kernel versions comes from the Linux Torvald who is author of Linux kernel, from … Read more

How to recreate dts file from a running Android device ?

As we have seen in “How to cross compile static dtc for ARM” we are able to … Read more

How to recreate dts file from live Embedded device ?

Sometimes it happens that you don’t have source code of the device on which you are working … Read more

How to cross compile static dtc for ARM ?

As we seen in our previous post, “How to Compile and Install device-tree-compiler (DTC) On Ubuntu”, we … Read more

How to resolve error : dtc: command not found

When trying to compile uboot on Ubuntu, we seen the following error, From the error it looks … Read more

C program to read information from sysfs file in Linux

In this post, we will write a simple C program which can read any sysfs file from … Read more

Debug levels for Linux kernel PrintK

If you have already tried to write the first kernel module from port “Writing first Linux kernel … Read more