Versions Compared

Key

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

...

Code Block
languagec#
titlebuild_script -force
build_script -hw <path to HDF> -apps <list of apps to be built> -force

If users want to easily share, or store all the file used here, then there use the package option:

Code Block
languagec#
title-package

build_script -hw <path to HDF> -apps <list of apps to be built> -package

This will create a folder called packaged_files, and will populate this folder with all the files used in the generated boot script.

This will create the jtag_boot.tcl file, similar to below:

...