I want to program a S32K144 with the RAppID Bootloader Utility but I'm having issues finding the code for the bootloader part that needs to be loaded into the Flash of the S32K144. The RAppID tool lists the S32K144 as a supported chip.
I've found the Unified Bootloader Framework download on the S32K page but my initial look at that it seems to only support CAN/LIN bus for updates.
Solved! Go to Solution.
Hi,
Unfortunately, the source code of .rbf file is proprietary and is not available. But if you want to develop own solution, there are these two application notes which can be used as a nice starting point:
https://www.nxp.com/docs/en/application-note/AN12218.pdf
https://www.nxp.com/docs/en/application-note-software/AN12218SW.zip
https://www.nxp.com/docs/en/application-note/AN12323.pdf
https://www.nxp.com/docs/en/application-note-software/AN12323SW.zip
Regards,
Lukas
Thanks. Disappointing that the solutions seem so disjointed but that AN12218 serial bootloader looks close to what we're looking for.
Basically, I'm looking for the code for the S32K144 RBF so that we can customize it for our board to use LED indications, etc.
Hi,
Unfortunately, the source code of .rbf file is proprietary and is not available. But if you want to develop own solution, there are these two application notes which can be used as a nice starting point:
https://www.nxp.com/docs/en/application-note/AN12218.pdf
https://www.nxp.com/docs/en/application-note-software/AN12218SW.zip
https://www.nxp.com/docs/en/application-note/AN12323.pdf
https://www.nxp.com/docs/en/application-note-software/AN12323SW.zip
Regards,
Lukas