We are using a custom board based on the Jetson Orin NX module, running JetPack 6.2, which includes Jetson Linux 36.4.3 (Kernel 5.15) and an Ubuntu 22.04 root file system.
Our current focus is on reducing the boot time, and for that we tried
Disable MB1/MB2 Logs
Modify combined uart
Pass “quiet” to kernel cmdline
But no significant change in boot time
Current time
systemd-analyze
Startup finished in 8.694s (kernel) + 15.733s (userspace) = 24.428s
graphical.target reached after 15.702s in userspace
we would appreciate any guidance or recommendations you can provide to help achieve this.
From the log you shared, it takes 45s for boot up from MB1 to linux log-in.
Could you also share the full serial console log with timestamp enabled after you’ve applied these changes?
I would expect there’s no MB1/MB2 logs and the logs from kernel should be decreased significantly.
changes_appliedbootlog.txt (32.1 KB)
Attaching boot log after applying the changes
Could you please suggest some recommended methods to reduce boot time on JetPack 6.2?