Part Number: PROCESSOR-SDK-AM64X
Other Parts Discussed in Thread: UNIFLASH, TMDS64EVM
Tool/software:
Hi,
This is related to boot from flash.
during the build there are a lot of images, *.hs_fs, *.appimage_xip, .rprc , .rprc_xip
eg:
sciclient_ccs_init.debug.appimage.hs_fs
sciclient_css_init.debug.rprc
sciclient_css_init.debug.debug.out
So I use uart uniflash program, succesfully load sciclient_ccs_init.debug.appimage.hs_fs to offest flash 0x0 (in system it is 0x60000000)
After that, I set the mode to ospi boot mode. 110 0111 001 000000
However, my image is not boot. I have some printf, it is not showing up.
So in the example, I saw it use .tiimage. So after example build, which image should I load to the rom. supposed that I didn't use any encrypted image.
Thanks.
