Uboot 2013.04 of IMX6Solo hang at ipuv3_fb_shutdown()

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Uboot 2013.04 of IMX6Solo hang at ipuv3_fb_shutdown()

453 Views
phuocdo
Contributor II

Hi all,

        I have done a reset test IMX6 Solo with Uboot 2013.04 and kernel 3.10.17, the system reset every 15 seconds after startup. After a day, the system hangs at ipuv3_fb_shutdown() function in Uboot. PLease help some advices for this issue! Thanks.

void ipuv3_fb_shutdown(void)
{
    printf("\n *********** IN FUNCTION  ipuv3_fb_shutdown\n");
     int i;
     struct ipu_stat *stat = (struct ipu_stat *)IPU_STAT;
    printf("\n *********** %s: ipuv3_fb_shutdown step 1\n", __FUNCTION__);
     for (i = 0; i < ARRAY_SIZE(mxcfb_info); i++) {
          struct fb_info *fbi = mxcfb_info[i];
          if (fbi) {
               struct mxcfb_info *mxc_fbi = fbi->par;
               ipu_disable_channel(mxc_fbi->ipu_ch);
               ipu_uninit_channel(mxc_fbi->ipu_ch);
          }
     }
    printf("\n *********** %s: ipuv3_fb_shutdown step 2 \n", __FUNCTION__);
     for (i = 0; i < ARRAY_SIZE(stat->int_stat); i++) {
          __raw_writel(__raw_readl(&stat->int_stat[i]),
                    &stat->int_stat[i]);
     }
    printf("\n *********** %s: ipuv3_fb_shutdown step 3 --> DONE\n", __FUNCTION__);
}

Image_from_Skype.png

Best Regards

Phuoc Do

0 Kudos
1 Reply

386 Views
igorpadykov
NXP Employee
NXP Employee

Hi Phuoc

please try patches on

Patch to support uboot logo keep from uboot to kernel for NXP Linux and Android BSP (HDMI, LCD and L... 

also may be recommended to move to more new uboot/kernel releases.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos