Closed jrjbertram closed 4 years ago
~ crickets ~
Hi @jrjbertram , Thanks for your query. We are looking into this and discussing the same within internal team. We will get back to you soon.
That's great to know, thanks. Also, I've opened a somewhat related post on the Xilinx support forums:
It's also focused on trying to get the sample apps running in sw_emu mode. I think it's probably related to the tftpboot errors I was describing in this post / issue.
On Mon, Jul 27, 2020 at 1:47 AM Heera Nand notifications@github.com wrote:
Hi @jrjbertram https://github.com/jrjbertram , Thanks for your query. We are looking into this and discussing the same within internal team. We will get back to you soon.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Xilinx/Vitis_Accel_Examples/issues/15#issuecomment-664153435, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQJZP7DIHXGJQP7D5RPR4DR5UPJNANCNFSM4O42KT5A .
closing this issue as there is similar issue getting discussed in Xilinx Forum. Please re-open if you see this is a different issue.
Hi there...
I've been trying to get the hello world example to work in vitis 2019 the past day or so. I've ended up finding that these instructions here had a lot of the necessary background that helped getting started. (I'd like to suggest that something with this level of detail gets pulled into this readme for xilinx noobs like myself.)
https://www.hackster.io/news/vivado-vitis-2019-2-install-on-ubuntu-18-04-lts-93242be6c9eb
One issue I'm stumped on is how to get my xilinx project to put its output into my hosts /tftpboot directory. I have a tftpserver configured on my ubuntu linux host, and I have a /tftpboot which I believe is set with correct permissions.
I found here on page 62 https://www.xilinx.com/support/documentation/sw_manuals/xilinx2019_2/ug1144-petalinux-tools-reference-guide.pdf that there's a petalinux-config command that should allow me to set a Copy final images to tftpboot checkbox, but when I run petalinux-config within the hello_world example's folder on my host, I get an error that I am not inside a PetaLinux project.
I tried running petalinux-config also from the application project that I created from the hello_world template from within the 2019.2 IDE. Any ideas?
Thanks,