meta-xilinx-tools icon indicating copy to clipboard operation
meta-xilinx-tools copied to clipboard

Yocto Project layer enables AMD Xilinx tools related metadata for MicroBlaze, Zynq, ZynqMP and Versal devices.

Results 10 meta-xilinx-tools issues
Sort by recently updated
recently updated
newest added

Both packages require toolchains outside normal build environment to target bare metal targets on MicroBlaze and ARM64 respectively. This patch fixes recipies to deal with that situation under musl environment...

The external-hdf recipe makes use of the HDF_PATH which is a directory, as an xsa origin for the "file://" case. The correct variable would be HDF_NAME.

…lass is in meta-openamp and otherwise that layer is unnecessary for this one.

Hello, we have a problem with this layer. We use poky zeus and after we configure _bblayers.conf_ and _local.conf_ as described below, when booting the target system (zybo-zynq7) on serial...

this is useful for the case when the drivers dir is not included in the xsa file for custom ip. the project can still be extracted without causing trouble for...

Update the XILINX_VER_MAIN variable to 2020.1 on the `rel-v2020.1` branch.

Hi, Is there a gentle way to check if bitfile was successfully load if path to file is wrong? Looks like there are no checks in code if system() methods...

If "attrflags" contains some environment variable, result.bif file will contain something like "[destination_cpu=a53-0, offset=${DTB_OFFSET}] /mnt/ext/bla/blabla/build/tmp/deploy/images/blablabla/blablabla-system.dtb " instead of "[destination_cpu=a53-0, offset=0x1c80000] /mnt/ext/bla/blabla/build/tmp/deploy/images/blablabla/blablabla-system.dtb " To prevent it, attrflags should be expanded. https://github.com/Xilinx/meta-xilinx-tools/blob/881132b62dc01e57b8d9ace458a0005528179e14/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb#L46...

On [line 9](https://github.com/Xilinx/meta-xilinx-tools/blob/22e3db9936728c22f9d1bc0c1fc97f45b547ec7b/classes-recipe/dfx_dtg_common.bbclass#L9) `dfx_dtg_common.bbclass` inherits `xsctyaml`. Then on [line 31](https://github.com/Xilinx/meta-xilinx-tools/blob/master/classes-recipe/dfx_dtg_common.bbclass#L31) is does ``` DEPENDS = "\ dtc-native \ bootgen-native \ virtual/dtb \ " ``` Note that this is `DEPENDS =`,...