OpenWrt – Diff between revs 2 and 3
?pathlinks?
Rev 2 | Rev 3 | |||
---|---|---|---|---|
Line 13... | Line 13... | |||
13 | model = "Cloud Engines PogoPlug Pro"; |
13 | model = "Cloud Engines PogoPlug Pro"; |
|
Line 14... | Line 14... | |||
14 | |
14 | |
|
Line 15... | Line 15... | |||
15 | compatible = "cloudengines,pogoplugpro", "oxsemi,ox820"; |
15 | compatible = "cloudengines,pogoplugpro", "oxsemi,ox820"; |
|
16 | |
16 | |
|
17 | chosen { |
17 | chosen { |
|
18 | bootargs = "earlyprintk console=ttyS0,115200"; |
18 | bootargs = "earlyprintk"; |
|
Line 19... | Line 19... | |||
19 | stdout-path = "serial0:115200n8"; |
19 | stdout-path = "serial0:115200n8"; |
|
20 | }; |
20 | }; |
|
Line 72... | Line 72... | |||
72 | #size-cells = <1>; |
72 | #size-cells = <1>; |
|
73 | nand-ecc-mode = "soft"; |
73 | nand-ecc-mode = "soft"; |
|
74 | nand-ecc-algo = "hamming"; |
74 | nand-ecc-algo = "hamming"; |
|
Line 75... | Line 75... | |||
75 | |
75 | |
|
76 | partition@0 { |
76 | partition@0 { |
|
77 | label = "stage1"; |
77 | label = "boot"; |
|
78 | reg = <0x00000000 0x00040000>; |
78 | reg = <0x00000000 0x00e00000>; |
|
79 | read-only; |
79 | read-only; |
|
Line 80... | Line -... | |||
80 | }; |
- | ||
81 | |
- | ||
82 | partition@40000 { |
- | ||
83 | label = "u-boot"; |
- | ||
84 | reg = <0x00040000 0x00380000>; |
- | ||
85 | read-only; |
- | ||
86 | }; |
- | ||
87 | |
- | ||
88 | partition@3c0000 { |
- | ||
89 | label = "u-boot-env"; |
- | ||
90 | reg = <0x003c0000 0x00080000>; |
- | ||
91 | }; |
- | ||
92 | |
- | ||
93 | partition@440000 { |
- | ||
94 | label = "kernel"; |
- | ||
95 | reg = <0x00440000 0x009c0000>; |
- | ||
96 | }; |
80 | }; |
|
97 | |
81 | |
|
98 | partition@e00000 { |
82 | partition@e00000 { |
|
99 | label = "ubi"; |
83 | label = "ubi"; |
|
100 | reg = <0x00e00000 0x07200000>; |
84 | reg = <0x00e00000 0x07200000>; |