Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 761 Bytes

project-creation.md

File metadata and controls

14 lines (14 loc) · 761 Bytes
  • Follow this to create basic project.
  • Use zynq as template for Zedboard.
  • Insert this into project-spec/meta-user/conf/petalinuxbsp.conf:
    KERNEL_DTB="zynq-zed"
  • Create kernel module:
    petalinux-create -t modules --name {{RANDOM}} --enable
  • Create test application:
    petalinux-create -t apps --name {{RANDOM}} --enable
  • Build project:
    petalinux-build
  • Create bootable image:
    petalinux-package --boot --fsbl --fpga {{path to the .bit file}} --u-boot
  • Format SD card.
  • Flash BOOT.bin, image.ub, boot.scr into boot partition.