![NXP Semiconductors UM11483 User Manual Download Page 26](http://html.mh-extra.com/html/nxp-semiconductors/um11483/um11483_user-manual_1721916026.webp)
NXP Semiconductors
UM11483
Getting Started with NXP-based Wireless Modules on i.MX 8M Quad EVK Running Linux OS
4.2.3 Setting 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.47-2.2.0.xml
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.
Note:
Check the section Yocto Project Setup in
i.MX 8M Yocto Project User's Guide
case some newer source code is available.
UM11483
All information provided in this document is subject to legal disclaimers.
© NXP B.V. 2021. All rights reserved.
User manual
Rev. 2 — 21 January 2021
26 / 41