ROM Code Boot Time Measurements

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

ROM Code Boot Time Measurements

1,504 次查看
AdrianGancev
NXP Employee
NXP Employee

I want to share some measurements that we did in the office for the initial boot steps, from POR until user code is executed from DDR. Measurements were made with no HAB and don't include Power time, which is device dependent. They cover the following two steps:

  • boot decision
  • fetching of image into DDR.

Platform used: i.MX6Q / Sabre AI

Image SizeSD Class 4 on CPU CARDNAND** on CPU CARDParallel NOR on CPU CARD
2KB32 ms + 79* ms25 ms23 ms
166KB40 ms + 79* ms61 ms56 ms
1MB77 ms + 79* ms247 ms213 ms

* Constant value, measured only once (after SD card insert/platform power up), does not appear for subsequent s/w resets.

** Samsung K9G4G08U0M

Thanks to Andreas S. for help.

标签 (1)
标记 (1)
2 回复数

769 次查看
mklug_xx
Contributor I

Do you have measurements with HAB?

-Mike

0 项奖励

769 次查看
AdrianGancev
NXP Employee
NXP Employee

When using HAB, RSA and SHA run in parallel. Here is an approximation based on measurements - add the following for HAB:

  If authenticated image < 1MB, a constant of 25ms. For i.MX6SoloX, that time could potentially be reduced to half.

  If authenticated image > 1MB, (Image_Size_MB / 1MB) * 25ms.