Part Number: TDA2HG
Hi,
My software version: visionSDK3.08.
I am doing startup optimization recently, I used earlyboot to reduce uboot startup time.
But now, after the kernel starts, the systemd starts too many processes that are temporarily unused.
It takes up a lot of cpu runtime, causing our application cann't run quickly.
I want to manually control the startup sequence and put time-consuming services after our application runs stably.
How to remove systemd from VSDK?