modify RCW file for T1024RDB

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

modify RCW file for T1024RDB

ソリューションへジャンプ
327件の閲覧回数
zhicheng1
Contributor III

Hi, 

Could you tell how to change t1024_rcw.cfg?

0 件の賞賛
1 解決策
292件の閲覧回数
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 返信
293件の閲覧回数
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 件の賞賛