Other Parts Discussed in Thread: UNIFLASH
Hi TI team:
device: J172EXSOMG01EVM + Qnx710 + psdk7.3
Step 3c: Copy executable files to SD card for boot using OSPI+SBL(first time and each time you want to run updated applications)
when i exec make qnx_fs_install_ospi in ubuntu pc , error occured, change to Windows PC and flash used below command:
C:\ti\uniflash_7.0.0\dslite.bat --mode processors -c COM8 -f C:\ti\uniflash_7.0.0\processors\FlashWriter\j721e_evm\uart_j721e_evm_flash_programmer_release.tiimage -i 0
C:\ti\uniflash_7.0.0\dslite.bat --mode processors -c COM8 -f C:\Users\chenwenyu\Desktop\sbl_bootfiles\sbl_cust_img_mcu1_0_release.tiimage -d 3 -o 0
C:\ti\uniflash_7.0.0\dslite.bat --mode processors -c COM8 -f C:\Users\chenwenyu\Desktop\sbl_bootfiles\tifs.bin -d 3 -o 40000
C:\ti\uniflash_7.0.0\dslite.bat --mode processors -c COM8 -f C:\Users\chenwenyu\Desktop\sbl_bootfiles\can_boot_app_mcu_rtos_mcu1_0_release_ospi.appimage -d 3 -o A0000
C:\ti\uniflash_7.0.0\dslite.bat --mode processors -c COM8 -f C:\Users\chenwenyu\Desktop\sbl_bootfiles\lateapp1 -d 3 -o 1800000
C:\ti\uniflash_7.0.0\dslite.bat --mode processors -c COM8 -f C:\Users\chenwenyu\Desktop\sbl_bootfiles\lateapp2 -d 3 -o 2400000
C:\ti\uniflash_7.0.0\dslite.bat --mode processors -c COM8 -f C:\Users\chenwenyu\Desktop\sbl_bootfiles\atf_optee.appimage -d 3 -o E0000
C:\ti\uniflash_7.0.0\dslite.bat --mode processors -c COM8 -f C:\Users\chenwenyu\Desktop\sbl_bootfiles\ifs_qnx.appimage -d 3 -o 6C0000
Question1:
lateapp1 and lateapp2 can not flash, but rename lateapp1 to lateapp1.bin(add extension),blow command can be exec successful. please give me some suggestions?
C:\ti\uniflash_7.0.0\dslite.bat --mode processors -c COM8 -f C:\Users\chenwenyu\Desktop\sbl_bootfiles\lateapp1 -d 3 -o 1800000
C:\ti\uniflash_7.0.0\dslite.bat --mode processors -c COM8 -f C:\Users\chenwenyu\Desktop\sbl_bootfiles\lateapp2 -d 3 -o 2400000
Question2:
i flash all image to spi flash except lateapp1 and lateapp2 according to step3c, but EVM board no any log output. please give me some suggestions?
thanks!