Part Number: AM625
Tool/software:
Hi TI team,
https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1357371/am625-required-meta-webserver-layer
I followed these link but I am still getting error.
I follows below steps,
1) I disable the CONFIG_HTTPD flag.
-> #CONFIG_HTTPD=y
2) Hit the bitbake command for build.
-> bitbake -c clean acmh-image && bitbake acmh-image
3) Error.
ERROR: acmh-image-1.0-r0 do_rootfs: Postinstall scriptlets of ['busybox'] have failed. If the intention is to defer them to first boot,
then please place them into pkg_postinst_ontarget:${PN} ().
Deferring to first boot via 'exit 1' is no longer supported.
Details of the failure are in /home/alakhara/tisdk/build/arago-tmp-default-glibc/work/am62xx_evm-oe-linux/acmh-image/1.0-r0/temp/log.do_rootfs.
ERROR: Logfile of failure stored in: /home/alakhara/tisdk/build/arago-tmp-default-glibc/work/am62xx_evm-oe-linux/acmh-image/1.0-r0/temp/log.do_rootfs.2055142
ERROR: Task (/home/alakhara/tisdk/sources/meta-custom-acmh/recipes-example/images/acmh-image.bb:do_rootfs) failed with exit code '1'
Please help me out.