Re: MUSB compile failure for imx28

2025-01-08 Thread Rogan Dawes
On Tue, Jan 07, 2025 at 04:24:51PM -0300, Fabio Estevam wrote: > On Tue, Jan 7, 2025 at 12:30 PM Rogan Dawes wrote: > > > That would explain it, then! :facepalm: > > I tested to access the console via usbacm and it worked on my imx28evk: > Yes, I have also been able to get access to my Wink 1

Re: MUSB compile failure for imx28

2025-01-07 Thread Fabio Estevam
On Tue, Jan 7, 2025 at 12:30 PM Rogan Dawes wrote: > That would explain it, then! :facepalm: I tested to access the console via usbacm and it worked on my imx28evk: --- a/configs/mx28evk_defconfig +++ b/configs/mx28evk_defconfig @@ -70,3 +70,5 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x0525 CONFIG_USB_

Re: MUSB compile failure for imx28

2025-01-07 Thread Rogan Dawes
On Tue, Jan 07, 2025 at 09:09:09AM -0300, Fabio Estevam wrote: > Hi Rogan, > > On Thu, Jan 2, 2025 at 1:27 PM Rogan Dawes wrote: > > > > Hi folks, > > > > I am trying to get a modern u-boot running on my Wink Hub v1 (Hi Fabio! > > :-) > > > > One of the features I am trying to enable is ultimatel

Re: MUSB compile failure for imx28

2025-01-07 Thread Fabio Estevam
Hi Rogan, On Thu, Jan 2, 2025 at 1:27 PM Rogan Dawes wrote: > > Hi folks, > > I am trying to get a modern u-boot running on my Wink Hub v1 (Hi Fabio! > :-) > > One of the features I am trying to enable is ultimately usbacm console, > but in the process of trying to get there, I first tried enabli

Re: MUSB compile failure for imx28

2025-01-02 Thread Rogan Dawes
On Thu, Jan 02, 2025 at 11:23:05AM +0200, Rogan Dawes wrote: > Hi folks, > > I am trying to get a modern u-boot running on my Wink Hub v1 (Hi Fabio! > :-) > > One of the features I am trying to enable is ultimately usbacm console, > but in the process of trying to get there, I first tried enablin

MUSB compile failure for imx28

2025-01-02 Thread Rogan Dawes
Hi folks, I am trying to get a modern u-boot running on my Wink Hub v1 (Hi Fabio! :-) One of the features I am trying to enable is ultimately usbacm console, but in the process of trying to get there, I first tried enabling MUSB. diff --git a/configs/mx28evk_defconfig b/configs/mx28evk_defconfig