Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix orangepi 3b audio jack boot download 'button' #7794

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Loading