April 2, 2020
This article is all about endianity. Endianity is all about how a word is stored in the computer memory. There are two types of endianity - Big Endian and Li...
October 7, 2017
This article is all about “Builder Pattern”. The “Builder Pattern” falls under the category of creation software design pattern.
June 4, 2018
This article is all about “Chain of Responsibility Design Pattern.” This pattern falls under the category of “Behavioural Pattern.”
January 11, 2016
This article is all about Design Principles.
January 11, 2016
This article is all about ‘Observer Pattern’. This pattern is useful when the dispatcher(Publisher) wants to notify the updates to all of the interested clie...
June 12, 2015
This article is all about the relationship among classes. This is the fundamental in ‘Object Oriented Programming‘ design. In Object Oriented designing, the ...
April 1, 2020
This article is all about building up linux platform driver. In this article, we will be writing a simple phy driver. In order to configure the phy driver, w...
March 5, 2020
This is all about my journey to submit my first kernel patch. Here I have discussed all the important things you must know before you submit your kernel patc...
March 26, 2020
This article is all setting up NFS for MicroZed Zynq AVNET. It becomes extremely easy if we have NFS setup for development process. There are two sides of NF...
February 2, 2020
This article is all about building and generating the u-boot (SPL) image, linux kernel, device tree and root file system for the Avnet Zedboard 7010. Also, I...
April 3, 2020
This article is all about flashing device tree, linux kernel image to QSPI using uboot. Also, we will read back the device tree and linux kernel image from Q...
April 3, 2020
This article is all about installing extra packages in Yocto build. This is a very short article on how to install extra packages in Yocto. For e.g, I would ...
March 5, 2020
This article is all about simple utitlities and to answer the simple questions being asked commonly.
April 12, 2015
This article discusses on how to call a JavaScript function from C++ using Qt Framework. This framework uses Qt-Webkit. Currently, there are two ways to achi...