We already went through the app note.
In section 2.1, towards the end of section, it is said that
"LinRegs should only be used to power the rails during boot up when the 4.2 V LinReg is not initialized."
And that is what we see in the u-boot spl code too.
Our application is supplied with 5V from a wall adapter.
In the app note in section 3.1.2 it is said that
"When a 5 V supply is detected, the internal LinRegs powers ON the i.MX28 processor. The power rails
are raised to their default values and the ROM begins to process. When the i.MX28 processor is booted,
the device enables the 4.2 V LinReg to supply power to the DC-DC converter instead of using the internal
LinRegs to power the rails."
Is it possible to change this process and continue booting with the LinRegs?
We are looking for a power up sequence excluding the DC-DC converter.