Other Parts Discussed in Thread: UNIFLASH, AM263P4, SYSCONFIG
Tool/software:
Hi
I'm encountering issues with HSM_getversion example from TIFS tifs_am263px_10_00_00_05.
I'm using CCS THEIA 1.5.1.3, MCU SDK 10_01_00_34.
I managed to generate all "HS" images as part of the TIFS for HSM_getversion example.
I have the following files:
- sbl_uart_uniflash.release.hs.tiimage
- sbl_ospi.release.hs.tiimage
- hsm_getversion_system.release.appimage.hs
I tried the ROM boot flow using the python script with the following command :
python uart_uniflash.py -p COM14 --cfg=sbl_prebuilt/am263px-cc/default_sbl_ospi_test_cc.cfg
The config file content is the following:
# First point to sbl_uart_uniflash binary, which function's as a server to flash one or more files
--flash-writer=sbl_prebuilt/am263px-cc/sbl_uart_uniflash.release.hs.tiimage
# Program the OSPI PHY tuning attack vector
--operation=flash-phy-tuning-data
# When sending bootloader make sure to flash at offset 0x0. ROM expects bootloader at offset 0x0
--file=sbl_prebuilt/am263px-cc/sbl_ospi.release.hs.tiimage --operation=flash --flash-offset=0x0
# When sending application image, make sure to flash at offset 0x81000 (default) or to whatever offset your bootloader is configured for
--file=C:/ti/tifs_am263px_10_00_00_05/examples/hsm_getversion/am263px/system_nortos/hsm_getversion_system.release.appimage.hs --operation=flash --flash-offset=0x81000
I tried both with a control card and a launchpad but invariably the flashing process stalls at the step --operation=flash-phy-tuning-data with sbl_uart_uniflash.release.hs.tiimage.
The file is parsed successfully.
The feedback I get on the terminal is the following:

It seems the flash writer is getting corrupted in some way.
I can't find any people encountering the same issues in the forum.
That's preventing me to progress with development to use the HSM services.
Could you please let me know what can cause this behaviour ?
Thanks
Regards
Seb


