Sep 9, 20234 minYoctoBreaking Down a Bitbake Line: The 'do_compile' Step for Xilinx Linux with petalinux-buildThis post shows a single line of bitbake output decoded, specifically the do_compile step of the Xilinx Linux kernel as started via...
Jun 1, 20232 minPetaLinux ToolsFigure Out PetaLinux Yocto Version (PetaLinux >= 2020.1)Note: This guide is for PetaLinux version 2020.1 and newer. For PetaLinux versions up to and including 2019.2, see this older post....
Nov 20, 20214 minPetaLinux Toolspetalinux-create -t apps --name demo-app --enable Commands, Output, and InfoThis post lists commands, output, and information around petalinux-create -t apps --name demo-app --enable. Its meant to be used as a...
Nov 16, 20217 minPetaLinux ToolsHow to Create an App in 2019.1 PetaLinux and How that App's Recipe Is FoundThis post shows how to create an app using Xilinx's PetaLinux 2019.1 and how to find how the app is found by Yocto 2.6.1.
May 19, 202114 minPetaLinux ToolsPatching the Linux Kernel with devshell in PetaLinux 2020.2In this blog post, three trivial example Linux kernel patches are created and added to a Xilinx PetaLinux project using Yocto devshell,...
Dec 25, 20202 minFSBLDebug a ZCU102 FSBL with Symbols using devshellThis post shows how to use devshell to debug the FSBL on a ZCU102 build. It also includes changes that enable source-level debug and...