I am experiencing issues while building an AUTOSD image for TDA4 EVM Board. I have attached the detailed build procedure followed, along with the error logs observed during the build process of the TDA4 EVM board, for your reference. Please share the recommended procedure to create a bootable SD card using the AUTOSD image.
Website followed - https://docs.centos.org/automotive-sig-documentation/provisioning/flashing-t...
OS - CentOS Stream 10 (On virtual machine manager)
Commands used - [sk@localhost automotive-image-builder]$ sudo ./bin/aib-dev build-deprecated \ --container \ --target tda4vm_sk \ --mode package \ --export image \ examples/simple.aib.yml .
Output - usage: aib-dev [-h] [--version] [--verbose] {build-deprecated,build,list-distro,list-targets,list-rpms,download} ... aib-dev: error: unrecognized arguments: tda4vm_sk --mode package --export image examples/simple.aib.yml .
I am able to run the build with: ``` $ sudo ./auto-image-builder.sh -d build-deprecated --target tda4vm_sk --mode image --export image examples/simple.aib.yml raw.img ```
On Tue, Feb 17, 2026 at 11:34 AM sanskruti.bk--- via automotive-sig < automotive-sig@lists.centos.org> wrote:
I am experiencing issues while building an AUTOSD image for TDA4 EVM Board. I have attached the detailed build procedure followed, along with the error logs observed during the build process of the TDA4 EVM board, for your reference. Please share the recommended procedure to create a bootable SD card using the AUTOSD image.
Website followed - https://docs.centos.org/automotive-sig-documentation/provisioning/flashing-t...
OS - CentOS Stream 10 (On virtual machine manager)
Commands used - [sk@localhost automotive-image-builder]$ sudo ./bin/aib-dev build-deprecated \ --container \ --target tda4vm_sk \ --mode package \ --export image \ examples/simple.aib.yml .
Output - usage: aib-dev [-h] [--version] [--verbose]
{build-deprecated,build,list-distro,list-targets,list-rpms,download} ... aib-dev: error: unrecognized arguments: tda4vm_sk --mode package --export image examples/simple.aib.yml . _______________________________________________ automotive-sig mailing list -- automotive-sig@lists.centos.org To unsubscribe send an email to automotive-sig-leave@lists.centos.org
Yes, Thank you. I am also able to build the image.
$ sudo ./bin/aib-dev build-deprecated --container --target tda4vm_sk --mode package --export image examples/simple.aib.yml .
But i am not able to get any logs.
you can add --verbose after ./bin/aib-dev
On Wed, Feb 18, 2026 at 12:02 PM sanskruti.bk--- via automotive-sig < automotive-sig@lists.centos.org> wrote:
Yes, Thank you. I am also able to build the image.
$ sudo ./bin/aib-dev build-deprecated --container --target tda4vm_sk --mode package --export image examples/simple.aib.yml .
But i am not able to get any logs. _______________________________________________ automotive-sig mailing list -- automotive-sig@lists.centos.org To unsubscribe send an email to automotive-sig-leave@lists.centos.org
I meant, I am not getting the logs during the board bringup after flashing the image to the sd card and running it on TDA4VM. I can see the logs during the build.
@Benny I thought for the TI images we were moving the ebbr target btw?
On Wed, Feb 18, 2026 at 10:34:40AM -0000, sanskruti.bk--- via automotive-sig wrote:
I meant, I am not getting the logs during the board bringup after flashing the image to the sd card and running it on TDA4VM. I can see the logs during the build.
So let's recap. You successfully built the image using aib-dev build-deprecated. This has generate an image. What did you do then?
Thanks, Pierre
EBBR can be used if the FW supports it, but flash to SD is also supported. I am not sure about this specific target but @Javier Martinez Canillas fmartine@redhat.com was working on fixing that as it was previously broken
On Wed, Feb 18, 2026 at 1:47 PM Pierre-Yves Chibon pingou@pingoured.fr wrote:
@Benny I thought for the TI images we were moving the ebbr target btw?
On Wed, Feb 18, 2026 at 10:34:40AM -0000, sanskruti.bk--- via automotive-sig wrote:
I meant, I am not getting the logs during the board bringup after
flashing the image to the sd card and running it on TDA4VM. I can see the logs during the build.
So let's recap. You successfully built the image using aib-dev build-deprecated. This has generate an image. What did you do then?
Thanks, Pierre _______________________________________________ automotive-sig mailing list -- automotive-sig@lists.centos.org To unsubscribe send an email to automotive-sig-leave@lists.centos.org
We used $dd if=disk_j784s4.img of=</dev/sdX> status=progress bs=4M conv=fsync command to flash the image to the sd card and then sd card inserted to the TDA4 board but then we were not able to see any boot logs.
Then we took the boot files from TI pre-built image (https://dr-download.ti.com/software-development/software-development-kit-sdk... sd card and then retried booting then uboot was up.
Next we added aboot-6.12.0-202.el10iv.aarch64.img and .dtb file to the boot folder then we were able to do the bringup.
automotive-sig@lists.centos.org