When trying to generate the PBL component using using the QorIQ Configuration suite, I am attempting to insert a CRC check immediately following the RCW contents, but if I do so, generating the code will error out. The error message is "Generator: FAILURE: Unexpected status of script: Drivers\QorIQ\PBM_QorIQ.drv, please contact Freescale support." If I place the CRC Check PBI command anywhere else, the code generates without error. Has anyone experienced this problem and how can it be resolved?
Update 1: It looks like if I were to change the GP_INFO field, I can find other values that will allow me to generate the PBL component with a CRC check immediately following the RCW contents and others not. One example is if I set the GP_info field to 0x50534D31 along with the rest of my RCW parameters and it will give me an error. If I were to change the GP_info field to 0x33707435, then the PBL generates just fine with the CRC check as the first added PBI command.