EasyManua.ls Logo

Phytec i.MX 93 - Standalone Build Preparation

Default Icon
85 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
i.MX 93 BSP Manual PD24.1.1 Documentation Rev.: imx8mp-pd22.1.2-51-ga548be7d
host:~$ sudo uuu -b emmc imx-boot
5.3.6 Flashing wic Image to eMMC via UUU-Tool
Execute and power up the board:
host:~$ sudo uuu -b emmc_all imx-boot phytec-qt6demo-image-phyboard-segin-imx93-2.wic
5.4 Standalone Build preparation
In this section, we describe how to build the U-Boot and the Linux kernel without using the Yocto Project.
This procedure makes the most sense for development. The U-Boot source code, the Linux kernel, and all
other git repositories are available on our Git server at git://git.phytec.de.
Note
Should your company rewall/gateway inhibit the git protocol, you may use HTTP or HTTPS instead
(e.g. git clone git://git.phytec.de/u-boot-imx)
5.4.1 Git Repositories
Used U-Boot repository:
git://git.phytec.de/u-boot-imx
Our U-Boot is based on the u-boot-imx and adds board-specic patches.
Used Linux kernel repository:
git://git.phytec.de/linux-imx
Our i.MX 93 kernel is based on the linux-imx kernel.
To nd out which u-boot and kernel tags to use for a specic board, have a look at your BSP source folder:
meta-phytec/dynamic-layers/freescale-layer/recipes-kernel/linux/linux-imx_*.bb
meta-phytec/recipes-bsp/u-boot/u-boot-imx_*.bb
5.4.2 Get the SDK
You can download the SDK here, or build it yourself with Yocto:
Move to the Yocto build directory:
host:~$ source sources/poky/oe-init-build-env
host:~$ bitbake -c populate_sdk phytec-qt6demo-image # or another image
After a successful build the SDK installer is deployed to build/deploy*/sdk.
Development 28