top of page
Search
How to Run petalinux-build with BitBake in PetaLinux 2023.1 and 2023.2 Directly
Run a sequence like this to run petalinux-build with BitBake: cd ~/plxprjs/zcu102_0 source ~/amd/2023.2/PetaLinux/settings.sh export...
Breaking Down a Bitbake Line: The 'do_compile' Step for Xilinx Linux with petalinux-build
This post shows a single line of bitbake output decoded, specifically the do_compile step of the Xilinx Linux kernel as started via...
Figure 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....
petalinux-create -t apps --name demo-app --enable Commands, Output, and Info
This post lists commands, output, and information around petalinux-create -t apps --name demo-app --enable. Its meant to be used as a...
How to Create an App in 2019.1 PetaLinux and How that App's Recipe Is Found
This 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.
Patching the Linux Kernel with devshell in PetaLinux 2020.2
In this blog post, three trivial example Linux kernel patches are created and added to a Xilinx PetaLinux project using Yocto devshell,...
Debug a ZCU102 FSBL with Symbols using devshell
This post shows how to use devshell to debug the FSBL on a ZCU102 build. It also includes changes that enable source-level debug and...
How are meta-plnx-generated and meta-user related in PetaLinux 2019.1?
This post lists how meta-plnx-generated and meta-user are related. It's intended to show how meta-user is able to specialize...
Yocto "What I Wish I'd Known" Docs for PetaLinux 2019.1
This post lists the links to https://www.yoctoproject.org/docs/what-i-wish-id-known/ docs at the version of Yocto used by 2019.1...
PetaLinux Tools 2018.2 uses Yocto Rocko 2.4.1 / Doc Links
This post lists the links to the Rock 2.4.1 Yocto documents. Yocto Project Reference Manual for 2.4.1 at [link] Yocto Project Mega-Manual...
Rebuild, Test and Save a Source Code Change to U-Boot in PetaLinux Tools 2018.2 Using devtool
This post shows a way to rebuild, test and save a source code change in U-Boot using PetaLinux Tools 2018.2 using devtool; Prerequisites...
Figure Out PetaLinux Yocto Version (PetaLinux <= 2019.2)
Note: This guide is for PetaLinux version 2019.2 and older. For PetaLinux version 2020.1 and newer, see this newer post. This post shows...
bottom of page