Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(Note: Ignore the warning "PMU firmware is not built...")

Now I have to automatically run the fpgautil to download the full bitstream

petalinux-create -t apps --name startup --enableReplace project-spec/meta-user/recipes-apps/startup
with <zip_dir>/software/recipes-apps/startup
petalinux-build
cd <petalinux project>/xilinx-zcu102-2019.1/images/linux
(cd /scratch/edt/xilinx-zcu102-2019.1/images/linux)
petalinux-package --boot --fsbl zynqmp_fsbl.elf --u-boot --force
(Note: Ignore the warning "Unable to access the TFTPBOOT folder...")

...