Skip to content

Training Zephyr Getting Started RT1060

Dragos Miloiu edited this page Mar 29, 2024 · 2 revisions

MCUXpresso for Visual Studio Code

Getting Started with Zephyr & i.MX RT1060

August 9, 2023

Zephyr Lab Guides with VS Code

This set of lab guides provide detailed steps to get started with Zephyr and the MCUXpresso extension for VS Code:

Hardware Requirements

These labs are written for the evaluation board listed below. However, these labs use sample applications in the Zephyr repository, and will easily run on other NXP boards supported in the Zephyr tree:

  • MIMXRT1060-EVKB
  • micro-USB cable
  • This EVK integrates an on-board debugger, and the labs are written to use this debugger with the default OpenSDA CMSIS-DAP debug probe.

MIMXRT1060-EVKB

Lab Notes

  • File Paths - The lab steps are written for Windows 10. The file paths used in these steps follow the guidelines in the Zephyr Getting Started documentation, to place the zephyrproject folder in the user path c:\Users\<USER_NAME>\zephyrproject. These steps reference the user name NXP, so the path provided in the steps is c:\Users\NXP\zephyrproject. Be sure to change this path to match your installation.
Clone this wiki locally