Other Parts Discussed in Thread: AM67A
Note: The part number for this e2e issue's title was selected incorrectly. We are actually using TDA4VEN.
Tool/software:
After downloading version 10.01 of the SDK (as shown in Figure 1 of the attachment), we extracted the boot and tisdk tar.gz packages to the boot and root partitions of the SD card, and then launch the EVM development board through SD mode. The hardware connected to the development board includes an HDMI monitor and an IMX219 camera (see Figure 2 in the attachment). The development board was successfully launched, but the following phenomena occurred:
1. We tested the monitor with GST pipeline and report an error regarding DRM. (The pipeline is located in the gst-pipeline. txt file in the attachment, and the error is shown in Figure 3 of the attachment.)
2. The imx camera is not mounted. We attempted to run the imx219 example in edgeai_tiovx_apps and encountered an error message indicating the absence of a camera device (see Figure 4 in the attachment).
Here are our questions:
1. On the basis of the official SDK, what do we need to do to successfully drive the imx camera to run deep learning demos like edgeai_tiovx_apps? In the AM62A series documentation, it was achieved by adding configurations in uEnv.txt, but similar guidance was not found in the TDA4AEN documentation.
2. Can we use a GST pipeline similar to the AM62A series to obtain imx camera image data from the v4l2src plugin?
3. How to successfully drive20250715_E2E.zip the display to make kmssink available?