Update Useful Resources authored by Corbin Kems's avatar Corbin Kems
...@@ -16,6 +16,9 @@ Zynq-7000 AP SoC USB CDC Device Class Design Example Techtip - a (fairly old) gu ...@@ -16,6 +16,9 @@ Zynq-7000 AP SoC USB CDC Device Class Design Example Techtip - a (fairly old) gu
- 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
How to create a script that runs on petalinux boot How to create a script that runs on petalinux boot
... ...
......