Part Number: SK-AM62-LP
Tool/software:
Hello, I have been trying to flash via DFU using the Flash Writer tool following this guide https://software-dl.ti.com/processor-sdk-linux/esd/AM62X/latest/exports/docs/linux/Foundational_Components/Tools/Flash_via_DFU.html but I am getting an error while trying to generate the bootloader binaries.
FDTGREP spl/dts/k3-am625-sk.dtb
MKIMAGE spl/u-boot-spl.multidtb.fit
CAT spl/u-boot-spl-dtb.bin
COPY spl/u-boot-spl.bin
SYM spl/u-boot-spl.sym
MKIMAGE u-boot.img
COPY u-boot.dtb
MKIMAGE u-boot-dtb.img
BINMAN .binman_stamp
binman: name 'ELFError' is not defined
make[2]: *** [/home/user/ti-processor-sdk-linux-rt-am62xx-evm-09.02.01.10/board-support/ti-u-boot-2023.04+gitAUTOINC+8366064208/Makefile:1108: .binman_stamp] Error 1
make[2]: Leaving directory '/home/user/ti-processor-sdk-linux-rt-am62xx-evm-09.02.01.10/board-support/u-boot-build/a53'
make[1]: *** [Makefile:177: sub-make] Error 2
make[1]: Leaving directory '/home/user/ti-processor-sdk-linux-rt-am62xx-evm-09.02.01.10/board-support/ti-u-boot-2023.04+gitAUTOINC+8366064208'
make: *** [makerules/Makefile_u-boot:12: u-boot-a53] Error 2
Would you have any idea what could be causing this error and how could I fix it?
Thanks in advance!