Good afternoon,
We have a sys/bios project running on a AM335x board. The sys/bios version is 6.42.3.35 and the XDC tools version is 3.31.0.24_core.
Our boot loader sets up the memory interfaces and the CPU clock to 1GHz, loads the image into position and then launches it. Between this point and our codes starting to run in main() takes about 24 seconds.
Is this delay typical and if not what can I try to improve it?
I have tried turning optimization on/off, changing BIOS.libType and playing with a few other bits but nothing I have done seems to make any difference to this delay,
Thank you
Sean