Re: [U-Boot] [PATCH V2] imx: mx7: Add support for USB and normal boot modes

2017-10-02 Thread Stefano Babic
On 02/10/2017 16:19, Eric Nelson wrote: > Hi Stefano, > > On 10/02/2017 06:21 AM, Stefano Babic wrote: >> On 31/08/2017 00:13, Eric Nelson wrote: >>> This adds support for two additional boot modes on the i.MX7D SoC, which >>> is most useful when doing U-Boot development on this chip. >>> >>> 1.

Re: [U-Boot] [PATCH V2] imx: mx7: Add support for USB and normal boot modes

2017-10-02 Thread Eric Nelson
Hi Stefano, On 10/02/2017 06:21 AM, Stefano Babic wrote: On 31/08/2017 00:13, Eric Nelson wrote: This adds support for two additional boot modes on the i.MX7D SoC, which is most useful when doing U-Boot development on this chip. 1. "bmode usb" can be used to force the ROM boot loader's serial

Re: [U-Boot] [PATCH V2] imx: mx7: Add support for USB and normal boot modes

2017-10-02 Thread Stefano Babic
On 31/08/2017 00:13, Eric Nelson wrote: > This adds support for two additional boot modes on the i.MX7D SoC, which > is most useful when doing U-Boot development on this chip. > > 1. "bmode usb" can be used to force the ROM boot loader's serial > 2. "bmode normal" can be used to revert to the

Re: [U-Boot] [PATCH V2] imx: mx7: Add support for USB and normal boot modes

2017-09-01 Thread Troy Kisky
On 8/31/2017 4:13 PM, Troy Kisky wrote: > On 8/31/2017 4:04 PM, Eric Nelson wrote: >> On 08/31/2017 03:53 PM, Troy Kisky wrote: >>> On 8/31/2017 2:28 PM, Troy Kisky wrote: >>> Maybe if you change the WDOG pinmux it might work ? >>> >>> Worked for me >>> >>> => mm.l 302c >>>

Re: [U-Boot] [PATCH V2] imx: mx7: Add support for USB and normal boot modes

2017-08-31 Thread Troy Kisky
On 8/31/2017 4:04 PM, Eric Nelson wrote: > On 08/31/2017 03:53 PM, Troy Kisky wrote: >> On 8/31/2017 2:28 PM, Troy Kisky wrote: >> >>> >>> Maybe if you change the WDOG pinmux it might work ? >>> >>> >> >> Worked for me >> >> => mm.l 302c >> 302c: 0003 ? 0 >> 302c0004: 0001 ? q >>

Re: [U-Boot] [PATCH V2] imx: mx7: Add support for USB and normal boot modes

2017-08-31 Thread Eric Nelson
On 08/31/2017 04:11 PM, Fabio Estevam wrote: Troy, On Thu, Aug 31, 2017 at 7:53 PM, Troy Kisky wrote: On 8/31/2017 2:28 PM, Troy Kisky wrote: Maybe if you change the WDOG pinmux it might work ? Worked for me => mm.l 302c 302c: 0003 ? 0

Re: [U-Boot] [PATCH V2] imx: mx7: Add support for USB and normal boot modes

2017-08-31 Thread Fabio Estevam
Troy, On Thu, Aug 31, 2017 at 7:53 PM, Troy Kisky wrote: > On 8/31/2017 2:28 PM, Troy Kisky wrote: > >> >> Maybe if you change the WDOG pinmux it might work ? >> >> > > Worked for me > > => mm.l 302c > 302c: 0003 ? 0 > 302c0004: 0001 ? q > => bmod

Re: [U-Boot] [PATCH V2] imx: mx7: Add support for USB and normal boot modes

2017-08-31 Thread Eric Nelson
On 08/31/2017 03:53 PM, Troy Kisky wrote: On 8/31/2017 2:28 PM, Troy Kisky wrote: Maybe if you change the WDOG pinmux it might work ? Worked for me => mm.l 302c 302c: 0003 ? 0 302c0004: 0001 ? q => bmod usb resetting ... Hmm... On SABRE-SD or Nitrogen7?

