dumitru-daniel.popa:
I'll definitely second the XCP server. While FreeMASTER is a good tool for those without access to others, industry usually has their own tools such as CANape or INCA to do development calibration.
An included MBD XCP server would make it much, much easier to integrate the DEVKIT-MPC5744P into our existing work flows (And improve the chances of NXP getting selected as a supplier!).
alimeraj:
Every place I've seen has had their own home rolled A2L generator. To my knowledge there isn't a standard, opensourced one anywhere. I've never used the Matlab A2L generator but from what I understand it doesn't do exactly what CANape/INCA expects.
Once I get my own personal MPC5744P I've considered looking into making my own A2L generation tool with Python.
There are already a few libraries out there that should make it easy such as:
GitHub - eliben/pyelftools: Pure-python library for parsing ELF and DWARF
GitHub - christoph2/pyA2L: ASAM ASAP2 Library for Python
If this is something that interests you, and anyone else reading, I'll probably do Development on Github.