All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Gonzalez <alex.gonzalez@digi.com>
To: <meta-freescale@yoctoproject.org>
Subject: [3rdparty][PATCH 5/5] ccimx6ulsbcexpress: Add initial board configuration
Date: Tue, 6 Nov 2018 16:08:42 +0100	[thread overview]
Message-ID: <1541516922-22117-6-git-send-email-alex.gonzalez@digi.com> (raw)
In-Reply-To: <1541516922-22117-1-git-send-email-alex.gonzalez@digi.com>

The ConnectCore 6UL Single Board Computer (SBC) Express contains the
ConnectCore 6UL System-On-Module.

Its hardware specifications are:

* 256MB DDR3 memory
* 256MB NAND flash
* Single Ethernet
* USB Host and USB-OTG
* MicroSD external storage
* Groove connectors and Raspberry Pi Hat compatible expansion heade

The build artifacts are:

U-Boot images: u-boot.imx
Linux partition image: <image name>.boot.ubifs
Root filesystem image: <image name>.ubifs

Root filesystem tarball (for network booting): <image name>.tar.bz2

To program a board from the U-boot prompt, copy the U-Boot, Linux and
root filesystem partition images to your TFTP server root and do:

env set ipaddr <target ip address>
env set serverip <TFTP server ip address>
update uboot tftp u-boot.imx
update linux tftp <image name>.boot.ubifs
update rootfs tftp <image name>.ubifs

More details about the SBC can be found at:
https://www.digi.com/products/embedded-systems/single-board-computers/connectcore-for-i-mx6ul-sbc-express

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
---
 conf/machine/ccimx6ulsbcexpress.conf | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 conf/machine/ccimx6ulsbcexpress.conf

diff --git a/conf/machine/ccimx6ulsbcexpress.conf b/conf/machine/ccimx6ulsbcexpress.conf
new file mode 100644
index 000000000000..a29dcea28893
--- /dev/null
+++ b/conf/machine/ccimx6ulsbcexpress.conf
@@ -0,0 +1,11 @@
+#@TYPE: Machine
+#@NAME: ConnecCore 6UL SBC Express
+#@SOC: i.MX6UL
+#@DESCRIPTION: Machine configuration for ConnectCore 6UL SBC Express board.
+#@MAINTAINER: Alex Gonzalez <alex.gonzalez@digi.com>
+
+include conf/machine/include/ccimx6ul.inc
+
+SERIAL_CONSOLE = "115200 ttymxc4"
+
+KERNEL_DEVICETREE = "imx6ul-ccimx6ulsbcexpress.dtb"


      parent reply	other threads:[~2018-11-06 15:22 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-06 15:08 [3rdparty][PATCH 0/5] Add support for ConnectCore 6UL SOM and SBC Express Alex Gonzalez
2018-11-06 15:08 ` [3rdparty][PATCH 1/5] classes/image_types_digi: Image types for Digi ConnectCore modules Alex Gonzalez
2018-11-06 15:08 ` [3rdparty][PATCH 2/5] u-boot-digi: Add Digi U-Boot for ConnectCore System-On-Modules Alex Gonzalez
2018-11-10  1:16   ` Otavio Salvador
2018-11-12  8:59     ` Gonzalez, Alex
2018-11-06 15:08 ` [3rdparty][PATCH 3/5] linux-fslc: Add support for the ConnectCore 6UL SoM and SBC Express Alex Gonzalez
2018-11-06 15:08 ` [3rdparty][PATCH 4/5] ccimx6ul: Add machine configuration for ConnectCore 6UL SOM Alex Gonzalez
2018-11-10  1:22   ` Otavio Salvador
2018-11-12  8:58     ` Gonzalez, Alex
2018-11-12 11:53       ` Otavio Salvador
2018-11-06 15:08 ` Alex Gonzalez [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=1541516922-22117-6-git-send-email-alex.gonzalez@digi.com \
    --to=alex.gonzalez@digi.com \
    --cc=meta-freescale@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.