Post Go back to editing

Porting Zynq ADRV9361 to recent U-Boot

Category: Software

I've set up a project based on the ADI U-Boot, but need to move to a newer version. It doesn't look like much was changed in ADI's fork:

git diff --name-only github/analogdevices/master xilinx-v2018.2x-v2018.2
arch/arm/dts/Makefile
arch/arm/dts/zynq-adrv9361.dts
arch/arm/dts/zynq-adrv9364.dts
arch/arm/dts/zynq-coraz7s.dts
arch/arm/dts/zynqmp-adrv9009-zu11eg-adrv2crr-fmc.dts
arch/arm/dts/zynqmp-adrv9009-zu11eg.dts
arch/arm/dts/zynqmp-pluto-ng.dts
azure-pipelines.yml
ci/run_build.sh
configs/adi_zynqmp_adrv9009_zu11eg_adrv2crr_fmc_defconfig
configs/zynq_adrv9361_defconfig
configs/zynq_adrv9364_defconfig
configs/zynq_coraz7_defconfig
configs/zynqmp_pluto_ng_defconfig
include/configs/adi_zynqmp_adr9009_zu11eg.h
include/configs/zynq_adrv936x.h
include/configs/zynq_coraz7.h
include/configs/zynqmp_pluto_ng.h

However when I try to move the appropriate configuration to a more recent version of U-Boot I can not seem to get any output on the console. I've tried numerous different things and unfortunately I am not able to JTAG boot the board.

Most notably, in 2019 U-Boot consolidated all the the Zynq defconfigs.

Any help would be greatly appreciated.