Re: Fastboot

2021-03-12 Thread Jonas Vautherin
@ &usb0 { status = "okay"; - dr_mode = "otg"; + dr_mode = "peripheral"; }; &usb1_phy { ``` I struggled with it, but that was a learning experience. Thanks a lot for the help! On Thu, Mar 11, 2021 at 1:56 AM Jonas Vautherin wrote: > Thanks a lot, Se

Re: Fastboot

2021-03-10 Thread Jonas Vautherin
uld mean that I am patching something that is not used. >From u-boot.img, or ideally even from my final image I flash on the sdcard, is there a way for me to see what is used to define the device tree? Best, On Thu, 11 Mar 2021, 00:44 Sean Anderson, wrote: > On 3/10/21 12:43 PM, Jo

Re: Fastboot

2021-03-10 Thread Jonas Vautherin
;, "tx11", "tx12", "tx13", "tx14", "tx 15"; }; ``` My understanding is therefore that `usb0` is in "otg" mode, and `usb1` is in "host" mode. But that does not really tell me why `fastboot usb 0` and `fastboot usb 1` failed.

Re: Fastboot

2021-03-07 Thread Jonas Vautherin
r 7, 2021 at 3:04 AM Sean Anderson wrote: > On 3/6/21 8:38 PM, Jonas Vautherin wrote: > > Thanks a lot Sean! > > > > I tried to enable logging by using the following CONFIG_: > > > > ``` > > CONFIG_LOG=y > > CONFIG_SPL_LOG=y > > CONFIG_TPL_LOG=y

Re: Fastboot

2021-03-06 Thread Jonas Vautherin
ys "Default log level: 0" after I set it (to whatever number, apparently). And second, it does not seem to bring me more output about the usb issue :-/. Am I missing something? Best, Jonas On Sat, Mar 6, 2021 at 3:20 AM Sean Anderson wrote: > On 3/5/21 7:10 PM, Jonas Vautherin wr

Fastboot

2021-03-05 Thread Jonas Vautherin
Hello! I am learning about Fastboot, and I would like to run it from u-boot and detect it from my host computer (I have the tools on my host, that's working with other devices). I am using a pocketbeagle and I built an image using Yocto. I can get into the u-boot prompt at boot time, and I get th