From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alper Nebi Yasak Date: Thu, 21 Jan 2021 12:12:35 +0300 Subject: Boot failure triggered by USB on rockpro64-rk3399 and pinebook-pro-rk3399 In-Reply-To: <9c4b1132-ca6d-b276-b458-49793c1046e0@rock-chips.com> References: <87o8hj5eym.fsf@yucca> <9c4b1132-ca6d-b276-b458-49793c1046e0@rock-chips.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 21/01/2021 03:08, Vagrant Cascadian wrote: > It seems rockpro64-rk3399 and pinebook-pro-rk3399 fail to boot when usb > is started. It hangs indefinitely at: > > ## Flattened Device Tree blob at 01f00000 > Booting using the fdt blob at 0x1f00000 > > I have observed this also using 2020.10 on rockpro64-rk3399, though on > pinebook-pro-rk3399 usb does not work and so it basically avoids > triggering the issue. > > Setting CONFIG_USE_PREBOOT=n in the config works around the problem, > though obviously by breaking usb keyboard support or booting from USB > devices. This might be the same as [1] where running "usb stop" would hang, but disabling CONFIG_USB_OHCI_HCD and CONFIG_USB_OHCI_GENERIC gets the board to boot (still breaks the keyboard). Might help narrow things down. [1] https://lists.denx.de/pipermail/u-boot/2020-November/432931.html On 21/01/2021 06:37, Kever Yang wrote: > ??? Do you know which version is the last version that works in this case? The email I linked above has some versions they've tested, in case this is the same issue.