So now I've run into another issue

I am able to reprogram with my previously functioning BOOT.bin file with ease, however I can't seem to generate any of my own BOOT.bin files that run correctly, or even get the BOOT.bin from the prebuilt reference design to run right. I consistently get the attached output on the console after flashing.
The steps I am taking:
1. Open the extracted test_board folder from TE0715-test_board-vivado_2021.2-build_11_20220208131345 in a new terminal
2. Switch to dash
3. Run the setup_linux script (choose board 26)
4. Close Vivado when it opens
5. Open Vivado 2020.2 Lab Edition (because 2021.2 always fails, seems to be a known bug according to this page:
https://wiki.trenz-electronic.de/display/PD/TE0715+Test+Board)
6. Right click xc7z015_1 and Add Configuration Memory Device
7. Select s25fl256s-3.3v-qspi-x4-single
8. Program device, setting Config to prebuilt/boot_images/04_15_1i_1gb/u-boot/BOOT.bin and ZYNQ to prebuilt/software/04_15_1i_1gb/fsbl_flash.elf
9. Select Configuration File Only, Erase, and Program
Program runs successfully, but then it doesn't seem to boot right.
Any ideas? Thanks again