BSP for IMX93 base on RTEMS 6.1

So I managed to port RTEMS 6.1 on FRDM-IMX93, both ticker and termios test looks good right now. Please welcome to check my repo on rtems gitlab: Corvo Lee / RTEMS61_IMX93 · GitLab

If you’d like to submit this as a Merge Request that would facilitate reviewing (and merging). Feel free to ask in GitLab or on discord if you need help with that beyond the docs we have.

So looks like I have to create a issue first to file a merge request, is that right?

For merging it into the released version of RTEMS (6 series) yes, an issue would be required. We ask that you also provide a merge request for the development version of RTEMS (main branch), this will help ensure your BSP can be maintained into the future. Generally we would prefer to review new submissions against the main branch.

Thanks for the explanation. So I forked the lastest version and merged the imx93 bsp into it, after few modifications the compile passed and I validated the ticker and termios test, looks good to me.


Well the MR system is [censored] chaos and the experience is like a nightmare, also I am done with that stupid git, which is the worst thing I ever used. So I would upload the bsp on gitlab but I am not gonna file a merge request myself, feel free to merge it if you guys want.

I’ll see what I can do about getting it into a MR. If you have questions about using git or the GitLab MR process, feel free to ask.

I’ve opened the MR here: aarch64: Add imx93 BSP (!1185) · Merge requests · RTEMS / RTOS / RTEMS · GitLab

1 Like

@CorvoL There are a couple of files that have the old license reference. Do I have your permission to update those to the project’s current BSD-2 clause license?