Avnet / hdl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MicroZed Embedded Vision Kit, HDMI Pass-Through

rjkeefe opened this issue · comments

The most recent (Vivado v15.4) uZed Embedded Vision (embv) Kit HDMI tutorial mentions a GitHub repository with the tag, "embv_hdmi_passthrough_MZ7020_EMBV_20160223_195702". This tag does not appear in the Avnet/hdl repository. Similarly, Python-1300-C Frame Buffer design tutorial uses the tag, "embv_p1300c_MZ7020_EMBV_20160223_205955", but is also has no file set. In fact, the simple tag seach for "embv" comes up empty. Does anybody know what has become of the EMBV file sets?

hi there, we are working on this. It seems that so far the Vision tags are what is missing. We have not seen any other tags go missing. As such, we are investigating. In the mean time, we are trying to put a package together to account for the missing files.

Hello,

A while back, I found a closely matching tag for the EMBV designs, which you can download from here:
hdl-fmchc_python1300c_PZ7030_FMC2_20160223_221823.zip

I also built the EMBV designs with the above files, with Vivado 2015.4, which you can also download from here:
hdl-embv-vivado-2015-4-20160223.zip
You can find the prebuilt projects in the following folders:
hdl/Projects/embv_hdmi_passthrough/MZ7020_EMBV_54
hdl/Projects/embv_p1300c/MZ7020_EMBV_54

Until we get the missing tag issue resolved, I hope this helps !
Mario.

More information on the missing tags ...

It seems that the documented instructions on retrieving the tags does not always work ...

Another method of retrieving the tags is to type an explicit URL such as:
https://github.com/Avnet/hdl/tree/{tag}

For the EMBV designs, this would be :
https://github.com/Avnet/hdl/tree/embv_hdmi_passthrough_MZ7020_EMBV_20160223_195702
https://github.com/Avnet/hdl/tree/embv_p1300c_MZ7020_EMBV_20160223_205955

Regards,

Mario.