Part Number: AM62P-Q1
Other Parts Discussed in Thread: AM62P, SK-LCD1
Following the guide here, I am currently unable to reproduce the boot times stated: 4.1.12. Boot Time Optimizations — Processor SDK AM62Px Documentation
With the minimal image and all of the instructions followed, I get a time of 3 seconds to go from power applied to Kernel booted which is nowhere near the stated <1 second. From what I can see in the documentation, the test there is completed under warm reset conditions, which would explan some of the discrepency.
From what I can get access to on the dev board, I see PSU and USB negotiation taking 0.7s, PMIC and ROM load 1s and Kernel load 1.3s. For my application, I need to boot from cold up to a screen that is capable of displaying a live GUI (no windows manager required for that as DRM supplies the hooks needed) in less than 3 seconds if possible.
Would I be able to get timings achieved from a cold boot, instructions by which to achieve the quickest boot possible with a screen and what avenues to chase down for further optimisations from there?