Versions Compared

Key

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

...

Carrier ModelNotes
TE0701Important: See restrictions on usage with 7 Serie Carriers: 4 x 5 cm carriersSoMs - Carriers
TE0703

Important: See restrictions on usage with 7 Serie Carriers: 4 x 5 cm carriers    

Used as reference carrier.

TE0705Important: See restrictions on usage with 7 Serie Carriers: 4 x 5 cm carriersSoMs - Carriers
TE0706Important: See restrictions on usage with 7 Serie Carriers: 4 x 5 cm carriersSoMs - Carriers
TEBA0841Important: See restrictions on usage with 7 Serie Carriers: 4 x 5 cm carriersSoMs - Carriers

Additional HW Requirements:

...

HTML
<!--
Example:
Connect JTAG and power on PCB
(if not done) Select 
correct device and Xilinx install path on "design_basic_settings.cmd" 
and create Vivado project with "vivado_create_project_guimode.cmd" or 
open with "vivado_open_project_guimode.cmd", if generated.
Type on Vivado Console: TE::pr_program_flash_mcsfile -swapp u-boot
Note: Alternative use SDK or setup Flash on Vivado manually
Reboot (if not done automatically)

   -->

Used Use this description for CPLD Firmware with QSPI Boot selectable.

  1. Set Boot Mode to JTAG (See Carrier and TE0820 CPLD description)
  2. Connect JTAG
  3. Power ON PCB
  4. Program Flash
    1. Open Vivadi HW-Manager (use Auto Connect)
    2. Right Click on FPGA Device (xczu...) and "Add Configuration Memory Device"
    3. Select "mt25qu256-qspi-x8-dual_parallel"
    4. On "Program Configuration Memory Device":
      1. Set Configuration file: "prebuilt\boot_images\<short name>\u-boot\BOOT.bin"
      2. Set Zynq FSBL: "prebuilt\software\<short name>\zynqmp_fsbl.elf"
      3. Press OK
    5. Note: Other possible ways, see Vivado/SDK/SDSoC-Xilinx Software Programming and Debugging
               Do not use Trenz Script for Programming at the moment. Dual Parallel Flash Scripts support is not implemented.
  5. Copy image.ub on SD-Card.
    • For correct prebuilt file location, see <design_name>/prebuilt/readme_file_location.txt
  6. Power OFF PCB
  7. Set Boot Mode to QSPI
    • Depends on Carrier, see carrier TRM.

SD

Used Use this description for CPLD Firmware with SD Boot selectable.

  1. Copy image.ub and Boot.bin on SD-Card.
    • For correct prebuilt file location, see <design_name>/prebuilt/readme_file_location.txt
  2. Set Boot Mode to SD-Boot.
    • Depends on Carrier, see carrier TRM.
  3. Insert SD-Card in SD-Slot.

...