# Default configuration for Zynq XC7Z100 Flasher # Paths are relative to this config file's directory. # Vitis/Vivado installation path (where bootgen, impact, etc. reside) vitis_path: "" # Zynq device network settings zynq_ip: "192.168.100.11" tftp_upload_name: "z7bin" # Serial port settings serial_port: "" serial_baudrate: 115200 # File paths (relative to config file directory) # Bootloader files (Step 3: Load Bootloader) bootloader_bit_path: "" bootloader_elf_path: "" # Flash programming (Step 2: Program & Verify Flash) bootloader_bin_path: "" # Firmware upload (Step 4: Load Main Program via TFTP) firmware_bin_path: "" # Reboot settings reboot_timeout: 30 # Ping verification settings ping_timeout: 5 ping_count: 3