Commit 91da205e authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

1. new partiotions size 2. manual ip config

parent c089e85c
...@@ -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 0x40000>;/*256KB*/ reg = <0x0 0x100000>;/*1MB for backup spl image(s)*/
}; };
partition@1 { partition@1 {
label = "u-boot"; label = "u-boot";
reg = <0x40000 0x100000>;/*1MB*/ reg = <0x100000 0x400000>;/*4MB*/
}; };
partition@2 { partition@2 {
label = "device-tree"; label = "device-tree";
reg = <0x140000 0x100000>;/*1MB*/ reg = <0x500000 0x100000>;/*1MB*/
}; };
partition@3 { partition@3 {
label = "kernel"; label = "kernel";
reg = <0x240000 0x1000000>;/*16MB*/ reg = <0x600000 0x1000000>;/*16MB*/
}; };
partition@4 { partition@4 {
label = "rootfs"; label = "rootfs";
reg = <0x1240000 0x4000000>;/*64MB*/ reg = <0x1600000 0x4000000>;/*64MB*/
}; };
} ; } ;
} ; } ;
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment