Re: [U-Boot] mx6ull evk reboots automatically

2017-11-23 Thread Fabio Estevam
Hi Ye Li, On Thu, Nov 23, 2017 at 12:52 AM, Fabio Estevam wrote: > Hi Ye Li, > > On Thu, Nov 23, 2017 at 12:05 AM, Ye Li wrote: > >> The wdog3 is not disabled for i.mx6ull on mainline U-boot. Please fix it in >> imx_set_wdog_powerdown. >> >>if

Re: [U-Boot] mx6ull evk reboots automatically

2017-11-22 Thread Fabio Estevam
Hi Ye Li, On Thu, Nov 23, 2017 at 12:05 AM, Ye Li wrote: > The wdog3 is not disabled for i.mx6ull on mainline U-boot. Please fix it in > imx_set_wdog_powerdown. > >if (is_mx6sx() || is_mx6ul() || is_mx6ull() || is_mx7()) > writew(enable, >wmcr); Thanks for

Re: [U-Boot] mx6ull evk reboots automatically

2017-11-22 Thread Ye Li
Hi Fabio, > -Original Message- > From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Peng Fan > Sent: Thursday, November 23, 2017 9:40 AM > To: Fabio Estevam <feste...@gmail.com> > Cc: U-Boot-Denx <u-boot@lists.denx.de> > Subject: Re: [U-Boot] mx

Re: [U-Boot] mx6ull evk reboots automatically

2017-11-22 Thread Peng Fan
Hi Fabio, > -Original Message- > From: Fabio Estevam [mailto:feste...@gmail.com] > Sent: Thursday, November 23, 2017 3:07 AM > To: Peng Fan > Cc: U-Boot-Denx > Subject: mx6ull evk reboots automatically > > Hi Peng, > > Booting a mainline U-Boot

[U-Boot] mx6ull evk reboots automatically

2017-11-22 Thread Fabio Estevam
Hi Peng, Booting a mainline U-Boot on a imx6ull evk with a mainline kernel causes the board to reboot after about 5 seconds from reaching the Linux prompt. If I use the NXP U-Boot version this problem does not happen. Do you have any suggestion to fix this problem? Thanks, Fabio Estevam