I need help to change the rcw about the product of lx2160A

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

I need help to change the rcw about the product of lx2160A

Jump to solution
732 Views
an897465624
Contributor I

Whether NXP has the tool which can modifiy the rcw about the product of lx2160A

0 Kudos
1 Solution
725 Views
yipingwang
NXP TechSupport
NXP TechSupport

1. You could use QCVS PBL tool to configure RCW. 

Please download and install CW_ARMv8_v2020.06_b200629GA_Win_Offline .exe from the following link.

https://drive.google.com/file/d/1Kjq1nLYrtIfWAHYrup5Cf-TTEJI9iWiu/view?usp=sharing

Please download the latest patch release package com.freescale.armv8.11.5.2.GA.Win.updatesite.210130.zip from the following link 

https://drive.google.com/file/d/1g4FbibmVuEWQdEhCuaOqMUvs6_xQzzYC/view?usp=sharing

Please open CodeWarrior IDE from C:\Freescale\CW4NET_v2020.06\CW_ARMv8\fsl_eclipse.bat, please install the patch release com.freescale.armv8.11.5.2.GA.Win.updatesite.210130.zip from Help->Install New Software->Add->Archive.

Then create a QCVS PBL project from File->New->QorIQ Configuration Project in CodeWarrior IDE.

2. If your use LSDK, you could run the following command 

$ flex-builder -c rcw -m lx2160ardb

Get and modify rcw source code in packages/firmware/rcw/lx2160ardb_rev2/.

Then run the following command to rebuild RCW again.

$ flex-builder -c rcw -m lx2160ardb

 

View solution in original post

0 Kudos
1 Reply
726 Views
yipingwang
NXP TechSupport
NXP TechSupport

1. You could use QCVS PBL tool to configure RCW. 

Please download and install CW_ARMv8_v2020.06_b200629GA_Win_Offline .exe from the following link.

https://drive.google.com/file/d/1Kjq1nLYrtIfWAHYrup5Cf-TTEJI9iWiu/view?usp=sharing

Please download the latest patch release package com.freescale.armv8.11.5.2.GA.Win.updatesite.210130.zip from the following link 

https://drive.google.com/file/d/1g4FbibmVuEWQdEhCuaOqMUvs6_xQzzYC/view?usp=sharing

Please open CodeWarrior IDE from C:\Freescale\CW4NET_v2020.06\CW_ARMv8\fsl_eclipse.bat, please install the patch release com.freescale.armv8.11.5.2.GA.Win.updatesite.210130.zip from Help->Install New Software->Add->Archive.

Then create a QCVS PBL project from File->New->QorIQ Configuration Project in CodeWarrior IDE.

2. If your use LSDK, you could run the following command 

$ flex-builder -c rcw -m lx2160ardb

Get and modify rcw source code in packages/firmware/rcw/lx2160ardb_rev2/.

Then run the following command to rebuild RCW again.

$ flex-builder -c rcw -m lx2160ardb

 

0 Kudos