-
### Bug Description
[ethernet/hotplug-eth0](https://certification.canonical.com/hardware/202311-32317/submission/371615/test/112526/result/41212712/) failed, however, the function is well indeed.
…
-
@tnmysh I am building the kv260_r5 board from examples/zephyr/examples/zephyr/rpmsg_multi_services
There are a few things that look strange to me. Can you please investigate.
[138/143] Linking …
-
Hi all,
I was trying to get the rpmsg-multi-service running with the PetaLinux Build Process and the Kria K**R**260 Evaluation Board (should be very similar to the KV260). But in the end I still ge…
-
I am new to Pynq, just tried to install it on KV260 and it fails. tried it 2 times in a row with fresh install and did followed extra steps from booting your starter kit.
- pynq-helloworld (source:…
-
After solving #52 now I run into the issue that the provided demo does not run for a second time.
Zephyr hangs on:
``` bash
[19:10:46:516] D: platform_ipm_callback: msg received from mb 0
[19:…
-
Hi,
I'm trying to execute a python script inside a Docker container with image Ubuntu 22.04, on a ZCU102 board with Petalinux. The Docker image has installed the packages vitis-ai-library and vitis…
-
zephyr dts for xilinx mailbox is here: https://github.com/zephyrproject-rtos/zephyr/blob/main/dts/arm/xilinx/zynqmp_rpu.dtsi#L35
Current example dts for zcu102 does not contain counter part of this…
-
I'm trying to build a simple Vitis Vision Library L1 example using Vitis `2020.2`.
Here's my setup for [resize](https://github.com/Xilinx/Vitis_Libraries/tree/master/vision/L1/examples/resize):
`…
-
After update of our Trusted Substrate firmware (https://gitlab.com/Linaro/trustedsubstrate/meta-ts/ ARM System Ready compatible firmware with secure boot for a number of arm64 boards) from optee 4…
-
Hello, I'm using this driver on Petalinux 2022.2 on a Xilinx RFSoC to receive data from the PL via DMA and dump it to SSD.
Recently, I'm switching to a zerocopy implementation of the software, where …