Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meta-elphel393
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
meta-elphel393
Commits
71a4f651
Commit
71a4f651
authored
Jun 02, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cma=336M, mem 76800x4k
parent
f25788a3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
bootargs-mmc.dtsi
conf/machine/boards/elphel393/bootargs-mmc.dtsi
+1
-1
bootargs-nand.dtsi
conf/machine/boards/elphel393/bootargs-nand.dtsi
+1
-1
bootargs-ram.dtsi
conf/machine/boards/elphel393/bootargs-ram.dtsi
+1
-1
elphel393.dts
conf/machine/boards/elphel393/elphel393.dts
+2
-1
No files found.
conf/machine/boards/elphel393/bootargs-mmc.dtsi
View file @
71a4f651
/**/
/ {
chosen {
bootargs = "cma=
128
M console=ttyPS0,115200 root=/dev/mmcblk0p2 rw ip=192.168.0.8 earlyprintk rootwait rootfstype=ext4";
bootargs = "cma=
336
M console=ttyPS0,115200 root=/dev/mmcblk0p2 rw ip=192.168.0.8 earlyprintk rootwait rootfstype=ext4";
linux,stdout-path = "/amba@0/serial@e0000000";
};
};
conf/machine/boards/elphel393/bootargs-nand.dtsi
View file @
71a4f651
/**/
/ {
chosen {
bootargs = "cma=
128
M console=ttyPS0,115200 root=ubi0:elphel393-rootfs rw ip=192.168.0.8 earlyprintk rootwait rootfstype=ubifs ubi.mtd=4,2048";
bootargs = "cma=
336
M console=ttyPS0,115200 root=ubi0:elphel393-rootfs rw ip=192.168.0.8 earlyprintk rootwait rootfstype=ubifs ubi.mtd=4,2048";
linux,stdout-path = "/amba@0/serial@e0000000";
};
};
conf/machine/boards/elphel393/bootargs-ram.dtsi
View file @
71a4f651
/**/
/ {
chosen {
bootargs = "cma=
128
M console=ttyPS0,115200 root=/dev/ram rw ip=192.168.0.8 earlyprintk ramdisk_size=262144";
bootargs = "cma=
336
M console=ttyPS0,115200 root=/dev/ram rw ip=192.168.0.8 earlyprintk ramdisk_size=262144";
linux,stdout-path = "/amba@0/serial@e0000000";
};
};
conf/machine/boards/elphel393/elphel393.dts
View file @
71a4f651
...
...
@@ -186,7 +186,8 @@
elphel393_mem: elphel393-mem@0 {
compatible = "elphel,elphel393-mem-1.00";
memsize = <25600>;
/*memsize = <25600>;*/
memsize = <76800>;
} ;
elphel393_init: elphel393-init {
...
...
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