3.4. Filesystem

The Processor SDK Linux AM67 provides a filesystem tarball that contains programs, scripts, Linux user-space components that abstract various hardware accelerators available in the SoC. The filesystem can be built via Yocto, following the instructions Processor SDK - Building the SDK with Yocto

There are different filesystem tarballs provided in the SDK. You’ll find them at $PSDK_PATH/filesystem/

tisdk-default-image

This is the complete filesystem image, that contains standard Linux commands and features. This also contains the TI component libraries, binaries and OOB Demos

Following is a list of all filesystem images provided by TI which can be built via Yocto

Common targets are:

From meta-arago[recommended]:
    arago-bootstrap-base-image:  Arago TI SDK bootstrap base image for initramfs
    arago-jailhouse-image:  Arago TI SDK image for Jailhouse Hypervisor (Supported platforms - AM62x SK, AM62x LP SK, AM62L EVM, AM62Px EVM)
    arago-bootstrap-image:  Arago TI SDK bootstrap image usable for board bringup
    arago-tiny-initramfs:  Arago TI SDK super minimal base image for initramfs
    arago-core-bundle:  Installer package for TI SDK - NOT for direct use on target
    arago-base-image:  Arago TI SDK base image with test tools
    arago-thinlinux-image:  Arago TI SDK Thin Linux image
    arago-jailhouse-inmate:  Arago TI SDK super minimal base image for jailhouse linux demo (Supported platforms - AM62x SK, AM62x LP SK, AM62L EVM, AM62Px EVM)
    arago-default-image:  Arago TI SDK full filesystem image
    arago-tiny-image:  Arago TI SDK super minimal base image for initramfs

From meta-tisdk:
    tisdk-display-cluster-image:  Arago TI SDK full filesystem image showcasing display sharing in AM62P

Note

Watchout for console logs while running oe-layersetup to get an exhaustive list of target filesystem images that can be built using Yocto.