You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nanopi-r5s: u-boot: main: bump u-boot to v2026.07-rc5 + make it patch-less
- convert patches to hooks that do the patching/configuring
- one for boot order
- one for OTG ("the USB-A closest to the edge is the OTG port")
- enable lwip, btrfs, etc
run_host_command_logged scripts/config --set-str CONFIG_PREBOOT "'led led-power on; led led-lan1 on; led led-lan2 on; led led-wan on; pci enum; nvme scan; led led-lan1 off; led led-lan2 off; led led-wan off'" # double quotes required due to run_host_command_logged's quirks
53
69
54
-
display_alert "u-boot for ${BOARD}""u-boot: enable EFI debugging command""info"
70
+
display_alert "u-boot for ${BOARD}/${BRANCH}""u-boot: enable EFI debugging commands""info"
declare -a enable_configs=("CONFIG_CMD_USB_MASS_STORAGE""CONFIG_USB_GADGET""USB_GADGET_DOWNLOAD""CONFIG_USB_FUNCTION_ROCKUSB""CONFIG_USB_FUNCTION_ACM""CONFIG_CMD_ROCKUSB""CONFIG_CMD_USB_MASS_STORAGE")
98
+
display_alert "u-boot for ${BOARD}/${BRANCH}""u-boot: enable UMS/RockUSB gadget""info"
99
+
declare -a enable_configs=("CONFIG_CMD_USB_MASS_STORAGE""CONFIG_USB_GADGET""USB_GADGET_DOWNLOAD""CONFIG_USB_FUNCTION_ROCKUSB""CONFIG_USB_FUNCTION_ACM""CONFIG_CMD_ROCKUSB")
76
100
for config in"${enable_configs[@]}"; do
77
-
display_alert "u-boot for ${BOARD}/${BRANCH}""u-boot: enable ${config}""info"
Copy file name to clipboardExpand all lines: patch/u-boot/v2024.04/board_nanopi-r5s/0001-rockchip-common-boot-USB-devices-first-then-nvme-mmc-s-scsi.patch
0 commit comments