[PATCH 0/1] Fix DFU updates on the zynqmp platform

2023-11-18 Thread Jared Baur
`BOOT.BIN` file to the SD card instead, the board updates and comes back up successfully. Jared Baur (1): Write upper-case BOOT.BIN to zynqmp MMC board/xilinx/zynqmp/zynqmp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.42.0

[PATCH 1/1] Write upper-case BOOT.BIN to zynqmp MMC

2023-11-18 Thread Jared Baur
The zynqmp bootrom will not boot from an SD card with a fat32 fileystem with a lowercase boot.bin file on it. This means that using DFU to update the boot.bin file will render the device unusable since it is not written in upper-case. Signed-off-by: Jared Baur --- board/xilinx/zynqmp/zynqmp.c