Re: [U-Boot] [PATCH V2] imx: mx7: Add support for USB and normal boot modes

2017-08-31 Thread Eric Nelson
Thanks Troy (and Peng), On 08/31/2017 02:28 PM, Troy Kisky wrote: On 8/31/2017 6:56 AM, Fabio Estevam wrote: On Thu, Aug 31, 2017 at 10:35 AM, Fabio Estevam wrote: On Wed, Aug 30, 2017 at 7:13 PM, Eric Nelson wrote: This adds support for two additional

Re: [U-Boot] [PATCH V2] imx: mx7: Add support for USB and normal boot modes

2017-08-31 Thread Troy Kisky
On 8/31/2017 2:28 PM, Troy Kisky wrote: > > Maybe if you change the WDOG pinmux it might work ? > > Worked for me => mm.l 302c 302c: 0003 ? 0 302c0004: 0001 ? q => bmod usb resetting ... ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH V2] imx: mx7: Add support for USB and normal boot modes

2017-08-31 Thread Troy Kisky
On 8/31/2017 6:56 AM, Fabio Estevam wrote: > On Thu, Aug 31, 2017 at 10:35 AM, Fabio Estevam wrote: >> Hi Eric, >> >> On Wed, Aug 30, 2017 at 7:13 PM, Eric Nelson wrote: >>> This adds support for two additional boot modes on the i.MX7D SoC, which >>> is most

Re: [U-Boot] [PATCH V2] imx: mx7: Add support for USB and normal boot modes

2017-08-31 Thread Eric Nelson
Hi Fabio, On 08/31/2017 06:56 AM, Fabio Estevam wrote: On Thu, Aug 31, 2017 at 10:35 AM, Fabio Estevam wrote: Hi Eric, On Wed, Aug 30, 2017 at 7:13 PM, Eric Nelson wrote: This adds support for two additional boot modes on the i.MX7D SoC, which is most

Re: [U-Boot] [PATCH V2] imx: mx7: Add support for USB and normal boot modes

2017-08-31 Thread Fabio Estevam
On Thu, Aug 31, 2017 at 10:35 AM, Fabio Estevam wrote: > Hi Eric, > > On Wed, Aug 30, 2017 at 7:13 PM, Eric Nelson wrote: >> This adds support for two additional boot modes on the i.MX7D SoC, which >> is most useful when doing U-Boot development on this chip.

Re: [U-Boot] [PATCH V2] imx: mx7: Add support for USB and normal boot modes

2017-08-31 Thread Fabio Estevam
Hi Eric, On Wed, Aug 30, 2017 at 7:13 PM, Eric Nelson wrote: > This adds support for two additional boot modes on the i.MX7D SoC, which > is most useful when doing U-Boot development on this chip. > > 1. "bmode usb" can be used to force the ROM boot loader's serial > 2. "bmode

Re: [U-Boot] [PATCH V2] imx: mx7: Add support for USB and normal boot modes

2017-08-30 Thread Eric Nelson
Sorry for the spam. I resent this by mistake. On 08/30/2017 03:13 PM, Eric Nelson wrote: This adds support for two additional boot modes on the i.MX7D SoC, which is most useful when doing U-Boot development on this chip. 1. "bmode usb" can be used to force the ROM boot loader's serial 2.

[U-Boot] [PATCH V2] imx: mx7: Add support for USB and normal boot modes

2017-08-30 Thread Eric Nelson
This adds support for two additional boot modes on the i.MX7D SoC, which is most useful when doing U-Boot development on this chip. 1. "bmode usb" can be used to force the ROM boot loader's serial 2. "bmode normal" can be used to revert to the normal boot mode as specified by fuses and

[U-Boot] [PATCH V2] imx: mx7: Add support for USB and normal boot modes

2017-08-30 Thread Eric Nelson
This adds support for two additional boot modes on the i.MX7D SoC, which is most useful when doing U-Boot development on this chip. 1. "bmode usb" can be used to force the ROM boot loader's serial 2. "bmode normal" can be used to revert to the normal boot mode as specified by fuses and