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