Centennial - Logo - V1-01.png

Embedded platform development and maintenance

  • Home

  • Blog

  • Members

  • Partnerships

  • More

    Use tab to navigate through the menu items.
    • All Posts
    • Getting Started
    • SDAccel
    • Xilinx
    • AWS
    • AMI
    • VirtualBox
    • Fix
    • GNU
    • TCP/IP
    • Socket Programming
    • Examples
    • Vim
    • Howto
    • Linux
    • Line Endings
    • Windows to Linux
    • Copy/Paste
    • Share a Folder
    • cmd.exe
    • help
    • Xilinx 2018.2
    • ZCU102
    • Vivado
    • Vivado 2018.2
    • Xilinx 2018.1
    • Xilinx 2017.4
    • PetaLinux Tools
    • Troubleshooting
    • Hacks
    • sed
    Search
    PetaLinux Build Guide for Ultra96-V2 Avnet out of box BSP 2018.3
    jimmyzhu0
    • Apr 1
    • 4 min

    PetaLinux Build Guide for Ultra96-V2 Avnet out of box BSP 2018.3

    Build Steps PetaLinux Tools Build Guide for Ultra96-V2 Avnet out of box BSP 2018.3 Build First Stage Bootloader (FSBL) for Ultra96 V2...
    127 views0 comments
    petalinux-create -t apps --name demo-app --enable Commands, Output, and Info
    Zach Pfeffer
    • Nov 21, 2021
    • 4 min

    petalinux-create -t apps --name demo-app --enable Commands, Output, and Info

    This post lists commands, output, and information around petalinux-create -t apps --name demo-app --enable. Its meant to be used as a...
    66 views0 comments
    How to Create an App in 2019.1 PetaLinux and How that App's Recipe Is Found
    Zach Pfeffer
    • Nov 17, 2021
    • 7 min

    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.
    400 views0 comments
    Using device tree overlays with Linux/Petalinux
    Sub Raizada
    • Oct 23, 2021
    • 4 min

    Using device tree overlays with Linux/Petalinux

    This post will show you how to use device tree overlays in Linux, and discusses Petalinux-specific configuration requirements and bugs....
    1,922 views0 comments
    PetaLinux 2018.1 in Docker
    Zach Pfeffer
    • Aug 10, 2021
    • 4 min

    PetaLinux 2018.1 in Docker

    This post describes how to install and run Docker and build PetaLinux 2018.1 in a Docker container.
    655 views0 comments
    Boot the 2020.1 FSBL in QEMU
    Zach Pfeffer
    • Aug 8, 2021
    • 2 min

    Boot the 2020.1 FSBL in QEMU

    This write-up shows how to boot the 2020.1 FSBL in QEMU. It also shows how to recompile the FSBL from PetaLinux 2020.1.
    616 views0 comments
    Enable socat Using Petainux 2019.1 and Test it on the ZCU102
    Zach Pfeffer
    • Jun 14, 2021
    • 3 min

    Enable socat Using Petainux 2019.1 and Test it on the ZCU102

    This post shows how to enable socat in a PetaLinux 2019.1 build.
    159 views0 comments
    XSDK 2019.1 U-Boot Source Debug Log
    Zach Pfeffer
    • May 16, 2021
    • 2 min

    XSDK 2019.1 U-Boot Source Debug Log

    This post list a log of the steps I followed to source code debug U-Boot on a ZCU102. Steps The steps came from...
    111 views0 comments
    A List of the Compiled U-Boot .c Files in a 2019.1 PetaLinux ZCU102 Build
    Zach Pfeffer
    • May 16, 2021
    • 2 min

    A List of the Compiled U-Boot .c Files in a 2019.1 PetaLinux ZCU102 Build

    This post lists all the c files compiled by default when a user builds U-Boot using PetaLinux Tools for the ZCU102. Producing the List...
    69 views0 comments
    Successful 2019.1 PetaLinux U-Boot JTAG Boot Log
    Zach Pfeffer
    • May 15, 2021
    • 3 min

    Successful 2019.1 PetaLinux U-Boot JTAG Boot Log

    This post lists a successful JTAG boot of U-Boot. This can be useful if a build doesn't boot and a developer is trying to figure out why....
    279 views0 comments
    Successful 2019.1 PetaLinux Linux kernel JTAG Boot Log
    Zach Pfeffer
    • May 15, 2021
    • 16 min

    Successful 2019.1 PetaLinux Linux kernel JTAG Boot Log

    This post lists a successful JTAG boot of the Linux kernel. This can be useful if a build doesn't boot and a developer is trying to...
    800 views0 comments
    U-Boot compile errors, MicroBlaze, and problems with Vivado 2020.2
    edaskill
    • Mar 31, 2021
    • 1 min

    U-Boot compile errors, MicroBlaze, and problems with Vivado 2020.2

    In this post I attempted following this guide on newer version of Vivado. (and different FPGA) Preface Main differences between 2020.2...
    159 views0 comments
    Warning: petalinux-config deletes files
    Zach Pfeffer
    • Feb 10, 2021
    • 1 min

    Warning: petalinux-config deletes files

    This post shares a warning that you may lose your work if you run petalinux-config --get-hw-description in an existing PetaLinux project....
    137 views0 comments
    Debug a ZCU102 FSBL with Symbols using devshell
    Zach Pfeffer
    • Dec 26, 2020
    • 2 min

    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...
    147 views0 comments
    How are meta-plnx-generated and meta-user related in PetaLinux 2019.1?
    Zach Pfeffer
    • Dec 20, 2020
    • 2 min

    How are meta-plnx-generated and meta-user related in PetaLinux 2019.1?

    This post lists how meta-plnx-generated and meta-user are related. It's intended to show how meta-user is able to specialize...
    509 views0 comments
    Set bootargs in a PetaLinux 2019.1 Build
    Zach Pfeffer
    • Dec 4, 2020
    • 3 min

    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...
    1,683 views0 comments
    PetaLinux 2019.1 on Debian 10.3 Running on VMWare Workstation 14 Player Debug Log
    Zach Pfeffer
    • Nov 24, 2020
    • 15 min

    PetaLinux 2019.1 on Debian 10.3 Running on VMWare Workstation 14 Player Debug Log

    How to fix: "E: Unable to locate package" on Debian 10.3 How to fix: "E: Unable to locate package zlib1g:i386" on Debian 10.3 ...
    1,620 views0 comments
    ZCU102 Development Using 2018.2 on a Linux VM Running on Windows: Part 2
    Zach Pfeffer
    • Sep 22, 2018
    • 3 min

    ZCU102 Development Using 2018.2 on a Linux VM Running on Windows: Part 2

    This post is part 2 of a series that contains everything you need to develop software for the ZCU102 using a Linux VM running on Windows...
    837 views0 comments
    Figure Out PetaLinux Yocto Version
    Zach Pfeffer
    • Sep 13, 2018
    • 1 min

    Figure Out PetaLinux Yocto Version

    This post shows you how to figure out which version of Yocto is being used in a particular version of PetaLinux Tools (PetaLinux Tools...
    729 views0 comments
    Hacking the 2018.2 PetaLinux Tools Installer
    Zach Pfeffer
    • Sep 2, 2018
    • 1 min

    Hacking the 2018.2 PetaLinux Tools Installer

    This post shows some ways to hack petalinux-v2018.2-final-installer.run Hacks Pull Out the Bash Script Print the Line Where the Tarball...
    85 views0 comments
    1
    2

    ©2021 by Centennial Software Solutions LLC. Proudly created with Wix.com