Zach PfefferSep 11, 20211 minAdd an embeddedsw Driver to a 2019.1 BSP From the Command LineThis post demonstrates how you can manually add an embeddedsw driver to an XSDK FSBL BSP. Steps XP=~/xsdk/SDK/2019.1...
Zach PfefferSep 6, 20212 minCommand Line 2019.1 Xilinx FSBL Rebuild and TestThis post demonstrates HOWTO rebuild and test the 2019.1 Xilinx FSBL
Zach PfefferAug 8, 20212 minBoot the 2020.1 FSBL in QEMUThis write-up shows how to boot the 2020.1 FSBL in QEMU. It also shows how to recompile the FSBL from PetaLinux 2020.1.
Zach PfefferDec 26, 20202 minDebug 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...
Zach PfefferDec 11, 20201 min2019.1 FSBL Command Line Option Decode Example: aarch64-none-elf-gcc ... "../src/xfsbl_main.c"This post shows how to decode what each command-line option used in aarch64-none-elf-gcc -DARMA53_64 -Wall -O0 -g3...