View Issue Details

IDProjectCategoryView StatusLast Update
0001651EBootV210NAND-FMDpublic2013-03-21 09:08
Reporterfroelich Assigned To 
PriorityimmediateSeveritymajorReproducibilityunable to reproduce
Status resolvedResolutionfixed 
Product VersionV110 
Target VersionV111Fixed in VersionV111 
Summary0001651: Unneeded writes to flash during every reset cycle.
DescriptionEBoot 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

Activities

There are no notes attached to this issue.