Custom board LS1012A

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

Custom board LS1012A

1,570 Views
mdanish
Contributor I

Hello,

 

We have made a custom board using LS1012A processor. We have loaded the RCW and uboot files to the flash referring to the below post. We have used Hardcoded RCW to load the files.

https://community.nxp.com/t5/Layerscape/QSPI-Flash-update-failed-LS1012ARDB/m-p/1420034

fl_unprotect 0x0 0x4000000
fl_write 0x0 bl2_qspi.pbl --erase

fl_write 0x100000 fip_uboot.bin --erase

 

The files loaded successfully to the flash. After that we removed hardcoded RCW jumper (Connection to GND) and changed the USE_SAFE_RCW from True to False, but the jtag is not able to detect the board after this. Its only detecting the board with the hardcoded RCW changes. We are getting the below error:

Probe: CodeWarrior TAP

//

Additional error details:

[CCS: TAP USB open failure]

fail to start programming services.

We also tried with code warrior tool to check the DDR validation and it throws the same Target initialization error. 

 

Do we need to perform any other steps after this?

 

Thanks in advance

0 Kudos
Reply
2 Replies

1,531 Views
mdanish
Contributor I

Hi,

 

I checked the u-boot logs. The device is getting stuck at one point.  Please find the logs below. Could you please suggest what causing this issue? I have loaded the ardb prebuilt files to the board.

Screenshootwith ardb files.jpg

0 Kudos
Reply

1,548 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please open CCS console in CodeWarrior IDE C:\Freescale\CW4NET_v2020.06\Common\CCS\bin\ccs.exe and type the followig commands.

(bin) 5 % delete all
(bin) 6 % config cc cwtap:10.193.20.7
(bin) 7 % show cc
CodeWarrior TAP executable differs from local file.
CodeWarrior TAP Boot Loader version 1.0.1
CodeWarrior TAP OS version 1.0.1
Sending code to CodeWarrior TAP.........done
Running package script
0: CodeWarrior TAP (cwtap:10.193.20.7) CC software ver. {0.0}
(bin) 8 % source IDcode.tcl

(bin) 11 % ccs::config_chain {ls1043a dap sap2}

(bin) 12 % display ccs::get_config_chain
(bin) 13 % ccs::reset_to_debug
(bin) 14 %

0 Kudos
Reply