
6 May
2023
6 May
'23
6 p.m.
On Sat, May 06, 2023 at 03:59:57PM +0000, Jonas Karlman wrote:
Hi Simon,
On 2023-05-06 04:03, Simon Glass wrote:
This causes crashes on some boards, e.g. rockpro64. In any case, we should not do it.
Check the usb_started flag to avoid this.
Signed-off-by: Simon Glass sjg@chromium.org
drivers/usb/host/usb_bootdev.c | 3 +++ test/boot/bootdev.c | 5 +++++ 2 files changed, 8 insertions(+)
This fixes the crash related to usbkbd in stdin env on my rockpro64, so:
Tested-by: Jonas Karlman jonas@kwiboo.se
I'm also testing things out on my rockpro64 finally. Are you able to boot distributions from uSD on yours or only USB, automatically?
--
Tom