> For the complete documentation index, see [llms.txt](https://nxp.gitbook.io/mr-canhubk344/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nxp.gitbook.io/mr-canhubk344/software/zephyr-rtos-resources.md).

# Zephyr (RTOS) Resources

The Zephyr real-time operating system (RTOS) has been ported to S32K344 and the MR-CANHUBK344 board. The initial port is about to be upstreamed into the mainline Zephyr project.\
\
Additionally the FMURT66 and MR-VMU-RT1176 also have Zephyr ports.

{% hint style="success" %}
See [MR-B3RB](https://nxp.gitbook.io/mr-b3rb/) for more complet usage of Zephyr and Cognipilot in a mobile robotics system
{% endhint %}

<https://docs.zephyrproject.org/latest/boards/arm/mr_canhubk3/doc/index.html>

{% embed url="<https://docs.zephyrproject.org/latest/boards/arm/mr_canhubk3/doc/index.html>" %}

\
Find the initial Zephyr port here:\
\
<https://github.com/zephyrproject-rtos/zephyr/tree/main/boards/arm/mr_canhubk3>

{% embed url="<https://github.com/zephyrproject-rtos/zephyr/tree/main/boards/arm/mr_canhubk3>" %}

## NXP General Training

For learning more about zephyr there are NXP specific trainings you can view here:<br>

[**https://www.nxp.com/design/training:TRAINING-EVENTS?collection=trainings\&start=0\&max=12\&sorting=ModifiedDate.desc\&parameters=TrainingType.Topics.deviceTax.applicationTax.country.TrainingLanguage.TrainingFormat.skillLevel.durationTime.provider\&language=en\&query=training\_date%3E%3E2023-08-02..\*\&keyword=zephyr\&siblings=false**](https://www.nxp.com/design/training:TRAINING-EVENTS?collection=trainings\&start=0\&max=12\&sorting=ModifiedDate.desc\&parameters=TrainingType.Topics.deviceTax.applicationTax.country.TrainingLanguage.TrainingFormat.skillLevel.durationTime.provider\&language=en\&query=training_date%3E%3E2023-08-02..*\&keyword=zephyr\&siblings=false)

{% embed url="<https://www.nxp.com/design/training:TRAINING-EVENTS?collection=trainings&start=0&max=12&sorting=ModifiedDate.desc&parameters=TrainingType.Topics.deviceTax.applicationTax.country.TrainingLanguage.TrainingFormat.skillLevel.durationTime.provider&language=en&query=training_date%3E%3E2023-08-02..*&keyword=zephyr&siblings=false>" %}
NXP Training site - including Zephyr
{% endembed %}

### NXP's Zephyr Training and webinars

[NXP and Zephyr™ OS Webinar Series](https://www.nxp.com/pages/nxp-and-zephyr-os-webinar-series:TS-NXP-AND-ZEPHYR-OS-WEBINAR-SERIES)

{% embed url="<https://www.nxp.com/pages/nxp-and-zephyr-os-webinar-series:TS-NXP-AND-ZEPHYR-OS-WEBINAR-SERIES>" %}

### Zephyr™ OS for Edge Connected Devices - lab guides

"Zephyr OS is a small, scalable open source RTOS for IoT Embedded Devices, optimized for resource constrained devices, and build with security in mind. NXP is a platinum, founder member of the Zephyr..."

[NXP Zephyr Lab Guides](https://www.nxp.com/downloads/en/software-support/ZEPHYR-LAB-GUIDES.zip) CLI

{% embed url="<https://www.nxp.com/downloads/en/software-support/ZEPHYR-LAB-GUIDES.zip>" %}

[NXP VS Code Zephyr Lab Guides](https://www.nxp.com/webapp/Download?colCode=CONNECTS23-ZEPHYR-VIS-STUD-LAB)

{% embed url="<https://www.nxp.com/webapp/Download?colCode=CONNECTS23-ZEPHYR-VIS-STUD-LAB>" %}

## Zephyr Project starting page for training

From the zephyr project itself, they also offer many resources for learning about Zephyr. This is a good starting point.

<https://zephyrproject.org/intro-to-zephyr-rtos/>

{% embed url="<https://zephyrproject.org/intro-to-zephyr-rtos/>" %}

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://nxp.gitbook.io/mr-canhubk344/software/zephyr-rtos-resources.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
