-
Building EDK2 for Ampere Jade
Setup the Build Environment Check Cross-Compiler Installation 12sudo apt update && sudo apt upgrade -ysudo apt insta... -
Yocto Project Development
DefinitionsTerminology in the Yocto Project can be a little confusing. These definitions should help you along the way: Open... -
Verified Commits in the GitHub
Verified commits in GitHub are those that are signed and can be cryptographically verified to ensure that they come from a tr... -
GitHub
What is GitHub?GitHub is a platform where developers store and share their code. Think of it like a social network for progra... -
Project Plan
A project plan defines the multiple stages of the process. How will it be started, and we should finish it. It is derived fro... -
Building OpenBMC Firmware
1. Setting up the Yocto build environment1sudo apt install git python3-distutils gcc g++ make file wget gawk diffstat bzip2 c... -
Changing Ownership in Linux
chown, full name change owner, is a very useful command in Linux systems, mainly used to change the permissions of files or d... -
Flashing OS Using DD Utility in Linux
1. Formatting the USB stick1lsblk 1sudo umount /dev/sdc1 1sudo fdisk.vfat -F 32 -n USB_A /dev/sdc -I 2. Flashing the OS... -
Bitbake Environment
1. DefinitionBitBake is a build automation tool used to manage the compilation and packaging of software. It’s commonly used ...