Hello @wonk-andy,
we have just prepared release of the RPMsg Lite library version 1.1.0. It is version for i.MX8QM and we have tested it on HW board MCIMX8QM-CPU, that is it working as expected.
I am attaching the archive which contains source code of the library and readme file, which describes, how to integrate it into QNX BSP.
Just one point to extend the readme file from archive:
- Update Makefile in root of BSP to contain the second line including install. Otherwise the library will not be propagated into final QNX image:
install: $(if $(wildcard prebuilt/*),prebuilt)
$(MAKE) -Csrc hinstall
$(MAKE) -Csrc install
As the release version uses setting specific for i.MX8QM, you would need to port some HW-related settings to i.MX8MM. Useful for this work will be examples, which are part of the package. Every example contains readme file, which describes how to run the example and how should look output of the example, so this will be useful for you to check functionality of ported version.
Best Regards,
Zdenek