Other Parts Discussed in Thread: SK-AM62
Tool/software:
SDK8.6:
According to:
Build after patch applied. tispl.bin exceeds limited size.
DTC arch/arm/dts/k3-am62x-lp-sk.dtb DTC arch/arm/dts/k3-am62x-r5-lp-sk.dtb SHIPPED dts/dt.dtb FDTGREP dts/dt-spl.dtb CC spl/lib/display_options.o FDTGREP spl/dts/k3-am625-r5-sk.dtb MKIMAGE spl/u-boot-spl.multidtb.fit LD spl/common/spl/built-in.o LD spl/lib/built-in.o LD spl/u-boot-spl OBJCOPY spl/u-boot-spl-nodtb.bin SYM spl/u-boot-spl.sym CAT spl/u-boot-spl-dtb.bin COPY spl/u-boot-spl.bin /home/tony/ti-processor-sdk-linux-am62xx-evm-08.06.00.42/board-support/u-boot-2021.01+gitAUTOINC+2ee8efd654-g2ee8efd654/tools/k3_gen_x509_cert.sh -c 16 -b spl/u-boot-spl.bin \ -o tiboot3.bin -l 0x43c00000 -r 1 -k /home/tony/ti-processor-sdk-linux-am62xx-evm-08.06.00.42/board-support/core-secdev-k3//keys/custMpk.pem SWRV = 1 spl/u-boot-spl.bin exceeds file size limit: limit: 0x30220 bytes actual: 0x30320 bytes excess: 0x100 bytes make[2]: *** [/home/tony/ti-processor-sdk-linux-am62xx-evm-08.06.00.42/board-support/u-boot-2021.01+gitAUTOINC+2ee8efd654-g2ee8efd654/Makefile:1930: spl/u-boot-spl.bin] Error 1 make[2]: *** Deleting file 'spl/u-boot-spl.bin' make[2]: Leaving directory '/home/tony/ti-processor-sdk-linux-am62xx-evm-08.06.00.42/board-support/u-boot_build/r5' make[1]: *** [Makefile:167: sub-make] Error 2 make[1]: Leaving directory '/home/tony/ti-processor-sdk-linux-am62xx-evm-08.06.00.42/board-support/u-boot-2021.01+gitAUTOINC+2ee8efd654-g2ee8efd654' make: *** [Makefile:248: u-boot-r5] Error 2 tony@ubuntu22:~/ti-processor-sdk-linux-am62xx-evm-08.06.00.42$
SDK9.2
build with patch and sysfw10. boot hang after tiboot3, error message varies on each power cycle.
U-Boot SPL 2023.04-dirty (Sep 09 2024 - 15:16:47 +0800) SYSFW ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)') SPL initial stack usage: 13408 bytes Trying to boot from MMC2 À U-Boot SPL 2023.04-dirty (Sep 09 2024 - 15:29:01 +0800) SYSFW ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)') SPL initial stack usage: 13408 bytes Trying to boot from MMC2 spl: mmc init failed with error: -110 SPL: failed to boot from all boot devices ### ERROR ### Please RESET the board ### à U-Boot SPL 2023.04-dirty (Sep 09 2024 - 15:29:01 +0800) SYSFW ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)') SPL initial stack usage: 13408 bytes Trying to boot from MMC2 sdhci_reset: Reset 0x1 never completed. à U-Boot SPL 2023.04-dirty (Sep 09 2024 - 15:29:01 +0800) SYSFW ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)') SPL initial stack usage: 13408 bytes Trying to boot from MMC2 spl_load_image_fat: error reading image tispl.bin, err - -2 SPL: failed to boot from all boot devices ### ERROR ### Please RESET the board ### à U-Boot SPL 2023.04-dirty (Sep 09 2024 - 15:29:01 +0800) SYSFW ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)') SPL initial stack usage: 13408 bytes Trying to boot from MMC2 spl_load_image_fat: error reading image tispl.bin, err - -2
SDK8.3:
Apply patch for SDK8.6, replace firmware, rebuild u-boot, sysfw-image. generated tiboot3.bin can't boot, no any log from UART.