Part Number: TDA4AEN-Q1
Hi Team,
- Bootloader: Falcon Mode enabled (skipping U-Boot proper).
- Userspace: BusyBox-based
tiny-image(replacing systemd). - Libraries: Minimal GStreamer libraries enabled.
- Kernel: Stripped
defconfigto remove unnecessary drivers and features.
/dev/video* and /dev/fb0 or /dev/dri/card0) are no longer appearing.- Do you have a recommended minimal Kernel
.configor a patch specifically for AM62A that enables only the CSI-2 and Display (DSS) paths for fast-boot scenarios? - To keep the boot time under 2–3 seconds, is it possible to initialize the VPAC/ISP via the R5F core earlier in the sequence, or must I wait for a specific
remoteprocload in Linux? - Are there specific Device Tree optimizations (nodes to keep vs. nodes to disable) to ensure the CSI-2 and Display drivers probe immediately without waiting for other dependencies?
- Is there a reference for an "Early Capture" implementation that bypasses the standard heavy driver probe sequence?
