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.

PROCESSOR-SDK-AM62X: Image packing problem

Part Number: PROCESSOR-SDK-AM62X

Hi Ti,

Is there any way I can pack "tisdk-base-image-am62xx-evm.tar.xz" into "tisdk-base-image-am62xx-evm.wic.xz"?

SDK 8.0, I can use " IMAGE_BOOT_FILES += " tisdk-base-image-am62xx-evm.tar.xz " " to pack image,

But SDK 9.0 will fail. and error msg as below, Do you have any suggestions about this?

| ERROR: _exec_cmd: install -m 0644 -D /home/test/workspace/build/arago-tmp-default-glibc/deploy/images/am62xx-evm/tisdk-base-image-am62xx-evm.tar.xz /home/test/workspace/build/arago-tmp-default-glibc/work/am62xx_evm-oe-linux/tisdk-base-image/1.0-r0.psdk0/tmp-wic/hdd/boot/tisdk-base-image-am62xx-evm.tar.xz returned '1' instead of 0
| output: install: cannot stat '/home/test/workspace/build/arago-tmp-default-glibc/deploy/images/am62xx-evm/tisdk-base-image-am62xx-evm.tar.xz': No such file or directory
| WARNING: /home/test/workspace/build/arago-tmp-default-glibc/work/am62xx_evm-oe-linux/tisdk-base-image/1.0-r0.psdk0/temp/run.do_image_wic.2567794:162 exit 1 from 'BUILDDIR="/home/test/workspace/build" PSEUDO_UNLOAD=1 wic create "$wks" --vars "/home/test/workspace/build/arago-tmp-default-glibc/sysroots/am62xx-evm/imgdata/" -e "tisdk-base-image" -o "$build_wic/" -w "$tmp_wic" --no-fstab-update'
| WARNING: Backtrace (BB generated script):
| #1: do_image_wic, /home/test/workspace/build/arago-tmp-default-glibc/work/am62xx_evm-oe-linux/tisdk-base-image/1.0-r0.psdk0/temp/run.do_image_wic.2567794, line 162
| #2: main, /home/test/workspace/build/arago-tmp-default-glibc/work/am62xx_evm-oe-linux/tisdk-base-image/1.0-r0.psdk0/temp/run.do_image_wic.2567794, line 181
ERROR: Task (/home/test/workspace/sources/meta-arago/meta-arago-distro/recipes-core/images/tisdk-base-image.bb:do_image_wic) failed with exit code '1'

Thanks,
Allen