T2080RDB - CodeWarrior for PowerPC - how to create RCW?

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

T2080RDB - CodeWarrior for PowerPC - how to create RCW?

Jump to solution
1,189 Views
MJ_STAR
Contributor I

Hi, 

What I really need to do is modify my existing RCW. I could do it in Notepad++ with the HexEditor plugin and manually calculate the checksum but I don't really understand what is before and after the RCW registers. What I mean is, at the start of RCW I see:


aa 55 aa 55 01 0e 01 00

Then there are all the RCW register bits. 

Followed by 7 bytes of some data - what is it? Size?

And at the end there's one byte of checksum.

 

First of all, I managed to find QCVS PBL for ARM arch but I don't seem to be able to find QCVS for PowerPC. 

 

I need to create a new RCW. What is the algorithm to create it or where is the QCVS and CodeWarrior I could use to create it automatically, please?

 

 

0 Kudos
1 Solution
1,175 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please download CodeWarrior for PA 10.5.1 from the following link and install it.

https://drive.google.com/file/d/18YIFeSnzZlcE1ZgSNUlTYM955gh9_B56/view?usp=sharing

 

Then download QCVS for PA 4.5 from the following link

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

Please open CodeWarrior IDE and install QCVS from Help->Install New Software->Add->Archive.

Please create QCVS project from File->New->QorIQ Configuration Project.

View solution in original post

0 Kudos
1 Reply
1,176 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please download CodeWarrior for PA 10.5.1 from the following link and install it.

https://drive.google.com/file/d/18YIFeSnzZlcE1ZgSNUlTYM955gh9_B56/view?usp=sharing

 

Then download QCVS for PA 4.5 from the following link

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

Please open CodeWarrior IDE and install QCVS from Help->Install New Software->Add->Archive.

Please create QCVS project from File->New->QorIQ Configuration Project.

0 Kudos