can't connect target `LS1043A

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

can't connect target `LS1043A

129 Views
John_volvo
Contributor I

John_volvo_0-1725941503734.png

can someone help what's the problem when i use TAP to connect target board via JTAG? thanks in advance!

0 Kudos
Reply
1 Reply

95 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please modify C:\Freescale\CW4NET_v2020.06\CW_ARMv8\ARMv8\gdb_extensions\flash\cwflash.py according to your real environment.

You need to do the following modification:

SOC_NAME = "LS2088A"

=>

SOC_NAME = "LS1043A"

 

In addition, probably there is no valid RCW on your target board, please modify C:\Freescale\CW4NET_v2020.06\CW_ARMv8\Config\boards\LS1043A_RDB_init.py as the following to enable hard-coded RCW.

USE_SAFE_RCW = False

Modify to:

USE_SAFE_RCW = True

 

0 Kudos
Reply