This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM68A: OSPI img uniflash cannot download

Part Number: AM68A
Other Parts Discussed in Thread: SK-AM68, , UNIFLASH

Dear TI.

I'm using AM68A HS-FS chip on my custom board(I have SK-AM68 both),using the ti-processor-sdk-rtos-j721s2-evm-09_01_00_06.

I have been boot MPU and MCU core use UART.

when I used to flash ospi image to Solidify my boot file,there are some prolem.

I follow the step that rtos sdks recommands:

./dslite.sh --mode processors -c /dev/ttyUSB1 -f /opt/ti/uniflash_8.5.0/processors/FlashWriter/j721s2_evm_hs_fs/uart_j721s2_evm_flash_programmer_release.tiimage -i 0

./dslite.sh --mode processors -c /dev/ttyUSB1 -f /opt/20231213/ti-processor-sdk-rtos-j721s2-evm-09_01_00_06/pdk_j721s2_09_01_00_22/packages/ti/boot/sbl/binary/j721s2_evm/ospi/bin/sbl_ospi_img_mcu1_0_release.tiimage -d 0 -o 0

first command can transfer well.but the ospi image will stuck int somewhere which below:

it will not show the progress.

it's same in SK-AM68 and my custom board.