OK Turns out I was able to grab a zip of the last workspace from the online Vivado builder Edit the path from /work/HW/VivadoProjects to where I had placed the unziped folder and then load/update the zturn_ztio_7z010 project (for which I have a board) in Vivado 2018.3 and run full synthesis and implementation :-)
On Monday, 26 August 2019 10:44:06 UTC+2, Michael Brown wrote: > > OK > https://github.com/dkhughes/vivado-docker/tree/master > > plug & pray ? > > On Monday, 26 August 2019 10:29:09 UTC+2, Michael Brown wrote: >> >> Thanx for the pointer ,,, yeah hell these commands later I was able to >> open Axis simulator: >> sudo apt install libtk-img >> sudo apt install python-avahi >> sudo apt install python-gtkglext1 >> sudo apt install python-gtksourceview2 >> sudo apt install python-xlib >> :-) >> >> Now onto the Vivado stuff: >> 1. First It would be nice to be able to peek into the existing projects: >> https://github.com/machinekit/mksocfpga/tree/master/HW/VivadoProjects >> sudo pip install protobuf >> >> mib@kdeneon-ws:~/Developer/the-snowwhite_git/mksocfpga/HW/VivadoProjects$ >> ./make_bitfile.sh microzed/microzed_jd2cb/7z020_config >> /home/mib/Developer/the-snowwhite_git/mksocfpga/HW/VivadoProjects/microzed/microzed_jd2cb/microzed_jd2cb_7z020_created/microzed_jd2cb_7z020_ol.dts >> >> >> make: Nothing to be done for 'py-proto'. >> ./make_bitfile.sh: 83: ./make_bitfile.sh: >> /opt/Xilinx/Vivado/2015.4/bin/vivado: not found >> >> Nasty ... >> Wonder if the Vivado docker image still is online ? >> >> >> >> On Sunday, 25 August 2019 23:07:34 UTC+2, [email protected] wrote: >>> >>> Aug 25, 2019, 20:52 by [email protected]: >>> >>> > OK decided to attempt the RIP method and after a dependency nightmare >>> (and enabling a swap file) got a full compilation, >>> > with the scripts/build_with_cnc method. >>> > ******************************** >>> > Ready to run full machinekit RIP >>> > ******************************** >>> > >>> > real 18m56,876s >>> > user 60m38,652s >>> > sys 4m32,197s >>> > >>> > Later I was able to run machinekit command and the setup GUI pops up >>> very satisfying however >>> > I was not able to run the simulator (havn't tried the sim before :-) ) >>> > >>> > following messages appear in the console; >>> > linaro@ultra96:~$ machinekit >>> > MACHINEKIT - 0.2 >>> > Machine configuration directory is >>> '/home/linaro/machinekit-hal/configs/sim' >>> > Machine configuration file is 'axis-iocontrolv2-demo-ubuntu8.04.ini' >>> > Starting Machinekit... >>> > rtapi_msgd command: /home/linaro/machinekit-hal/libexec/rtapi_msgd >>> --instance=0 --rtmsglevel=1 --usrmsglevel=1 --halsize=524288 >>> > rtapi_app command: >>> /home/linaro/machinekit-hal/libexec/rtapi_app_posix --instance=0 >>> > iov2 -support-start-change started >>> > halcmd loadusr iov2 -support-start-change started >>> > task pid=4400 >>> > emcTaskInit: using builtin interpreter >>> > Traceback (most recent call last): >>> > File "/home/linaro/machinekit-hal/bin/axis", line 122, in <module> >>> > nf.start(root_window) >>> > File "/home/linaro/machinekit-hal/lib/python/nf.py", line 119, in >>> start >>> > source_lib_tcl(r, "support.tcl") >>> > File "/home/linaro/machinekit-hal/lib/python/nf.py", line 111, in >>> source_lib_tcl >>> > r.tk.call("source", os.path.join(tcl_libdir, f)) >>> > _tkinter.TclError: can't find package Img >>> > Shutting down and cleaning up Machinekit... >>> > >>> You seem to be still in hell, this time in run-time section. Try >>> installing libtk-img or whatever else which seems appropriate. (It is a >>> shotgun approach, but it worked for me in the past.) >>> >>> Cern >>> >>> > >>> > >>> > >>> > >>> > On Sunday, 25 August 2019 17:54:32 UTC+2, [email protected] wrote: >>> > >>> >> The Ultra96 is simply the most powerful embedded processor I've ever >>> used! >>> >> >>> >> When loaded with PYNQ, a Python environment that runs in Jupyter it >>> turns into a powerful platform for FPGA development. Using a Ultra96 is >>> akin to taking an A10 Warthog to a gunfight. >>> >> >>> > >>> > >>> > >>> > -- >>> > website: > http://www.machinekit.io <http://www.machinekit.io>> >>> blog: > http://blog.machinekit.io <http://blog.machinekit.io>> >>> github: > https://github.com/machinekit <https://github.com/machinekit> >>> >>> > --- >>> > You received this message because you are subscribed to the Google >>> Groups "Machinekit" group. >>> > To unsubscribe from this group and stop receiving emails from it, >>> send an email to > [email protected] <mailto: >>> [email protected]>> . >>> > To view this discussion on the web visit > >>> https://groups.google.com/d/msgid/machinekit/bfaef999-7a55-4c03-b485-d083e75e7ff3%40googlegroups.com >>> >>> < >>> https://groups.google.com/d/msgid/machinekit/bfaef999-7a55-4c03-b485-d083e75e7ff3%40googlegroups.com?utm_medium=email&utm_source=footer>> >>> >>> . >>> > >>> >>> -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are subscribed to the Google Groups "Machinekit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/machinekit/86ca32e7-b551-422f-ba79-4ee92226fc3e%40googlegroups.com.
