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.
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.