Solved: WARNING: irq-gic-v3.c gic_irq_domain_translate kernel messages

If your are working to port the kernel versions or port the kernels to different platforms, during … Read more

How to override the value of a property in DTS ?

With the continuation of our previous post, where we tried to understand the syntax of DTS files, … Read more

Understanding Linux Kernel GPIO API’s

Request the GPIO GPIOs must be allocated before use, though the current implementation does not enforce this … Read more

How to force panic Linux kernel intentionally ?

When you are working with Linux kernel internals or device driver programming, there are chances you see … Read more

How initrd is mounted by Linux kernel ?

Lets first try to understand what are the ways to mount the root file system, Altough the … Read more