HI,
Is there any default hardware description file available to download or any document to generate simple .hdf file?
I just like to start my software project which is asking a hardware description file.
Thanks
HI,
Is there any default hardware description file available to download or any document to generate simple .hdf file?
I just like to start my software project which is asking a hardware description file.
Thanks
Now I have fixed the problem after pretty lengthy investigation.
(petalinux-readelf missed libz.so.1)
Note that's related to an Ubuntu.x64 17.04 system.
All in all you need to:
sudo apt-get install libssl-dev sudo apt-get install lib32z1
Now I have fixed the problem after pretty lengthy investigation.
(petalinux-readelf missed libz.so.1)
Note that's related to an Ubuntu.x64 17.04 system.
All in all you need to:
sudo apt-get install libssl-dev sudo apt-get install lib32z1