Hi TI experts,
I am trying to boot the “Early CAN response” demo(can_profile_app config for tx only mode) using the sbl_cust_img OSPI boot mode,but it failed。
Follows are my step:
1、modify the CUST_SBL_TEST_FLAGS in the file (SDK Install Directory)/pdk_jacinto_07.x.x/packages/ti/boot/sbl/sbl_component.mk
2、make the sbl_cust_img
3、make the app
4、I copied the sbl_cust_img_mcu1_0_release.tiimage and download to the OSPI flash at 0x0
dslite.bat --mode processors -c COM17 -f C:\ti\DownloadFile\prebuild\sbl_cust_img_mcu1_0_release.tiimage -d 3 -o 0
5、I download the tifs.bin to 0x80000
dslite.bat --mode processors -c COM17 -f C:\ti\DownloadFile\prebuild\tifs.bin -d 3 -o 80000
6、I copied the can_profile_app_mcu1_0_release.appimage and download to the OSPI flash at 0x100000
dslite.bat --mode processors -c COM17 -f C:\ti\DownloadFile\prebuild\can_profile_app_mcu1_0_release.appimage -d 3 -o 100000
But there is no CAN message transmitted.
Then, I change the sbl image from "sbl_cust_img_mcu1_0_release.bin" to the pre-build image "sbl_ospi_img_mcu1_0_release.tiimage " , the demo works ,I can see the CAN message transmitted.
So,
1, Can you help me check why the sbl_cust_img can not work.?
2, And what is the BE stand for in can_profile_app_mcu1_0_debug_BE.appimage, when should I use this image?