mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #4392 from vpeter4/udoodt
projects/imx6/patches/linux: udoo dt - serial console on ttymxc0
This commit is contained in:
commit
7f700f9c33
@ -5,14 +5,14 @@ video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32
|
|||||||
# 7" LVDS
|
# 7" LVDS
|
||||||
#video=mxcfb0:dev=ldb,800x480M@60,if=RGB666,bpp=32
|
#video=mxcfb0:dev=ldb,800x480M@60,if=RGB666,bpp=32
|
||||||
# 15.6" LVDS
|
# 15.6" LVDS
|
||||||
#video=mxcfb0:dev=ldb,1368x768M@60,if=RGB24,bpp=32
|
#video=mxcfb0:dev=ldb,1366x768M@60,if=RGB24,bpp=32
|
||||||
|
|
||||||
# enable serial console
|
# make boot more quiet
|
||||||
#console_arg=console=ttymxc1,115200
|
|
||||||
# or make boot more quiet
|
|
||||||
console_arg=quiet morequiet
|
console_arg=quiet morequiet
|
||||||
# or having quiet console
|
# or having quiet and console
|
||||||
#console_arg=console=ttymxc1,115200 quiet morequiet
|
#console_arg=console=ttymxc0,115200 quiet morequiet
|
||||||
|
# show messages too
|
||||||
|
#console_arg=console=ttymxc0,115200 no_console_suspend=1
|
||||||
|
|
||||||
# enable ssh
|
# enable ssh
|
||||||
#ssh_arg=ssh
|
#ssh_arg=ssh
|
||||||
|
4
projects/imx6/patches/linux/linux-331-udoo-device_tree.patch
Normal file → Executable file
4
projects/imx6/patches/linux/linux-331-udoo-device_tree.patch
Normal file → Executable file
@ -145,7 +145,7 @@ new file mode 100644
|
|||||||
index 0000000..f9ce5ca
|
index 0000000..f9ce5ca
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/arch/arm/boot/dts/imx6qdl-udoo.dtsi
|
+++ b/arch/arm/boot/dts/imx6qdl-udoo.dtsi
|
||||||
@@ -0,0 +1,443 @@
|
@@ -0,0 +1,445 @@
|
||||||
+/*
|
+/*
|
||||||
+ * Copyright 2013 Freescale Semiconductor, Inc.
|
+ * Copyright 2013 Freescale Semiconductor, Inc.
|
||||||
+ *
|
+ *
|
||||||
@ -172,6 +172,8 @@ index 0000000..f9ce5ca
|
|||||||
+ mxcfb2 = &mxcfb3;
|
+ mxcfb2 = &mxcfb3;
|
||||||
+ mxcfb3 = &mxcfb4;
|
+ mxcfb3 = &mxcfb4;
|
||||||
+ ssi0 = &ssi1;
|
+ ssi0 = &ssi1;
|
||||||
|
+ serial0 = &uart2; // console on ttymxc0
|
||||||
|
+ serial1 = &uart1;
|
||||||
+ };
|
+ };
|
||||||
+
|
+
|
||||||
+ memory {
|
+ memory {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user