Update Useful Resources authored by Corbin Kems's avatar Corbin Kems
...@@ -14,7 +14,10 @@ Petalinux Tools Documentation: Reference Guide - A very helpful guide that expla ...@@ -14,7 +14,10 @@ Petalinux Tools Documentation: Reference Guide - A very helpful guide that expla
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).
Libmetal and OpenAMP User Guide - The official Xilinx documentation on how to use OpenAMP to to Asymetric Multiprocessing (AMP) with Petalinux and baremetal running on seperate cores. Be warned that the docuemtnation mainly applies to the ZyboMP boards, which have different hardware (and subsequently different device tree configurations). These docs are also just written in a very convoluted way.
- https://docs.xilinx.com/v/u/2020.1-English/ug1186-zynq-openamp-gsg
# Online Guides # Online Guides
... ...
......