top of page

Limit the Amount of Data You Share on Facebook
Limit Who Can See What You Post, Don't Share Your Data with Apps, Turn Off Ad Targeting, Start using Firefox @ link and enable Intellige

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

Quickly Enable cscope in Vim
sudo apt-get install scope; .vim/plugin/cscope_maps.vim; cscope -R; Control+\+s

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

tar.gz up a dir / tar.gz extract
tar -cvzf directory.tar.gz directory; tar -xvzf directory.tar.gz

Change the Boot Mode of the Xilinx Zynq UltraScale+ MPSoC from XSCT
targets -set -nocase -filter {name =~ "*PSU*"}; stop; mwr 0xff5e0200 0x0100; rst -system

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.

Edit local.conf in a PetaLinux Build
Put your changes in ./project-spec/meta-user/conf/petalinuxbsp.conf to "edit" conf/local.conf.

Prepare a Computer for Linux Foundation Class
wget http://bit.ly/LFready -O ready-for.sh;
chmod 755 ready-for.sh;
./ready-for.sh LFD460;
bottom of page