Embedded module TQMa8MxNL - YOCTO Linux BSP documentation
Preface
The meta-tq layer extends the Yocto Project's reference system Poky to provide support for a selection of TQ Embedded CPU Modules, including the TQMa8MxNL.
It uses the same codebase as the PTXdist based TQ Linux BSPs and therefore provides the same versions of U-Boot and Linux kernel, but doesn't define a specific root filesystem configuration.
The instructions on this page refer to the BSP and ancillary tools listed in the following table:
BSP Revision | 0001 |
---|---|
meta-tq release | scarthgap.TQ.ARM.BSP.SW.0001 |
Yocto Project / Poky Release | 5.0.3 |
Target machine1) | tqma8mxnl-1gb-mba8mx |
U-Boot | v2020.04_imx_5.4.47_2.3.0 |
Linux Kernel | fslc-5.15-2.0.x-imx |
For further details regarding Yocto Project 5.0.3 - Hardknott please refer to its official documentation.
Prerequisites
Build Host
Yocto Project / Poky requires a Linux build host, so first of all you need a development workstation (or a virtual machine2)) with a Linux distribution installed.
Please refer to section Supported Linux Distribution of the Yocto Project Quick Start for supported linux distributions and section Required Packages for the Build Host for required build host packages for those distributions.
Although not required by Yocto Project / Poky, we also recommend to configure and run a tftp server (for image download / update) and an nfs server (for network mounted root filesystem) on your development host.
Yocto BSP Build Instructions
Yocto BSP
1. Open a new terminal and create a directory for the BSP build e.g. in the home directory and navigate to that directory.
mkdir -p ~/workspace/scarthgap.TQ.ARM.BSP.SW.0001 cd ~/workspace/scarthgap.TQ.ARM.BSP.SW.0001
2. Create a local copy of ci-meta-tq
git clone --recurse-submodules https://github.com/tq-systems/ci-meta-tq.git
3. Checkout BSP release on new local branch.
cd ci-meta-tq git checkout scarthgap.TQ.ARM.BSP.SW.0001 -b scarthgap-tqma8mxnl
4. Update git submodules:
git submodule sync git submodule update --init
5. Setup local branch to track the remote branch.
git branch -u origin/scarthgap
6. Export the environment DISTRO and MACHINE3) environment variable:
export DISTRO=dumpling-wayland-nxp export MACHINE=tqma8mxnl-1gb-mba8mx
7. Configure the Build:
source setup-environment tqma8mxnl_build imx
source setup-environment tqma8mxnl_build
8. Build an Image for STKa8MxNL:
Image with debug features/root login
bitbake tq-image-weston-debug
Image with IMAGE_FEATURES debug
and debug-tweaks
enabled to have an open root login for console and ssh for ease of development and testing.
Image without debug features/root login
bitbake tq-image-weston
Image without IMAGE_FEATURES debug
and debug-tweaks
enabled. A user login is not allowed with this image, if a login is required, please see poky documentation for extrausers.bbclass
For further information to the TQ image recipes, please refer to the section Image recipes from the meta-dumpling Yocto layer documentation.
meta-dumpling documentation
tmp/deploy/images/tqma8mxnl-1gb-mba8mx4)/tq-image-weston-tqma8mxnl-1gb-mba8mx5).wic
sudo dd if=tmp/deploy/images/tqma8mxnl-1gb-mba8mx/tq-image-weston-tqma8mxnl-1gb-mba8mx.wic of=/dev/<TARGET_DEVICE>
10. Boot the STKa8MxNL from SD card (cf. MBa8Mx DIP switch settings) |