This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VMXEVM: TDA4vm yocto build

Part Number: TDA4VMXEVM

Hi,

I need to build core image with initramfs I am getting below error (I am using command is TOOLCHAIN_BASE=/home/gangadhar/Downloads/toolchains/ MACHINE=j7-evm bitbake core-image-tiny-initramfs)

ERROR: Nothing PROVIDES 'core-image-tiny-initramfs'
core-image-tiny-initramfs was skipped: incompatible with host arm-linux-gnueabi (not in COMPATIBLE_HOST)
core-image-tiny-initramfs was skipped: incompatible with host aarch64-linux (not in COMPATIBLE_HOST)
thanks
Gangadhar
  • Hi Gangadhar,

    The core-image-tiny-initramfs recipe indicates that it is compatible only for i.86 and x86_64 machines.

    So this error is expected.

    If you are trying to build a very small image for booting with TDA4, you can consider tisdk-tiny-image?

    Regards

    Karthik