Skip to content

Commit

Permalink
ipq806x: Enlarge R7500v2 flash - use netgear partition
Browse files Browse the repository at this point in the history
This patch increases available space from 20MB to 86MB.
Netgrear OEM firmware contains a 'netgear' partition followed 'ubi',
which can be used in openwrt for larger ubi space. (similar to
Netgear R7800).

original author (notmyrealhandle) tested this on R7500v2 and point that
OEM firmware can auto rebuild this partition (if used by openwrt).

Author: notmyrealhandle<22336358+notmyrealhandle@users.noreply.github.com>
Signed-off-by: Wang Xin-yu (王昕宇) <comicfans44@gmail.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [minor touch-ups]
  • Loading branch information
comicfans authored and chunkeey committed Mar 18, 2019
1 parent f1396ac commit 57b1e95
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,13 +257,7 @@

ubi@1880000 {
label = "ubi";
reg = <0x1880000 0x1C00000>;
};

netgear@3480000 {
label = "netgear";
reg = <0x3480000 0x4480000>;
read-only;
reg = <0x1880000 0x6080000>;
};

reserve@7900000 {
Expand Down

0 comments on commit 57b1e95

Please sign in to comment.