Quantcast
Channel: Xilinx Wiki : Xilinx Wiki - all changes
Viewing all articles
Browse latest Browse all 11776

Getting started with Yocto Xilinx layer

$
0
0
...
Edit local.conf to reflect your choices for the build. If using the sstate-cache downloaded above, you need these lines:
SSTATE_DIR ?= "${TOPDIR}/../sstate-rel-v2017.2/aarch64/sstate-cache"
DL_DIR ?= "${TOPDIR}/../sstate-rel-v2017.2/downloads""${TOPDIR}/../sstate-rel-v2017.2/downloads
Edit configuration files for building FSBL and PMUFW
<span style="color: #333333; font-size: 14px;">$ vim conf/local.conf
#Provide the hdf base,path and filename for HDF
HDF_BASE = "file://"
HDF_PATH = "/home/saurabh/yocto/hdf"
HDF_FILE = "design_1_wrapper.hdf"
EXTRA_IMAGEDEPENDS += " fsbl pmu-firmware"</span>
Note :
HDF_BASE could be "git" for git repo or "file://" for local
if xsct does not work set XILINX_SDK_TOOLCHAIN in conf/local.conf pointing to xsct
All the hdf file provided should be of build 2016.3 or higher

Step 2: Build using bitbake
You can choose between 'petalinux-image', 'petalinux-image-minimal' and 'petalinux-image-full' below.

Viewing all articles
Browse latest Browse all 11776

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>