KRS
KRS copied to clipboard
Unable to successfully boot with Vitis 2022.2
I try using Vitis and Petalinux 2022.2. Basically I follow the step on docs and with example 0 vadd_publisher. There are two problems I noticed:
- Using http://www.xilinx.com/bin/public/openDownload?filename=acceleration_firmware_kv260.zip
- Building works fine. However, when I boot up the sd card, it hangs just with "Waiting for /dev/mmcblk1p2 to pop"
- I found in similar issue documented in https://github.com/Xilinx/KRS/blob/main/sphinx/source/docs/howto.md, but it does not contain zynqmp-sck-kv-g-qemu.dtbo in /boot/overlay only system-top.dtb
- Using v1.1.1 or v1.1.0 firmware https://github.com/rosacceleration/acceleration_firmware_kv260/releases/download/v1.1.1/acceleration_firmware_kv260.zip
- It hangs forever with mere colcon build --merge-install
@hhuangpen, Just curious on why do you need Vitil 2022.2, we have currently tested it on Vitis 2022.1 tools. Have you tried with Vitis 2022.1 tools and do you get the same problem?
Regarding the hang problem, can you first try to launch command "sudo ls", as colcon underneath requires chroot permissions. please try that and let me know
And I will try this with 2022.2 tools at my end and will update you.