...
Note |
---|
Note that this flow is provided as is and not supported by Xilinx Technical Support. This flow only works in 2021.1 - 2022.2. For 2023.1 and later releases this flow has been deprecated, please use Gen Machine Conf instead gen-machine-conf/README.md at main · Xilinx/gen-machine-conf , this presentation and this README are also of value. |
Table of Contents
Table of Contents | ||
---|---|---|
|
...
Code Block |
---|
$ ./plnx-yocto-migrate.run yocto $ ls <yocto project>/sources/petalinux/ etc plnx-setupsdk plnxtool.conf project-spec |
plnx-setupsdk | Setup script to add petalinux project environment into the yocto project. This will be called inside the setupsdk file if you specify the PLNX_SETUP=1. |
---|---|
etc/ | This directory will contain the tcl script which will be used to create the uboot/device-tree configuration files Ex: system-conf.dtsi. |
plnxtool.conf | Petalinux generated .conf file with yocto variables. You can edit this file as required and build in yocto project. |
project-spec/ | Project configuration files directory. It will have the hardware file(xsa) which was included in petalinux project. |
Step 3: source the setupsdk and build
...