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
91da205e
Commit
91da205e
authored
Mar 04, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. new partiotions size 2. manual ip config
parent
c089e85c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
elphel393.dts
conf/machine/boards/elphel393/elphel393.dts
+6
-6
interfaces
recipes-core/init-ifupdown/files/interfaces
+2
-2
No files found.
conf/machine/boards/elphel393/elphel393.dts
View file @
91da205e
...
@@ -328,7 +328,7 @@
...
@@ -328,7 +328,7 @@
xlnx,has-power = <0x0>;
xlnx,has-power = <0x0>;
xlnx,has-wp = <0x1>;
xlnx,has-wp = <0x1>;
xlnx,sdio-clk-freq-hz = <0x3f93e10>;
xlnx,sdio-clk-freq-hz = <0x3f93e10>;
wp-inverted;
/*wp-inverted;*/
} ;
} ;
ps7_slcr_0: ps7-slcr@f8000000 {
ps7_slcr_0: ps7-slcr@f8000000 {
#address-cells = <1>;
#address-cells = <1>;
...
@@ -415,23 +415,23 @@
...
@@ -415,23 +415,23 @@
#size-cells = <0x1>;
#size-cells = <0x1>;
partition@0 {
partition@0 {
label = "u-boot-spl";
label = "u-boot-spl";
reg = <0x0 0x
40000>;/*256KB
*/
reg = <0x0 0x
100000>;/*1MB for backup spl image(s)
*/
};
};
partition@1 {
partition@1 {
label = "u-boot";
label = "u-boot";
reg = <0x
40000 0x100000>;/*1
MB*/
reg = <0x
100000 0x400000>;/*4
MB*/
};
};
partition@2 {
partition@2 {
label = "device-tree";
label = "device-tree";
reg = <0x
14
0000 0x100000>;/*1MB*/
reg = <0x
50
0000 0x100000>;/*1MB*/
};
};
partition@3 {
partition@3 {
label = "kernel";
label = "kernel";
reg = <0x
24
0000 0x1000000>;/*16MB*/
reg = <0x
60
0000 0x1000000>;/*16MB*/
};
};
partition@4 {
partition@4 {
label = "rootfs";
label = "rootfs";
reg = <0x1
24
0000 0x4000000>;/*64MB*/
reg = <0x1
60
0000 0x4000000>;/*64MB*/
};
};
} ;
} ;
} ;
} ;
...
...
recipes-core/init-ifupdown/files/interfaces
View file @
91da205e
...
@@ -15,11 +15,11 @@ iface atml0 inet dhcp
...
@@ -15,11 +15,11 @@ iface atml0 inet dhcp
# Wired or wireless interfaces
# Wired or wireless interfaces
#auto eth0
#auto eth0
iface eth0 inet
static
iface eth0 inet
manual
# pre-up ifconfig eth0 down
# pre-up ifconfig eth0 down
# pre-up ifconfig eth0 hw ether 00:0E:64:10:00:01
# pre-up ifconfig eth0 hw ether 00:0E:64:10:00:01
#hwaddress ether 00:0E:64:10:00:01
#hwaddress ether 00:0E:64:10:00:01
address 192.168.0.
8
address 192.168.0.
11
netmask 255.255.255.0
netmask 255.255.255.0
network 192.168.0.0
network 192.168.0.0
gateway 192.168.0.15
gateway 192.168.0.15
...
...
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