Re: U-boot on RPI3, sees disk but won't boot it

From: Mark Millard <marklmi_at_yahoo.com>
Date: Wed, 21 Sep 2022 16:43:10 UTC
The whitepsace on my patches did not survive. Trying again:

# cat /usr/ports/sysutils/u-boot-rpi-arm64/files/patch-include_configs_rpi.h
--- include/configs/rpi.h.orig	2022-01-22 06:03:55.862541000 -0800
+++ include/configs/rpi.h	2022-01-22 06:03:05.435341000 -0800
@@ -210,6 +210,8 @@
 	ENV_DEVICE_SETTINGS \
 	ENV_DFU_SETTINGS \
 	ENV_MEM_LAYOUT_SETTINGS \
+	"usb_pgood_delay=2000\0" \
+	"usb_ready_retry=5\0" \
 	BOOTENV
 
 

# cat /usr/ports/sysutils/u-boot-rpi4/files/patch-include_configs_rpi.h
--- include/configs/rpi.h.orig	2022-01-22 06:03:55.862541000 -0800
+++ include/configs/rpi.h	2022-01-22 06:03:05.435341000 -0800
@@ -210,6 +210,8 @@
 	ENV_DEVICE_SETTINGS \
 	ENV_DFU_SETTINGS \
 	ENV_MEM_LAYOUT_SETTINGS \
+	"usb_pgood_delay=2000\0" \
+	"usb_ready_retry=5\0" \
 	BOOTENV
 
 

# cat /usr/ports/sysutils/u-boot-rpi3/files/patch-include_configs_rpi.h
--- include/configs/rpi.h.orig	2022-01-22 06:03:55.862541000 -0800
+++ include/configs/rpi.h	2022-01-22 06:03:05.435341000 -0800
@@ -210,6 +210,8 @@
 	ENV_DEVICE_SETTINGS \
 	ENV_DFU_SETTINGS \
 	ENV_MEM_LAYOUT_SETTINGS \
+	"usb_pgood_delay=2000\0" \
+	"usb_ready_retry=5\0" \
 	BOOTENV
 
 

I do not know if this will actually provide the space/tab sequences
correctly or not but we will see.

===
Mark Millard
marklmi at yahoo.com