From: andrew@lunn.ch (Andrew Lunn)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv2] mvebu: add Linksys WRT1900AC (Mamba) support
Date: Tue, 20 Jan 2015 22:09:13 +0100 [thread overview]
Message-ID: <20150120210913.GA21891@lunn.ch> (raw)
In-Reply-To: <op.xsrcplz12s3iss@ecaz>
> >
> >It would be nice to document the jumper and pinout here.
> >
> >>+ serial at 12000 {
> >>+ status = "okay";
> >>+ };
>
> Do you mean serial console pinout?
Yes. Looking at
https://github.com/Chadster766/McWRT/wiki/Linksys-WRT1900AC-Serial-Port
it seems to be jumper JP10.
1 - GND
2 - RX
4 - TX
What i don't know is, is Rx and Rx from the perspective of the board
or the host?
> >>+ nand at d0000 {
> >>+ status = "okay";
> >>+ num-cs = <1>;
> >>+ marvell,nand-keep-config;
> >>+ marvell,nand-enable-arbiter;
> >>+ nand-on-flash-bbt;
> >>+ nand-ecc-strength = <4>;
> >>+ nand-ecc-step-size = <512>;
> >>+
> >>+ partition at 0 {
> >>+ label = "u-boot";
> >>+ reg = <0x0000000 0x100000>; /* 1MB */
> >>+ read-only;
> >>+ };
> >>+
> >>+ partition at 100000 {
> >>+ label = "u_env";
> >>+ reg = <0x100000 0x40000>; /* 256KB */
> >>+ };
> >>+
> >>+ partition at 140000 {
> >>+ label = "s_env";
> >>+ reg = <0x140000 0x40000>; /* 256KB */
> >>+ };
> >
> >So there is a big gap here? 768KB of unused space before the
> >devinfo section?
...
> The gap and the overlapping partitions (pretty much the whole
> layout) are straight from the official firmware. The overlap is used
> to flash a single file which contains the rootfs, too.
We could put a partition in the gap, to make it usable. You could for
example place the DT blob there. I've not actually checked the version
of uboot used actually supports this though.
Andrew
next prev parent reply other threads:[~2015-01-20 21:09 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-19 17:15 [PATCHv2] mvebu: add Linksys WRT1900AC (Mamba) support Imre Kaloz
2015-01-19 18:21 ` Andrew Lunn
2015-01-20 10:57 ` Imre Kaloz
2015-01-20 21:09 ` Andrew Lunn [this message]
2015-01-25 16:54 ` Sebastian Hesselbarth
2015-01-25 17:09 ` Andrew Lunn
2015-01-25 19:18 ` Jason Cooper
2015-01-26 16:18 ` Gregory CLEMENT
2015-01-25 19:16 ` Imre Kaloz
2015-01-26 16:35 ` Gregory CLEMENT
2015-01-26 18:44 ` Andrew Lunn
2015-01-27 14:13 ` Imre Kaloz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150120210913.GA21891@lunn.ch \
--to=andrew@lunn.ch \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).