Other Parts Discussed in Thread: UNIFLASH
Hi Ti support team,
I use the J721eEVM board and ti-processor-sdk-rtos-j721e-evm-07_03_00_07 SDK.
Boot mode setting:
SW3[1-8] = 0xxx xxxx SW8[1-8] = 0000 0000 SW9[1-8] = 0100 0000
1. use the SDK default address
The SBL flash to OSPI is successful, but there is no any print on the mcu uart console after change the boot mode to OSPI.
And I found that the generated sbl_cust_img_mcu1_0_release.tiimage size is greater than 256k. But the OSPI_LOCATION_SYSFW_BIN start address is 0x40000.
I think part of sbl_cust_img_mcu1_0_release.tiimage will be overwiter by tifs.bin. Is it the problem?
total 24452
-rw-r--r-- 1 kezhh users 247036 Aug 2 12:50 app
-rw-r--r-- 1 kezhh users 423044 Aug 2 12:59 atf_optee.appimage
drwxr-xr-x 2 kezhh users 4096 Jul 30 09:29 atf_optee_dir
-rw-r--r-- 1 kezhh users 239932 Aug 2 12:52 can_boot_app_mcu_rtos_mcu1_0_release_ospi.appimage
-rw-r--r-- 1 kezhh users 8951852 Aug 2 12:59 ifs_qnx.appimage
-rw-r--r-- 1 kezhh users 7212036 Aug 2 12:59 lateapp1
-rw-r--r-- 1 kezhh users 7118980 Aug 2 12:59 lateapp2
drwxr-xr-x 2 kezhh users 4096 Aug 2 12:59 rprcs
-rw-r--r-- 1 kezhh users 264727 Aug 2 12:50 sbl_cust_img_mcu1_0_release.tiimage
-rw-r--r-- 1 kezhh users 289623 Aug 2 12:48 tiboot3.bin
-rwxr-xr-x 1 kezhh users 263072 Aug 2 12:48 tifs.bin
2. change the OSPI_LOCATION_SYSFW_BIN start address to 0x50000.
The SBL flash to OSPI is successful, but there is no any print on the mcu uart console after change the boot mode to OSPI.
3. Use sd card boot mode
sbl boot is successful.