This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM625: The mirror cannot be started after the u-boot and defconfig are modified

Part Number: AM625

SDK8.6

I want to create the directory and configuration file that matches my own board in uboot. However, an error occurs if spl/u-boot-spl.bin exceeds file size limit after I modify uboot and compile using yocto. After I changed the SPL_SIZE_LIMIT to 0X3B7F0, it would compile but not start successfully.

At present, the modified u-boot can compile successfully but boot without any print. After replacing the unmodified tiboot3.bin and tispl.bin, it can start successfully

What should I pay attention to if I want to modify defconfig and successfully compile the startup image using yocto

At present, the modified u-boot can compile successfully but boot without any print. After replacing the unmodified tiboot3.bin and tispl.bin, it can start successfully

The following image shows an error in the tispl.bin file