log - 2021.2 English

Vitis Unified Software Platform Documentation: Embedded Software Development (UG1400)

Document ID
UG1400
Release Date
2021-12-15
Version
2021.2 English

Syntax

bootgen -image test.bif -o -boot.bin -log trace

Description

Generates a log while generating the boot image. There are various options for choosing the level of information. The information is displayed on the console as well as in the log file, named bootgen_log.txt is generated in the current working directory.

Arguments

  • error: Only the error information is captured.
  • warning: The warnings and error information is captured. This is the default value.
  • info: The general information and all the above info is captured.
  • trace: More detailed information is captured along with the information above.