Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Patrick
FFS Gluon
Commits
c79ef2f0
Commit
c79ef2f0
authored
3 years ago
by
Nico
Browse files
Options
Downloads
Patches
Plain Diff
add patch to fix UART and sysupgrade on OR750
parent
bfce3286
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
patches/openwrt/0026-ath79-Joy-IT-OR750i-fix-UART.patch
+21
-0
21 additions, 0 deletions
patches/openwrt/0026-ath79-Joy-IT-OR750i-fix-UART.patch
with
21 additions
and
0 deletions
patches/openwrt/0026-ath79-Joy-IT-OR750i-fix-UART.patch
0 → 100644
+
21
−
0
View file @
c79ef2f0
From: Nico Boehr <freifunk@nicoboehr.de>
Date: Sat, 7 May 2022 08:39:05 +0200
Subject: ath79: Joy-IT OR750i: fix UART
The serial console defaults to disabled in the DTSI files, explicitly
enable it for the Joy-IT OR750i, so we can get a console in linux.
Signed-off-by: Nico Boehr <freifunk@nicoboehr.de>
diff --git a/target/linux/ath79/dts/qca9531_joyit_jt-or750i.dts b/target/linux/ath79/dts/qca9531_joyit_jt-or750i.dts
index 60fa922878355ebdaf7d2983fe926efdf8b97207..042348d82c479c097f534f0bf2bb383ace55e02d 100644
--- a/target/linux/ath79/dts/qca9531_joyit_jt-or750i.dts
+++ b/target/linux/ath79/dts/qca9531_joyit_jt-or750i.dts
@@ -121,3 +121,7 @@
mtd-cal-data = <&art 0x1000>;
};
+
+&uart {
+ status = "okay";
+};
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment