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 bytesatwork AG.

It is hosted on github.

This layer depends on:

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

BSP

This meta layer provides the Board Support Package (U-Boot and Linux kernel) for byteDEVKIT AM62x by bytesatwork 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.

Support

If you have any questions or encounter any issues while using our products or services, please don’t hesitate to reach out to our support team.

Please feel free to contact us at [email protected] for any questions, comments or pull requests.

We are here to help and will get back to you as soon as possible.

About

Yocto project BSP meta-layer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published