Re: [PATCH 2/2] imx8mm_evk: Add Serial Download Protocol support

2022-09-21 Thread Fabio Estevam
Hi Peng, On Wed, Sep 21, 2022 at 2:25 AM Peng Fan wrote: > I am not sure, the master branch has this issue? Any specific config > option required? Yes, to reproduce this issue on U-Boot master, just need to apply this series plus Marek's fix: https://lore.kernel.org/u-boot/CAOMZO5Cid5eck=ahiowb

Re: [PATCH 2/2] imx8mm_evk: Add Serial Download Protocol support

2022-09-20 Thread Peng Fan
On 9/20/2022 8:20 AM, Fabio Estevam wrote: Add Serial Download Protocol support as it is a useful method to load flash.bin to RAM and run it via 'uuu'. With this patch, it is possible to start both U-Boot SPL and U-Boot proper using the following 'uuu'command: $ uuu -brun spl flash.bin Base

Re: [PATCH 2/2] imx8mm_evk: Add Serial Download Protocol support

2022-09-20 Thread Peng Fan
On 9/20/2022 7:13 PM, Fabio Estevam wrote: Hi Peng, On Tue, Sep 20, 2022 at 3:56 AM Peng Fan wrote: Hi Fabio, Just have a question, the tcpci driver is not supported, so how do you manage to make SDP work? I understand that the tcpci driver is required when a USB role switch is needed.

Re: [PATCH 2/2] imx8mm_evk: Add Serial Download Protocol support

2022-09-20 Thread Fabio Estevam
Hi Peng, On Tue, Sep 20, 2022 at 3:56 AM Peng Fan wrote: > > Hi Fabio, > > Just have a question, the tcpci driver is not supported, so how > do you manage to make SDP work? I understand that the tcpci driver is required when a USB role switch is needed. I am only using the usbotg1 as a peripher

Re: [PATCH 2/2] imx8mm_evk: Add Serial Download Protocol support

2022-09-19 Thread Peng Fan
Hi Fabio, Just have a question, the tcpci driver is not supported, so how do you manage to make SDP work? Regards, Peng. On 9/20/2022 8:20 AM, Fabio Estevam wrote: Add Serial Download Protocol support as it is a useful method to load flash.bin to RAM and run it via 'uuu'. With this patch, it

Re: [PATCH 2/2] imx8mm_evk: Add Serial Download Protocol support

2022-09-19 Thread Michael Nazzareno Trimarchi
> Cc: sba...@denx.de; peng@nxp.com; ma...@denx.de; u-boot@lists.denx.de > > Subject: Re: [PATCH 2/2] imx8mm_evk: Add Serial Download Protocol support > > > > Hi > > > > On Tue, Sep 20, 2022 at 2:21 AM Fabio Estevam wrote: > > > > > > Add Serial Download

RE: [PATCH 2/2] imx8mm_evk: Add Serial Download Protocol support

2022-09-19 Thread ZHIZHIKIN Andrey
Hello Michael, > -Original Message- > From: U-Boot On Behalf Of Michael Nazzareno > Trimarchi > Sent: Tuesday, September 20, 2022 7:46 AM > To: Fabio Estevam > Cc: sba...@denx.de; peng@nxp.com; ma...@denx.de; u-boot@lists.denx.de > Subject: Re: [PATCH 2/2] i

Re: [PATCH 2/2] imx8mm_evk: Add Serial Download Protocol support

2022-09-19 Thread Michael Nazzareno Trimarchi
Hi On Tue, Sep 20, 2022 at 2:21 AM Fabio Estevam wrote: > > Add Serial Download Protocol support as it is a useful method to > load flash.bin to RAM and run it via 'uuu'. > > With this patch, it is possible to start both U-Boot SPL and U-Boot > proper using the following 'uuu'command: > > $ uuu -