-
Self Intro in the Meeting
Step 1: Hello everyone, glad to meet you all. I’m Raman, COM BU’s Software Product Manager. I oversee the OS & firmware d... -
Useful Words in the Meeting
As a beginner, we all get stuck while talking in the meeting in our office or with others. Here I have written the blog about... -
Docker
DefinitionDocker is an open-source platfom used to build, test and deploy the work accorss the teams. It used to create the i... -
CPU Power States
DefinitionCPU power states refer to the operating modes defined by the Advanced Configuration and Power Interface (ACPI) spec... -
Debugging Linux
Debugging Linux systems is addictive for many developers who know how to handle the following. dmesg journalctl The differe... -
Linux Boot Flow
Linux is used by many people, but few only know what happens in the background when you boot it up. You will be the next one ... -
Types of Interfaces in Embedded Systems
In embedded systems, the number and types of interfaces available depend on the specific use case and the hardware platform b... -
Handling GPIO InterruptPins
Steps to Read and Configure GPIOs with Interrupts1. Access GPIO Pins via sysfs InterfaceIn Linux, the sysfs interface allows ... -
GPIO Interrupt
How GPIO Interrupts WorkA GPIO interrupt is a hardware mechanism that detects changes in the state of a General-Purpose Input... -
Building EDK2 for Adlink Ampere
Setup the Build Environment Check Cross-Compiler Installation 12sudo apt update && sudo apt upgrade -ysudo apt insta...