Embedded-Design-Tutorials icon indicating copy to clipboard operation
Embedded-Design-Tutorials copied to clipboard

Results 9 Embedded-Design-Tutorials issues
Sort by recently updated
recently updated
newest added

using petalinux 2021.2 vitis 2021.2 image from eMMC (sd0) root FS type: initramfs FS boot.bin, image.ub and boot.scr are located at FAT32 partition of the eMMC. image.ub read by u-boot...

https://github.com/Xilinx/Vitis-Tutorials/issues/112 > The `ref_design `_ for this example provides not only the source code for applications, but also a Makefile to run > through the design generation process. To generate...

In [this](https://xilinx.github.io/Embedded-Design-Tutorials/docs/2022.1/build/html/docs/Introduction/Zynq7000-EDT/5-using-gp-port-zynq.html) tutorial (_Using the GP Port in Zynq Devices_), Section '**Testing the PL IP with Prepared Software**' -> 2 (importing sources from [ref_files](https://github.com/Xilinx/Embedded-Design-Tutorials/tree/2022.2/docs/Introduction/Zynq7000-EDT/ref_files)) the tutorial points us to the...

Under "Useful Links" the SmartLynq+ documentation link points to the older SmartLynq document. https://github.com/Xilinx/Embedded-Design-Tutorials/blob/master/docs/Introduction/Versal-EDT/docs/6-system-design-example-HSDP.rst

As title, otherwise build failure. It is likely caused by the following macro `#define FSBL_SD_EXCLUDE_VAL (1U)`

I've been following the Zynq-7000 SoC Embedded Design Tutorial (2023.2) using a Digilent Zybo Z7-20. The cdma-app showed FAIL even though the DMA transfer occurred (I used the Memory inspector...

bug

Lines 46 and 51 call out XPAR_XUARTPS_0_DEVICE_ID and XPAR_XUARTPS_1_DEVICE_ID. This was updated in Vitis 2024 to use XPAR_XUARTPS_0_BASEADDR and XPAR_XUARTPS_1_BASEADDR, respectively. The Example 5 from ug1209-embedded-design-tutorial will fail to compile.

Following the Zynq UltraScale+ MPSoC Embedded Design Tutorial, I built and deployed the Hello World application on the Alveo U25. The board boots via JTAG, and the application builds successfully...

I'm following the tutorial [here](https://docs.amd.com/r/en-US/ug1209-embedded-design-tutorial/Creating-the-Bare-Metal-Application-Project) using 2023.2. When I try to build timer_psled_r5.c from the 2023.2 branch of the tutorial I get the following errors. ``` [ 50%] Building C...