https://www.xilinx.com/support/university/boards-portfolio/xup-boards/DigilentZYBO.html#resources
Download petalinux installer at Xillinx webpage. Version v2017.4
Follow Digilent bsp github
https://github.com/Digilent/Petalinux-Zybo/tree/master
While installing petalinux, Error would occur because Ubuntu 20.04 does not su>pport python package.
dpkg-query: package 'python' is not installed and no information is available Use dpkg --info (= dpkg-deb --info) to examine archive files ERROR: You have tools don't meet the version requirements: -Detected python version is less than the expected 2.7.3
- Install python2
sudo apt install python2
- append /var/lib/dpkg/status
Package: python
Status: install ok installed
Maintainer: Fake Entry <fake@example.com>
Architecture: all
Version: 2.7.17
Description: fake package for petalinux
While petalinux-build, locale error would occur.
You system needs to support the en_US.UTF-8 locale.
sudo dpkg-reconfigure locales to set system default
output of my system locale
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
But prints the same error.
Official tutorial.
https://docs.yoctoproject.org/brief-yoctoprojectqs/index.html
2021/11/20 runqemux86-64 done