All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Maupin, Chase" <chase.maupin@ti.com>
Cc: "Muddegowda, Deepak" <x0171695@ti.com>,
	"Mankad, Maulik Ojas" <maulik@ti.com>,
	"meta-ti@yoctoproject.org" <meta-ti@yoctoproject.org>,
	"epos_dev@list.ti.com - Internal mailing list for EPOS dev team
	\(May contain non-TIers\)" <epos_dev@list.ti.com>,
	"Srinivasan, Nageswari" <nageswari@ti.com>
Subject: Re: [meta-ti patch v3 1/3] am43xx : Added machine config for am437x EPOS machine
Date: Thu, 26 Sep 2013 09:39:41 -0400	[thread overview]
Message-ID: <20130926133940.GD14528@edge> (raw)
In-Reply-To: <7D46E86EC0A8354091174257B2FED1015974D69E@DLEE11.ent.ti.com>

On Wed, Sep 25, 2013 at 09:45:42AM -0400, Maupin, Chase wrote:
> >-----Original Message-----
> >From: Muddegowda, Deepak
> >Sent: Wednesday, September 25, 2013 8:45 AM
> >To: Maupin, Chase; Srinivasan, Nageswari; Heroor, Siddharth;
> >Cooper Jr., Franklin; Dmytriyenko, Denys; Mankad, Maulik Ojas;
> >epos_dev@list.ti.com - Internal mailing list for EPOS dev team
> >(May contain non-TIers); meta-ti@yoctoproject.org
> >Subject: RE: [meta-ti patch v3 1/3] am43xx : Added machine config
> >for am437x EPOS machine
> >
> >
> >
> >> -----Original Message-----
> >> From: Maupin, Chase
> >> Sent: Wednesday, September 25, 2013 7:13 PM
> >> To: Muddegowda, Deepak; Srinivasan, Nageswari; Heroor,
> >Siddharth;
> >> Cooper Jr., Franklin; Dmytriyenko, Denys; Mankad, Maulik Ojas;
> >> epos_dev@list.ti.com - Internal mailing list for EPOS dev team
> >(May
> >> contain non-TIers); meta-ti@yoctoproject.org
> >> Subject: RE: [meta-ti patch v3 1/3] am43xx : Added machine
> >config for
> >> am437x EPOS machine
> >>
> >> >-----Original Message-----
> >> >From: Muddegowda, Deepak
> >> >Sent: Wednesday, September 25, 2013 7:40 AM
> >> >To: Srinivasan, Nageswari; Maupin, Chase; Heroor, Siddharth;
> >Cooper
> >> >Jr., Franklin; Dmytriyenko, Denys; Mankad, Maulik Ojas;
> >Muddegowda,
> >> >Deepak; epos_dev@list.ti.com - Internal mailing list for EPOS
> >dev team
> >> >(May contain non-TIers); meta- ti@yoctoproject.org
> >> >Subject: [meta-ti patch v3 1/3] am43xx : Added machine config
> >for
> >> >am437x EPOS machine
> >> >
> >> >As this belongs to the ti43x SOC_FAMILY inluding the ti43x`s
> >include.
> >> >
> >> >Signed-off-by: Deepak M <x0171695@ti.com>
> >> >---
> >> >v3 :
> >> >1. Changed the machine name to am437x-epos-evm 2. Changed the
> >> >UBOOT_MACHINE 3. Adding the meta-ti@yoctoproject.org list for
> >review.
> >> >
> >> > conf/machine/am437x-epos-evm.conf | 38
> >> >++++++++++++++++++++++++++++++++++++++
> >> > 1 file changed, 38 insertions(+)
> >> > create mode 100644 conf/machine/am437x-epos-evm.conf
> >> >
> >> >diff --git a/conf/machine/am437x-epos-evm.conf
> >> >b/conf/machine/am437x-epos-evm.conf
> >> >new file mode 100644
> >> >index 0000000..a9adf7e
> >> >--- /dev/null
> >> >+++ b/conf/machine/am437x-epos-evm.conf
> >> >@@ -0,0 +1,38 @@
> >> >+#@TYPE: Machine
> >> >+#@NAME: AM43xx EVM
> >> >+#@DESCRIPTION: Machine configuration for the TI AM43xx EVM
> >> >+
> >> >+require conf/machine/include/ti43x.inc
> >> >+
> >> >+# Use built-in LCD by default
> >> >+XSERVER += "xf86-input-tslib"
> >> >+GUI_MACHINE_CLASS = "smallscreen"
> >> >+MACHINE_FEATURES += "touchscreen"
> >>
> >> Denys, input on these lines above?
> >>
> >> >+
> >> >+IMAGE_FSTYPES += "ubi tar.gz"
> >> >+
> >> >+SERIAL_CONSOLE = "115200 ttyO0"
> >> >+
> >> >+# 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 3836"
> >> >+
> >> >+# 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"
> >> >+
> >> >+UBOOT_MACHINE = "am43xx_evm"
> >>
> >> Maybe a silly question but why the change in UBOOT_MACHINE?
> >[Muddegowda, Deepak] Previously I was using haps config, so placed
> >it with the am43xx_evm :)
> 
> I guess my question is why the default am43xx_evm_config setting in the include file doesn't work.

And the default should work - am43xx_evm is not a proper target for u-boot 
configuration, am43xx_evm_config is.

> >>
> >> >+PPA_PROJ = "hyperseam"
> >> >--
> >> >1.8.1
> 


  reply	other threads:[~2013-09-26 13:39 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1380112791-22545-1-git-send-email-x0171695@ti.com>
     [not found] ` <1380112791-22545-2-git-send-email-x0171695@ti.com>
2013-09-25 13:43   ` [meta-ti patch v3 1/3] am43xx : Added machine config for am437x EPOS machine Maupin, Chase
     [not found]     ` <16D38216B6B8BA4B9AF9DBFC3760F38D3F14DDA6@DBDE04.ent.ti.com>
2013-09-25 13:45       ` Maupin, Chase
2013-09-26 13:39         ` Denys Dmytriyenko [this message]
2013-09-26 13:42     ` Denys Dmytriyenko
     [not found] ` <1380112791-22545-3-git-send-email-x0171695@ti.com>
2013-09-25 13:44   ` [meta-ti patch v3 2/3] am43xx: Added the u-boot recipe Maupin, Chase
     [not found]     ` <16D38216B6B8BA4B9AF9DBFC3760F38D3F14DDC5@DBDE04.ent.ti.com>
2013-09-25 13:47       ` Maupin, Chase
     [not found]         ` <16D38216B6B8BA4B9AF9DBFC3760F38D3F14DEB7@DBDE04.ent.ti.com>
2013-09-26 13:30           ` Denys Dmytriyenko
2013-09-26 13:29   ` Denys Dmytriyenko
     [not found] ` <1380112791-22545-4-git-send-email-x0171695@ti.com>
2013-09-25 13:45   ` [meta-ti patch v3 3/3] am43xx: Added the kernel recipe Maupin, Chase
2013-09-26 13:50   ` Denys Dmytriyenko
2013-09-26 13:55     ` Denys Dmytriyenko
2013-09-26 13:57     ` Denys Dmytriyenko

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=20130926133940.GD14528@edge \
    --to=denys@ti.com \
    --cc=chase.maupin@ti.com \
    --cc=epos_dev@list.ti.com \
    --cc=maulik@ti.com \
    --cc=meta-ti@yoctoproject.org \
    --cc=nageswari@ti.com \
    --cc=x0171695@ti.com \
    /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.