Part Number: TDA4VM
Hi,
I got some problems when I ran can_profile_app.
First of all, I used PSDKRA_7.1.0. I referenced the user guide as well.
Build is done well. I did only can profiling application like this.
- make -s can_profile_app BOARD=j721e_evm SOC=j721e BUILD_PROFILE=release CORE=mcu1_0 BUILD_OS_TYPE=tirtos
For running the example using SD/MMC, I did as follow steps.
- make sbl_mmcsd_img
- there are no error messages.
- Copy SBL binary sbl_mmcsd_img_mcu1_0_release.tiimage as tiboot3.bin
- rm /media/name/BOOT/tiboot3.bin
- cp sbl_mmcsd_img_mcu1_0_release.tiimage /media/name/BOOT/tiboot3.bin
- Copy the tifs.bin form ($PSDKRA_INSTALL_PATH)/(pdk-install-folder)/packages/ti/drv/sciclient/soc/V1/tifs.bin as tifs.bin in case of J721E
- cp ($PSDKRA_INSTALL_PATH)/(pdk-install-folder)/packages/ti/drv/sciclient/soc/V1/tifs.bin /media/name/BOOT/
- Copy the application from ($PSDKRA_INSTALL_PATH)/mcusw/binary/(driver name)_app/bin/j721e_evm)/.*appimage to the SD card boot partition as app
- The bootmode switched are configure as described guide.
So tiimage and binary files are made successfully.
I insert sdcard into the EVM, then boot failed. UART messages are
SBL Revision: 01.00.10.00 (Feb 17 2021 - 15:47:29) TIFS ver: 20.8.5--v2020.08b (Terrific Lla SD Boot - File open fails
Also, despite set 'export MCUSW_UART_ENABLE ?= TRUE' in mcusw/build/Rules.mak, there is no output from MCU_UART.
I read a thread like this issue(https://e2e.ti.com/support/processors/f/791/p/931472/3461239?tisearch=e2e-sitesearch&keymatch=can_profile_app#3461239), I don't know why It's not working.
Do you have an Idea?
Best regards
Yongsig.