I don’t see a mention which BSP you are using, but 6.5 has been superseded by 6.6 two years ago. So maybe you are trying to use a 6.6 BSP with 6.5? Make sure you have the correct version of the BSP. Also make sure you have all patches that are available - for both 6.5 and 6.6 a handful of patches have been released. Especially for 6.5, make sure you have SP1 and also the “kernel and libc patch”.
I’m unsing the correct bsp, I’m working with it since a while, in my target I have an ifs and a buildfile provided by the provider of the board, I want to customize the ifs so i tried to rebuild the ifs with QNX System Builder, when it’s built I replace the current ifs and reset the board but it doesn’t start.
so i tried to rebuild the ifs with QNX System Builder, when it’s built I replace the current ifs
Are there warnings on the console? Is the ifs you build the same size as original?
I successfullly build ifs files in the System Builder frequently.
I had a warning with “devb-sdmmc-mx6_generic” mmc card driver, but I’m using an sd card, so I deleted the driver from bin files and the line who launch this driver in the script, I just hold “devb-mmcsd-karo-tx6 mmcsd” the driver for sd card.
The size is different the original have : 3142632 bytes and the new have : 2776144 bytes