Go to file
Gonzalez, Alex 5becc9a6d4 u-boot-digi: Add Digi U-Boot for ConnectCore System-On-Modules
This vendor U-Boot is based on v2017.03 and currently supports two
ConnectCore 6UL memory variants, 256MB and 1GB.

To program this U-Boot from a running TFTP server
type the following at the U-Boot prompt:

env set ipaddr <target IP address>
env set serverip <TFTP server IP address>
update linux tftp <filename>

Where filename is:

* u-boot.imx-ccimx6ulstarter - for 256MB variants
* u-boot.imx-ccimx6ulstarter1GB - for 1GB variants

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-12-13 07:20:32 -02:00
classes classes/image_types_digi: Image types for Digi ConnectCore modules 2018-12-13 07:19:57 -02:00
conf u-boot-toradex-fw-utils: add new recipe 2018-12-13 07:17:10 -02:00
recipes-bsp u-boot-digi: Add Digi U-Boot for ConnectCore System-On-Modules 2018-12-13 07:20:32 -02:00
recipes-core net-persistent-mac: Use the license text from common-licenses 2014-01-29 10:56:49 -02:00
recipes-kernel linux-boundary: bump revision to a141bcc8 2018-11-16 15:07:14 -02:00
.gitignore Initial skeleton 2012-04-27 15:20:53 -03:00
README README: Update to use info only for sumo branch 2018-06-26 14:07:14 -03:00

OpenEmbedded/Yocto BSP layer for Freescale's ARM based platforms

This layer provides support for Freescale's ARM based platforms for use with OpenEmbedded and/or Yocto Freescale's BSP layer.

This layer depends on:

URI: git://git.openembedded.org/openembedded-core branch: sumo revision: HEAD

URI: git://git.yoctoproject.org/meta-freescale branch: sumo revision: HEAD

Contributing

To contribute to this layer you should the patches for review to the mailing list (meta-freescale@yoctoproject.org).

Please refer to: http://openembedded.org/wiki/Commit_Patch_Message_Guidelines

Mailing list:

https://lists.yoctoproject.org/listinfo/meta-freescale

Source code:

https://github.com/Freescale/meta-freescale-3rdparty

When creating a patch of the last commit, use

git format-patch -s --subject-prefix='3rdparty][PATCH][sumo' -1

To send it to the community, use

git send-email --to meta-freescale@yoctoproject.org <generated patch>