modify RCW file for T1024RDB

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

modify RCW file for T1024RDB

跳至解决方案
333 次查看
zhicheng1
Contributor III

Hi, 

Could you tell how to change t1024_rcw.cfg?

0 项奖励
1 解答
298 次查看
Oswalag
NXP TechSupport
NXP TechSupport

There are two ways to create/modify RCW.
1) By means of the Linux SDK
To extract the RCW source code, do the following:
$ bitbake -c cleansstate rcw
$ bitbake -c patch rcw
$ cd <S>
Note: Use bitbake -e rcw | grep ^S= to get the value of <S>.
Modify the default RCW according to the design needs.
To Rebuild the RCW package:
$ bitbake rcw

2) By means of the CodeWarrior Configuration and Validation Suite:
The RCW could be generated using the PreBootLoader Configuration Tool (PBL) of the CodeWarrior QorIQ Configuration and Validation Suite (QCVS):

Have a nice day !

在原帖中查看解决方案

0 项奖励
1 回复
299 次查看
Oswalag
NXP TechSupport
NXP TechSupport

There are two ways to create/modify RCW.
1) By means of the Linux SDK
To extract the RCW source code, do the following:
$ bitbake -c cleansstate rcw
$ bitbake -c patch rcw
$ cd <S>
Note: Use bitbake -e rcw | grep ^S= to get the value of <S>.
Modify the default RCW according to the design needs.
To Rebuild the RCW package:
$ bitbake rcw

2) By means of the CodeWarrior Configuration and Validation Suite:
The RCW could be generated using the PreBootLoader Configuration Tool (PBL) of the CodeWarrior QorIQ Configuration and Validation Suite (QCVS):

Have a nice day !

0 项奖励