From: Denys Dmytriyenko <denys@ti.com>
To: Florian Wickert <fw@javox-solutions.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [morty/master][PATCH 4/4] beagle-x15: add separate config for BeagleBoard X15
Date: Tue, 21 Mar 2017 21:23:40 -0400 [thread overview]
Message-ID: <20170322012340.GA29187@edge> (raw)
In-Reply-To: <5bda86bb-c724-daf0-8170-edf05519dff4@javox-solutions.com>
On Tue, Mar 21, 2017 at 09:53:52AM +0100, Florian Wickert wrote:
> I don't see the
> UBOOT_MACHINE = "beagle_x15_config"
> in the current u-boot-ti-staging sources.
> At least not in ti-u-boot-2017.01 and ti-u-boot-2017.01-next branches.
Yes, good catch! I guess I was overzealous with search and replace. Fixed.
--
Denys
> On 03/20/2017 07:38 PM, Denys Dmytriyenko wrote:
> >Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> >---
> > conf/machine/beagle-x15.conf | 34 ++++++++++++++++++++++++++++++++++
> > 1 file changed, 34 insertions(+)
> > create mode 100644 conf/machine/beagle-x15.conf
> >
> >diff --git a/conf/machine/beagle-x15.conf b/conf/machine/beagle-x15.conf
> >new file mode 100644
> >index 0000000..276de26
> >--- /dev/null
> >+++ b/conf/machine/beagle-x15.conf
> >@@ -0,0 +1,34 @@
> >+#@TYPE: Machine
> >+#@NAME: BeagleBoard X15
> >+#@DESCRIPTION: Machine configuration for the BeagleBoard X15
> >+
> >+require conf/machine/include/dra7xx.inc
> >+
> >+IMAGE_FSTYPES += "tar.xz"
> >+
> >+SERIAL_CONSOLE = "115200 ttyS2"
> >+
> >+KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb"
> >+
> >+UBOOT_MACHINE = "beagle_x15_config"
> >+
> >+# UBI information. Note that this is board and kernel specific. Changes
> >+# in your kernel port may require changes in these variables. For more
> >+# details about this board please see
> >+# http://processors.wiki.ti.com/index.php/UBIFS_Support
> >+
> >+# do ubiattach /dev/ubi_ctrl -m 7 -O 2048
> >+# From dmesg:
> >+# UBI: smallest flash I/O unit: 2048
> >+# UBI: logical eraseblock size: 126976 bytes
> >+# from ubiattach stdout:
> >+# UBI device number 0, total 1988 LEBs
> >+MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 8192"
> >+
> >+# do ubiattach /dev/ubi_ctrl -m 7 -O 2048
> >+# from dmesg:
> >+# UBI: smallest flash I/O unit: 2048
> >+# UBI: physical eraseblock size: 131072 bytes (128 KiB)
> >+# UBI: sub-page size: 512
> >+# UBI: VID header offset: 2048 (aligned 2048)
> >+UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048"
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
prev parent reply other threads:[~2017-03-22 1:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-20 18:38 [morty/master][PATCH 1/4] k2g-hs-evm: add new machine config Denys Dmytriyenko
2017-03-20 18:38 ` [morty/master][PATCH 2/4] am57xx-evm: fix description Denys Dmytriyenko
2017-03-20 18:38 ` [morty/master][PATCH 3/4] omapl138: rename old am180x platform into new generic omapl138-lcdk Denys Dmytriyenko
2017-03-20 18:38 ` [morty/master][PATCH 4/4] beagle-x15: add separate config for BeagleBoard X15 Denys Dmytriyenko
2017-03-21 8:53 ` Florian Wickert
2017-03-22 1:23 ` Denys Dmytriyenko [this message]
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=20170322012340.GA29187@edge \
--to=denys@ti.com \
--cc=fw@javox-solutions.com \
--cc=meta-ti@yoctoproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.