P2041 RCW

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

P2041 RCW

749 Views
joefreeman
Contributor I

I need to enable SATA 0/1 for the P2014 RDB. Where do I get the correct RCW file to enable the Sata Serdies  for the P2041RDB.

I currently have this Image programed into FLASH:

QorIQ_SDK_V2.0_P2041RDB_20160527_NOR_Flash.bin

The RCW from UBOOT:

=> md 0xec000000
ec000000: aa55aa55 010e0100 4c580000 00000000    .U.U....LX......
ec000010: 58540000 00000000 648ea0c1 c3c02000    XT......d..... .
ec000020: de800000 40000000 00000000 00000000    ....@...........
ec000030: 00000000 d0030f07 00000000 00000000    ................
ec000040: 00000000 00000000 091380c0 000009c4    ................
ec000050: 09000010 00000000 091380c0 000009c4    ................
ec000060: 09000014 00000000 091380c0 000009c4    ................
ec000070: 09000018 81d00000 091380c0 000009c4    ................
ec000080: 890b0050 00000002 091380c0 000009c4    ...P............
ec000090: 890b0054 00000002 091380c0 000009c4    ...T............
ec0000a0: 890b0058 00000002 091380c0 000009c4    ...X............
ec0000b0: 890b005c 00000002 091380c0 000009c4    ...\............
ec0000c0: 890b0090 00000002 091380c0 000009c4    ................
ec0000d0: 890b0094 00000002 091380c0 000009c4    ................
ec0000e0: 890b0098 00000002 091380c0 000009c4    ................
ec0000f0: 890b009c 00000002 091380c0 000009c4    ................

I do not want to brick the RBD.

Thanks,

Joe Freeman

Tags (3)
0 Kudos
1 Reply

634 Views
ufedor
NXP Employee
NXP Employee

According to the provided dump you are using RCW "rcw_5g_1200mhz.bin" from the SDK v2.0 - the ISO "QorIQ Linux SDK v2.0 PPCE500MC IMAGE" can be downloaded  by the link:

https://freescaleesd.flexnetoperations.com/337170/647/10322647/QorIQ%20Linux%20SDK%20v2.0%20PPCE500M... 

The "rcw_5g_1200mhz.bin" has RCW[SRDS_PRTCL]=0x19 - i.e. both SATA lanes are enabled - refer to the QorIQ P2040 Reference Manual, Table 3-13. SerDes Lane Multiplexing/Configuration:

=> md 0xec000000
ec000000: aa55aa55 010e0100 4c580000 00000000    .U.U....LX......
ec000010: 58540000 00000000 648ea0c1 c3c02000    XT......d..... .

Recommended method to create/alternate RCW is to use CodeWarrior QCVS PBL Tool:

https://www.nxp.com/docs/en/user-guide/QCVS_PBL_User_Guide.pdf

Training about the QCVS:

Part 1| Introduction|NXP 

0 Kudos