Other Parts Discussed in Thread: UNIFLASH
Am trying to setup AM243x-EVM to run SDK examples.
I have sticker PROC101C(005) on eval kit.
I'm using SDK version 09_00_00_35
I'm using CCS version 12.4.0
Unable to pass EVM setup step step:
https://software-dl.ti.com/mcu-plus-sdk/esd/AM243X/latest/exports/docs/api_guide_am243x/EVM_SETUP_PAGE.html#autotoc_md32
This is error message:
"
C:\ti\mcu_plus_sdk_am243x_09_00_00_35\tools\boot>python uart_uniflash.py -p COM16 --cfg=sbl_prebuilt/am243x-evm/default_sbl_null.cfg
Parsing config file ...
Parsing config file ... SUCCESS. Found 2 command(s) !!!
Executing command 1 of 2 ...
Found flash writer ... sending sbl_prebuilt/am243x-evm/sbl_uart_uniflash.release.hs_fs.tiimage
Sending sbl_prebuilt/am243x-evm/sbl_uart_uniflash.release.hs_fs.tiimage: 0%|▍ | 1029/317925 [00:01<06:49, 774.47bytes/s]
[ERROR] XMODEM send failed, no response OR incorrect response from EVM OR cancelled by user,
Power cycle EVM and run this script again !!!
"
This is the SocId_parser output showing I have HSFS device.
"
C:\ti\mcu_plus_sdk_am243x_09_00_00_35\tools\boot\socid_parser>python uart_boot_socid.py -d am64x --string="02000000011a0000616d3634780000000000000048534653000002000000020002a6000000000000b018658ad99dc903c8c9bfb27b12751099920a042ad1dfea7b7ba57369f15546de285edde6a7b39a8bdc40a27b237f8fb1e57f245e80b929c1e28b024aa2ecc6ad0bc40b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000038eade9742133567ea39fbb688eccb0ae78d08d3e9b484508021b21e407744bd"
-----------------------
SoC ID Header Info:
-----------------------
NumBlocks : 2
-----------------------
SoC ID Public ROM Info:
-----------------------
SubBlockId : 1
SubBlockSize : 26
DeviceName : am64x
DeviceType : HSFS
DMSC ROM Version : [0, 2, 0, 0]
R5 ROM Version : [0, 2, 0, 0]
-----------------------
SoC ID Secure ROM Info:
-----------------------
Sec SubBlockId : 2
Sec SubBlockSize : 166
Sec Prime : 0
Sec Key Revision : 0
Sec Key Count : 0
Sec TI MPK Hash : b018658ad99dc903c8c9bfb27b12751099920a042ad1dfea7b7ba57369f15546de285edde6a7b39a8bdc40a27b237f8fb1e57f245e80b929c1e28b024aa2ecc6
Sec Cust MPK Hash : ad0bc40b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Sec Unique ID : 38eade9742133567ea39fbb688eccb0ae78d08d3e9b484508021b21e407744bd
"