Forum Discussion
Yoels
New Contributor
2 years agoOn Arria10, how to measure time from power-up
On Arria10 that was build in Altera 20.1 environment, I have a startup sequence that includes SPL+UBoot 2020.04 and then after it a VxWorks image: When the VxWorks image loads I want to add a note t...
Yoels
New Contributor
2 years agoHi Aliff,
Thank you for your response.
The image you attached doesn't load on my browser for some reason. Anyway, there is no linux kernel and filesystem, I build a project using Uboot 2020.04 that loads a vxWorks image as the operating system (which also doesn't have a filesystem).
I want to know how much time it takes from when the Arria10 starts and gets power until the vxWorks image starts and is ready for the user to do stuff.
I can add relevant code on the vxWorks image and if needed also in the SPL part (the preloader part before the Uboot begins).
For example get timestamps from a relevant clock of the CPU and from there calculate the time difference or with some other method.
Thanks in advance for your help,
Yoels