top of page
Search
May 14, 20181 min read
Dump the partitions from a BOOT.bin built with bootgen
Pass -log trace to bootgen to dump the partitions of a BOOT.bin
May 10, 20181 min read
Which Linux kernel is PetaLinux Tools using?
Figure out how to get here: https://github.com/Xilinx/linux-xlnx/tree/b450e900fdb473a53613ad014f31eedbc80b1c90
May 8, 20185 min read
Add GENIVI's DLT to a PetaLinux Tools Managed Build
cd components/ext_source/;
git clone https://github.com/GENIVI/meta-ivi;
cd meta-ivi; git checkout 12.0.0
Apr 22, 20188 min read
Boot Linux on the Zynq UltraScale+ MPSoC over JTAG using PetaLinux Tools
1. Upon reset, the device mode pins are read to determine the primary boot device to be used: NAND, Quad-SPI, SD, eMMC, or JTAG.
Apr 15, 20182 min read
Apr 15, 20181 min read
Edit local.conf in a PetaLinux Build
Put your changes in ./project-spec/meta-user/conf/petalinuxbsp.conf to "edit" conf/local.conf.
bottom of page