NXP Semiconductors
UM11483
Getting Started with NXP Wireless Modules for i.MX 8M-Quad Platforms
UM11483 All information provided in this document is subject to legal disclaimers. © NXP B.V. 2020. All rights reserved.
User manual Rev. 1 — 28 September 2020
26 / 39
5.3.3 Set up Yocto project
Use the following commands to set up git:
ubuntu@ubuntu-desktop:/# git config --global user.name "Your Name"
ubuntu@ubuntu-desktop:/# git config --global user.email "Your Email"
ubuntu@ubuntu-desktop:/# git config --list
The following example shows how to download the i.MX Yocto Project Community BSP
recipe layers. For this example, a directory called imx-yocto-bsp is created for the project.
You can use any other name.
ubuntu@ubuntu-desktop:/# mkdir imx-yocto-bsp
ubuntu@ubuntu-desktop:/# cd imx-yocto-bsp
ubuntu@ubuntu-desktop:/# repo init -u https://source.codeaurora.org/
external/imx/imx-manifest -b imx-linux-zeus -m imx-5.4.24-2.1.0.xml
Refer to i.MX Release Manifest for the list of all manifest files supported in this release.
ubuntu@ubuntu-desktop:/# repo sync
When this process is completed, the source code is checked out into the directory imx-
yocto-bsp/sources. Use repo sync periodically to update to the latest code. The repo init
is configured for the latest patches in the line.