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