Skip to content

bytesatwork/meta-bytesatwork-ti

Repository files navigation

meta-bytesatwork-ti

Introduction

This is the official OpenEmbedded/Yocto BSP layer for byteDEVKIT AM62x by bytes at work AG.

It is hosted on github.

This layer depends on:

URI: https://git.yoctoproject.org/git/meta-ti
layer: meta-ti-bsp
branch: kirkstone

BSP

This meta layer provides the Board Support Package (U-Boot and Linux kernel) for byteDEVKIT AM62x by bytes at work AG. Simply set the variable MACHINE to bytedevkit-am62x to use this BSP.

Linux Kernel recipe: linux-ti-staging

U-Boot recipe: u-boot-ti-staging

SD Card

SD card images are created using wic. The following example shows how to create a bootable SD card with the image bytesatwork-minimal-image from meta-bytesatwork from a sourced Yocto environment:

cd $BUILDDIR
gunzip -c deploy-ti/images/bytedevkit-am62x/bytesatwork-minimal-image-bytedevkit-am62x.wic.gz | dd of=/dev/sdX bs=1M && sync

or using bmap-tools:

cd $BUILDDIR
bmaptool copy deploy-ti/images/bytedevkit-am62x/bytesatwork-minimal-image-bytedevkit-am62x.wic.gz /dev/sdX

You can find more information on bmap-tools in the Yocto Project documentation.

Reporting bugs

Send pull requests, patches, comments or questions to yocto@bytesatwork.ch.

About

Yocto project BSP meta-layer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages