Part Number: TMDS64EVM
Hello,
we work on the TMDS64EVM boards to bring our Linux system up. The new arrived TMDS64EVM boards did not boot with our image. It seems the new Chip Revision B is used on the boards.
I rebuild tiboot3.bin tispl.bin and u-boot.img according your documentation: Processor SDK Linux AM64X 08_05_00_21
Sadly the self tiboot3.bin is not working with the new GPEVM boards, we use gp not hs boards.
Mixing the binaries with the prebuild once give the following results:
| ti prebuild binaries | custom build binaries | TMDS64GPEVM is booting ? |
| tiboot3.bin | tispl.bin u-boot.img | yes |
| tiboot3.bin tispl.bin | u-boot.img | yes |
| tispl.bin | tiboot3.bin u-boot.img | no |
| tispl.bin u-boot.img | tiboot3.bin | no |
I also tried the sdk binaries and build tiboot3.bin but this ends with the same results.