大家好、
我正在使用 VISION SDK v3.07。
我已实施单阶段引导、并已通过 init-demo.sh 加载应用程序 apps.out
以下是我使用的内核命令行、
CONFIG_CMDLINE="升运器= NOOP console=ttyS0、115200n8 init=64M omapdrm.num_crtc=1 consoleblank=0 snd.slot_reserved=1、1 fixrtc loglevel=0 root=/dev/mmcblk0p1 rootfstype=ext4 rw rootwait=/home/root/init-demo.sh clk_ignore_quiet "
在不同的引导中、我发现启动应用程序的时间不同。 通过查看 dmesg 日志、我发现安装 ext4分区的时序需要更多时间、即从100ms 到700ms。 这会增加我们应用启动的延迟。
我附加了4个日志、每个日志在1712ms、1905ms、2255ms、2339ms 启动同一应用程序时具有不同的时间点。
e2e.ti.com/.../1712ms.txte2e.ti.com/.../1905ms.txte2e.ti.com/.../2255ms.txte2e.ti.com/.../2339ms.txt
您能不能建议任何方法来解决时间上的这种不一致问题。
此致、
Padmesh