View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001651 | EBootV210 | NAND-FMD | public | 2013-03-20 19:35 | 2013-03-21 09:08 |
Reporter | froelich | Assigned To | |||
Priority | immediate | Severity | major | Reproducibility | unable to reproduce |
Status | resolved | Resolution | fixed | ||
Product Version | V110 | ||||
Target Version | V111 | Fixed in Version | V111 | ||
Summary | 0001651: Unneeded writes to flash during every reset cycle. | ||||
Description | EBoot checks if blocks 0..n are marked as reserved. The calculation of n needs previous call to FMD_GetInfo() which initialiszes g_cFlashInfo. To resolve error call FMD_GetInfo() prior to use of var RESERVED_BOOT_BLOCKS. // Get flash info if (!FMD_GetInfo(&g_cFlashInfo)) { OALMSG(OAL_ERROR, (L"ERROR: BLFlashDownload: FMD_GetInfo call failed\r\n")); } for( dwBlock = 0; dwBlock < RESERVED_BOOT_BLOCKS; dwBlock ++ ) | ||||
Forum Link | |||||