View Issue Details

IDProjectCategoryView StatusLast Update
0005459Eboot_iMX6SXEBootpublic2022-07-18 06:44
Reporterzutter Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionV1.7 
Target VersionV1.8Fixed in VersionV1.8 
Summary0005459: Boot screen does not work
DescriptionBoot screen does not work
Additional Informationbootloader\..\utils.c:
        else if (DDK_CLOCK_BAUD_SOURCE_PLL2_BUS == src)
        {

<< INSREG32(&g_pCCM->CSCDR2, CCM_CS2CDR_LDB_DIO_CLK_SEL_MASK,
>> INSREG32(&g_pCCM->CSCDR2,CCM_CSCDR2_LCDIF1_CLK_SEL_MASK,
>> (0 << CCM_CSCDR2_LCDIF1_CLK_SEL_LSH));

>> INSREG32(&g_pCCM->CSCDR2, (((1 << CCM_CSCDR2_LCDIF1_PRE_CLK_SEL_WID)-1) << CCM_CSCDR2_LCDIF1_PRE_CLK_SEL_LSH),
>> (0 << CCM_CSCDR2_LCDIF1_PRE_CLK_SEL_LSH));

Activities

There are no notes attached to this issue.