Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
xilinx_petalinux_howto [2019/09/15 11:21] – rpjday | xilinx_petalinux_howto [2019/10/19 13:39] (current) – removed rpjday | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Overview ===== | ||
- | Sample creation and configuration of Petalinux projects for Zynq Ultrascale+. | ||
- | |||
- | Downloads: | ||
- | |||
- | * [[https:// | ||
- | * [[https:// | ||
- | |||
- | ===== Basic steps ===== | ||
- | |||
- | < | ||
- | $ petalinux-create \ | ||
- | --type project \ | ||
- | --template zynqMP \ | ||
- | --name proj1 | ||
- | $ cd proj1 | ||
- | </ |