Skip to content

embeddedTS/meta-ts-nxp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yocto Layer for embeddedTS NXP Support

This repo is for supporting NXP's Yocto BSP.

Suported Platforms

The following development boards were tested in this release.

Board Machine Configuration Files
TS-11000 ts11000
TS-9370 ts9370
TS-9390 ts9390
TS-4300 ts4300

Getting Started

This is based on NXP's instructions here.

Install Repo

mkdir ~/bin
curl http://commondatastorage.googleapis.com/git-repo-downloads/repo  > ~/bin/repo
chmod a+x ~/bin/repo

# Either execute this in each shell or add to ~/.bashrc
PATH=${PATH}:~/bin

Download the BSP

mkdir walnascar
cd walnascar
repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-walnascar -m imx-6.12.34-2.1.0.xml
repo sync

# Add in meta-ts-nxp layer
git clone https://github.com/embeddedTS/meta-ts-nxp.git -b walnascar sources/meta-ts-nxp/
ln -sf sources/meta-ts-nxp/tsimx-setup-release.sh imx-setup-release.sh

Build an image

# Set up build directory, local.conf
MACHINE=ts11000 DISTRO=fsl-imx-xwayland source ./imx-setup-release.sh -b bld-xwayland

# Build the image
bitbake imx-image-full

About

embeddedTS layer for supporting NXP SOC's using NXP's bsp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published