News:

Attention: For security reasons,please choose a user name *different* from your login name.
Also make sure to choose a secure password and change it regularly.

Main Menu

ERROR: End of startup status: LOW

Started by r7, October 02, 2024, 08:38:03 PM

Previous topic - Next topic

r7

Hello,

My board is TE0726-04-41C94-A.
I'm trying to put BOOT.bin from TE0726-zynqberrydemo1-vivado_2022.2-build_9_20240118115537.zip on QSPI Flash in Vivado Lab 2024.1 but there is an error:
"ERROR: [Labtools 27-3165] End of startup status: LOW".

I tried the following:
- JTAG-HS3 Programming Cable
- Dip switch S1 set to both positions
- If I use hardware zynqberrydemo1_m_512MB.bit instead of BOOT.bin, everything is ok.

Here https://wiki.trenz-electronic.de/display/PD/FAQ I found that insufficient external power supply can cause this issue. Is this is the case? If so how to add external power?

Vivado Lab Tcl console:
tart_gui
open_hw_manager
connect_hw_server -url localhost:3121 -allow_non_jtag
INFO: [Labtools 27-2285] Connecting to hw_server url TCP:localhost:3121
INFO: [Labtools 27-3415] Connecting to cs_server url TCP:localhost:0
INFO: [Labtools 27-3417] Launching cs_server...
INFO: [Labtools 27-2221] Launch Output:


******** Xilinx cs_server v2024.1.0
  ****** Build date   : Mar 09 2024-03:00:37
    **** Build number : 2024.1.1709942437
      ** Copyright 2017-2022 Xilinx, Inc. All Rights Reserved.
      ** Copyright 2022-2024 Advanced Micro Devices, Inc. All Rights Reserved.



current_hw_target [get_hw_targets */xilinx_tcf/Digilent/251633009B87A]
set_property PARAM.FREQUENCY 15000000 [get_hw_targets */xilinx_tcf/Digilent/251633009B87A]
open_hw_target
INFO: [Labtoolstcl 44-466] Opening hw_target localhost:3121/xilinx_tcf/Digilent/251633009B87A
current_hw_device [get_hw_devices xc7z010_1]
refresh_hw_device -update_hw_probes false [lindex [get_hw_devices xc7z010_1] 0]
INFO: [Labtools 27-1435] Device xc7z010 (JTAG device index = 1) is not programmed (DONE status = 0).
set_property PROBES.FILE {} [get_hw_devices xc7z010_1]
set_property FULL_PROBES.FILE {} [get_hw_devices xc7z010_1]
set_property PROGRAM.FILE {C:/1/BOOT.bin} [get_hw_devices xc7z010_1]
program_hw_devices [get_hw_devices xc7z010_1]
ERROR: [Labtools 27-3165] End of startup status: LOW
ERROR: [Common 17-39] 'program_hw_devices' failed due to earlier errors.

JH

#1
Hi,
you must program Boot.bin into qspi flash. Boot.bin contains FSBL, bitstream and application. Writing to the configuration ram is only for bitstream. PS is not included in this case.

You can use our scripts from the reference design to configure flash or instantiate flash(right click on FPGA and add configuration device --> select --> s25fl128s-3.3v-qspi-x4-single) by yourself in vivado.
https://wiki.trenz-electronic.de/display/PD/TE0726+Test+Board#TE0726TestBoard-Programming

br
John