top of page


A Node.js URL Scraper on Windows 10
This post shows how to build a Node.js URL scraper on Windows 10.


Fix 'Uploads are disabled' GitHub Error
This post shows how to fix 'Uploads are disabled' in GitHub by enabling push access to a GitHub repository.

How To Clone, Create a Branch, and Contribute it to a GitHub Repository Using Git Bash on Windows
This post shows how to Clone, Create a Branch, and Contribute it to a GitHub Repository Using Git Bash on Windows.

Configure Linux for Non-ARP UDP Communication with an Embedded Target
This post answers, "How do I configure Linux Linux for Non-ARP UDP Communication with an Embedded Target?" Introduction Learn to...

How do I find the MD5 SUM of a file on Windows?
This post shows you how to find the MD5 SUM of a file on Windows 10 Pro. Steps to Find the MD5 SUM of a File on Windows Step 1: Open...

Files Updated by 2021.2 petalinux-create -t apps
This post lists the files updated in a 2021.2 PetaLinux project after [petalinux-create --project board_linux -t apps --template install...

FSBL Creation and Source Debug in Xilinx Vitis 2019.2
This post demonstrates how to create and debug a ZCU102 FSBL and FSBL BSP using Xilinx's 2019.2 Vitis, previously known as the Xilinx...

How to Create an App in 2019.1 PetaLinux and How that App's Recipe Is Found
This post shows how to create an app using Xilinx's PetaLinux 2019.1 and how to find how the app is found by Yocto 2.6.1.

How to Setup SSH to a Target Behind a Host
This post lists the commands to ssh to a target (<tgt>) behind a host (<hst>) from Linux (<lnx>). Its written as a reference. Replace...

What port is the tcf-agent listening on?
This post shows how to check what port the tcf-agent is listening on. Commands were run on a ZCU102 booting a 2019.1 PetaLinux built...

Show Whitespace in the 2019.1 Xilinx SDK
This post shows how to show whitespace characters in the 2019.1 Xilinx SDK. 1. Click a file 2. Right-click on the file in the editor 3....

Enable 2019.1 Xilinx SDK BSP Symbols
This post shows how to enable symbols in a 2019.1 Xilinx BSP. Remember! You can enable syms in the fsbl or the fsbl_bsp, but not both....

Add an embeddedsw Driver to a 2019.1 BSP From the Command Line
This post demonstrates how you can manually add an embeddedsw driver to an XSDK FSBL BSP. Steps XP=~/xsdk/SDK/2019.1...

Command Line 2019.1 Xilinx FSBL Rebuild and Test
This post demonstrates HOWTO rebuild and test the 2019.1 Xilinx FSBL

PetaLinux 2018.1 in Docker
This post describes how to install and run Docker and build PetaLinux 2018.1 in a Docker container.

Debug a ZCU102 FSBL with Symbols using devshell
This post shows how to use devshell to debug the FSBL on a ZCU102 build. It also includes changes that enable source-level debug and...

Where is Vivado 2019.1?
This post shows how to navigate from xilinx.com to Vivado 2019.1 as of Dec 19th, 2020. The links found are also listed. Note: You need an...

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

Set bootargs in a PetaLinux 2019.1 Build
This post shows how PetaLinux Tools 2019.1 lays out device tree files and how to edit bootargs. Assumptions You've installed PetaLinux...

How do I install and use a SmartLynq in a Linux VM on a ZCU102?
This post shows how to install and use a SmartLynq on a ZCU102 from Vivado 2019.1 running on a Ubuntu 16.04.5 VM managed by VMWare...

How do I run the Xilinx SDK 2019.1 from the command line on Linux?
This post shows how to run the Xilinx SDK from the command line. It also shows you how to run the SDK in batch mode. Steps Step #1: Open...

How do I run Vivado 2019.1 from the command line on Linux?
This post shows how to run Vivado 2019.1 from the command line. It also shows you how to run Vivado in non-GUI mode and in batch mode....

Access a file on Google Drive from a Linux Command Line using drive
# Get GO # From: https://golang.org/doc/install mkdir ~/Downloads cd ~/Downloads wget https://golang.org/dl/go1.15.3.linux-amd64.tar.gz...
bottom of page