Zynq Linux Applikation: Unterschied zwischen den Versionen

Aus Nicki Wiki
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
Bauen einer Linux Applikation in der Vitis IDE.
Bauen einer Linux Applikation in der Vitis IDE.
= Domain für Linux Applikation =
= Domain für Linux Applikation =
*File ⇒ New ⇒ Plattform Project
*File ⇒ New ⇒ Plattform Project...
*Platform project name: <code>appDev_Linux_platform</code> &rArr; Next
*Platform project name: <code>appDev_Linux_platform</code> &rArr; Next
*Tab "Create a new platform from hardware (XSA)" &rArr; Browse &rArr; xxx_wrapper.xsa
*Tab "Create a new platform from hardware (XSA)" &rArr; Browse &rArr; xxx_wrapper.xsa

Version vom 5. Oktober 2021, 11:23 Uhr

Bauen einer Linux Applikation in der Vitis IDE.

Domain für Linux Applikation

  • File ⇒ New ⇒ Plattform Project...
  • Platform project name: appDev_Linux_platform ⇒ Next
  • Tab "Create a new platform from hardware (XSA)" ⇒ Browse ⇒ xxx_wrapper.xsa
    • Operating system: ⇒ "linux"
    • Häkchen entfernen "Generate boot components" ⇒ Finish
  • Rechtsklick im Explorer ⇒ appDev_Linux_platform ⇒ Build Project

Platform: appDev_Linux_platform

  • "linux on ps7_cortexa9" auswählen

Linux Applikation

  • File ⇒ New ⇒ Application Project...
  • Tab "Select a platform from repository" ⇒ appDev_Linux_platform ⇒ Next