I'm working on a custom board based on LS1046AFRWY.
Flexbuild has an rcw file in components/bsp/rcw/ls1046afrwy/NN_NNQNNPNP_3040_0506 that I can base my rcw file on.
I expected that if I followed the instructions in the 'QCVS PBL Tool User Guide' then I could use CodeWarrior to generate a modified rcw file for my board configuration.
But none of the output formats from ProcessorExpert.pe (e.g. Text Table RCW Only) provides output like the existing rcw files.
How were the rcw files in the Flexbuild source produced? Am I supposed to use CodeWarrior to help me with this? HOw do I, for example, specify which peripherals are on the different SerDes lanes?
Thanks
Hi @SimonRo,
1) How were the rcw files in the Flexbuild source produced?
R1) Flexbuild download the neccesary files and build the default RCW and kernel.
2) Am I supposed to use CodeWarrior to help me with this?
R2) You can use the QCVS PBL tool in order to generate the file PBL.bin
3) How do I, for example, specify which peripherals are on the different SerDes lanes?
R3) You can select which protocol you want to use for each SerDes as you can see on the following images,
Regards,