top of page
Search
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
May 3, 20183 min read
Use PetaLinux Tools to Add a Script that Will Execute at Boot
1. cd into your PetaLinux project directory, 2. Run: petalinux-create -t apps --template install -n bootscript --enable, 3. Edit project-spe
Apr 27, 20181 min read
Configure a U-Boot Autoboot Command in PetaLinux
project-spec/meta-user/recipes-bsp/u-boot/files/platform-top.h #define CONFIG_BOOTDELAY 10
#define CONFIG_BOOTCOMMAND "bootm 03000000 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, 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.
Apr 13, 20183 min read
Add a Yocto Layer to a PetaLinux Project and Build a Recipe in the Layer with PetaLinux Tools
Add a layer to BBLAYERS in conf/bblayers.conf by running petalinux-config.
bottom of page