-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix orangepi 3b audio jack download 'button' (#7794)
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
...u-boot/v2024.10/board_orangepi3b/rockchip-rk3566-orangepi-3b-remove_download_button.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Arend-Jan van Hilten <[email protected]> | ||
Date: Thu, 6 Feb 2025 13:50:45 +0000 | ||
Subject: rk3566-orangepi-3b disable download button audio jack | ||
The download button on the Orange Pi 3B is connected to the audio jack microphone input. | ||
Plugging in any 3 pin audio jack will trigger the download button, which is not desired as it will not boot. | ||
|
||
Signed-off-by: Arend-Jan van Hilten <[email protected]> | ||
--- | ||
configs/orangepi-3b-rk3566_defconfig | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/configs/orangepi-3b-rk3566_defconfig b/configs/orangepi-3b-rk3566_defconfig | ||
index 575dc4340d..c64f689975 100644 | ||
--- a/configs/orangepi-3b-rk3566_defconfig | ||
+++ b/configs/orangepi-3b-rk3566_defconfig | ||
@@ -94,5 +94,6 @@ CONFIG_USB_XHCI_HCD=y | ||
CONFIG_USB_EHCI_HCD=y | ||
CONFIG_USB_EHCI_GENERIC=y | ||
CONFIG_USB_DWC3=y | ||
CONFIG_USB_DWC3_GENERIC=y | ||
CONFIG_ERRNO_STR=y | ||
+CONFIG_ROCKCHIP_BOOT_MODE_REG=0 | ||
-- | ||
Created with Armbian build tools https://github.com/armbian/build | ||
|