Update Useful Resources authored by Corbin Kems's avatar Corbin Kems
...@@ -5,6 +5,9 @@ Petalinux home page - Wilinx Wiki ...@@ -5,6 +5,9 @@ Petalinux home page - Wilinx Wiki
Zybo z7 home page - includes links to official documentation, reported issues, and example demos (including a petalinux one) Zybo z7 home page - includes links to official documentation, reported issues, and example demos (including a petalinux one)
- https://digilent.com/reference/programmable-logic/zybo-z7/start - https://digilent.com/reference/programmable-logic/zybo-z7/start
Petalinux Tools Documentation: Reference Guide - A very helpful guide that explains each petalinux tools command and gives examples for each. Worth a skim through if you need to configure petalinux.
- https://docs.xilinx.com/v/u/2020.1-English/ug1144-petalinux-tools-reference-guide
Zynq-7000 AP SoC USB CDC Device Class Design Example Techtip - a (fairly old) guide that outlines how to set up USB CDC Device class for either bare metal or petalinux. It was a good starting point for a guide, but some of the kernel moduels were placed/named differently with a newer kernel version. Zynq-7000 AP SoC USB CDC Device Class Design Example Techtip - a (fairly old) guide that outlines how to set up USB CDC Device class for either bare metal or petalinux. It was a good starting point for a guide, but some of the kernel moduels were placed/named differently with a newer kernel version.
- https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18841624/Zynq-7000+AP+SoC+USB+CDC+Device+Class+Design+Example+Techtip - https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18841624/Zynq-7000+AP+SoC+USB+CDC+Device+Class+Design+Example+Techtip
>Note: The bare metal implementation this guide links to is **extremely** buggy when transferring data at high rates, which is why we switched to petalinux (which has much more stable drivers). >Note: The bare metal implementation this guide links to is **extremely** buggy when transferring data at high rates, which is why we switched to petalinux (which has much more stable drivers).
... ...
......