The QCVS tool creates a text file output of the RCW bits. However, some of these do not translate to the RCW file needed for flex-builder. Specifically, my target is the ls1046A. I get errors like shown below:
Error: Unknown bitfield GP_INFO_288_295
Error: Unknown bitfield GP_INFO_299_319
Error: Unknown bitfield IRQ3
Error: Unknown bitfield IRQ4
Error: Unknown bitfield IRQ5
Error: Unknown bitfield IRQ6
Error: Unknown bitfield IRQ7
Error: Unknown bitfield IRQ8
Error: Unknown bitfield IRQ9
Error: Unknown bitfield IRQ10
Error: Unknown bitfield IRQ11
Error: Unknown bitfield I2C_CLK_SEL
All of these terms are in the QCVS text file. If I search "IRQ" I see it used in other example RCW files for other boards. However, it complains on mine.
Where can I find a list of supported names so that I can properly translate these?
Is there a document on creating these RCW files?
Note: while they are shown as errors, the PBL file is created and seems to be fairly close to the required.
Thanks.