mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
![]() 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 The ConnectCore 6UL SBC Express includes a ConnectCore 6UL System-On-Module with the following specification: * Based on a NXP i.MX6UL SoC * Industrial temperature ranges (-40ºC to +85ºC) * Up to 1GB DDR3 memory * Up to 2GB NAND flash * Dual Ethernet * On module 802.11 WiFi and Bluetooth 4.2 (QCA6564) * On module NXP Kinetis KL03 * On module Microchip ATECC508A crypto element More details about the SOM can be found at: https://www.digi.com/products/embedded-systems/system-on-modules/connectcore-for-i-mx6ul Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> |
||
---|---|---|
classes | ||
conf | ||
recipes-bsp | ||
recipes-core | ||
recipes-kernel | ||
.gitignore | ||
README |
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>