Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
linux-elphel
Commits
808598f0
Commit
808598f0
authored
Jun 22, 2017
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed setting ip in bootargs - it delays boot by a few minutes if the cable is not connected
parent
1be4821d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
elphel393-bootargs-mmc.dtsi
src/arch/arm/boot/dts/elphel393-bootargs-mmc.dtsi
+1
-1
elphel393-bootargs-nand.dtsi
src/arch/arm/boot/dts/elphel393-bootargs-nand.dtsi
+1
-1
elphel393-bootargs-ram.dtsi
src/arch/arm/boot/dts/elphel393-bootargs-ram.dtsi
+1
-1
elphel393-zynq-base.dtsi
src/arch/arm/boot/dts/elphel393-zynq-base.dtsi
+1
-1
No files found.
src/arch/arm/boot/dts/elphel393-bootargs-mmc.dtsi
View file @
808598f0
/**/
/**/
/ {
/ {
chosen {
chosen {
bootargs = "cma=336M console=ttyPS0,115200 root=/dev/mmcblk0p2 rw
ip=192.168.0.8
earlyprintk rootwait rootfstype=ext4";
bootargs = "cma=336M console=ttyPS0,115200 root=/dev/mmcblk0p2 rw earlyprintk rootwait rootfstype=ext4";
linux,stdout-path = "/amba@0/serial@e0000000";
linux,stdout-path = "/amba@0/serial@e0000000";
};
};
};
};
src/arch/arm/boot/dts/elphel393-bootargs-nand.dtsi
View file @
808598f0
/**/
/**/
/ {
/ {
chosen {
chosen {
bootargs = "cma=336M console=ttyPS0,115200 root=ubi0:elphel393-rootfs
rw ip=192.168.0.8
earlyprintk rootwait rootfstype=ubifs ubi.mtd=4,2048";
bootargs = "cma=336M console=ttyPS0,115200 root=ubi0:elphel393-rootfs earlyprintk rootwait rootfstype=ubifs ubi.mtd=4,2048";
linux,stdout-path = "/amba@0/serial@e0000000";
linux,stdout-path = "/amba@0/serial@e0000000";
};
};
};
};
src/arch/arm/boot/dts/elphel393-bootargs-ram.dtsi
View file @
808598f0
/**/
/**/
/ {
/ {
chosen {
chosen {
bootargs = "cma=336M console=ttyPS0,115200 root=/dev/ram rw
ip=192.168.0.8
earlyprintk ramdisk_size=262144";
bootargs = "cma=336M console=ttyPS0,115200 root=/dev/ram rw earlyprintk ramdisk_size=262144";
linux,stdout-path = "/amba@0/serial@e0000000";
linux,stdout-path = "/amba@0/serial@e0000000";
};
};
};
};
src/arch/arm/boot/dts/elphel393-zynq-base.dtsi
View file @
808598f0
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
}
;
}
;
chosen
{
chosen
{
/*
bootargs
=
"console=ttyPS0,115200 debug root=/dev/ram rw ip=192.168.0.9 earlyprintk ramdisk_size=262144"
;*/
/*
bootargs
=
"console=ttyPS0,115200 debug root=/dev/ram rw ip=192.168.0.9 earlyprintk ramdisk_size=262144"
;*/
bootargs
=
"cma=128M console=ttyPS0,115200 root=/dev/mmcblk0p2 rw
ip=192.168.0.8
earlyprintk rootwait rootfstype=ext4"
;
bootargs
=
"cma=128M console=ttyPS0,115200 root=/dev/mmcblk0p2 rw earlyprintk rootwait rootfstype=ext4"
;
linux
,
stdout
-
path
=
"/amba@0/serial@e0000000"
;
linux
,
stdout
-
path
=
"/amba@0/serial@e0000000"
;
}
;
}
;
cpus
{
cpus
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment