top of page


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...


Windows 10 File Search Examples
...PowerPoint files:
System.FileExtension:=".pptx"
...a filename containing "status"
System.FileName:~="status"


Use tar to copy files from one directory to another
This post shows how to use tar to copy files from one directory to another. cd ~ mkdir ~/tartest cd ~/tartest mkdir -p from/ mkdir -p...


Find ".dts," ".dtsi," and ".dtb" files in a PetaLinux build, exclude ./build directory
This post shows you how to find the ".dts," ".dtsi," and ".dtb" files in a PetaLinux build, excluding the ones in the ./build directory....


Reboot Windows 7 Remotely over RDP
This post shows how to restart Windows 7 over RDP. A. Click Windows B. Click Windows Security C. Expand the red Power Off button D. Click...


Turn Off Gmail Predictive Writing
1. Click the gear
2. Click Settings
3. Click General
4. Scroll down, find Smart Compose and click Writing suggestions off
5. Scroll down and
bottom of page