VAR-SOM-MX6 Yocto: Difference between revisions
No edit summary |
(how-to: use template for how-to column) |
||
(16 intermediate revisions by 4 users not shown) | |||
Line 5: | Line 5: | ||
|title=VAR-SOM-MX6 Yocto {{#var:YOCTO_NAME}} | |title=VAR-SOM-MX6 Yocto {{#var:YOCTO_NAME}} | ||
|image=Yocto.png | |image=Yocto.png | ||
|description=Yocto project is a framework for creating a Linux distributions for embedded devices. Its layering mechanism makes it easy to add Linux to new target devices highly customized for a particular platform; it can include custom start-up scripts, software packages built with a high degree of optimization for a particular architecture, and different user interfaces from full Gnome desktop to a simple a serial console. | |description= | ||
Yocto project is a framework for creating a Linux distributions for embedded devices. Its layering mechanism makes it easy to add Linux to new target devices highly customized for a particular platform; it can include custom start-up scripts, software packages built with a high degree of optimization for a particular architecture, and different user interfaces from full Gnome desktop to a simple a serial console. | |||
{{#if:{{#var:FSLC_BSP_VERSION}}|This release is based on [http://freescale.github.io/ Freescale/NXP Community BSP] layer for Yocto framework. | {{#if:{{#var:FSLC_BSP_VERSION}}|This release is based on [http://freescale.github.io/ Freescale/NXP Community BSP] layer for Yocto framework. | ||
|Freescale/NXP i.MX joined the Yocto Project community providing a release based on the Yocto Project framework. | |Freescale/NXP i.MX joined the Yocto Project community providing a release based on the Yocto Project framework. | ||
}} | }} | ||
Variscite extends this layer to support its i.MX6 System On Module products: VAR-SOM-MX6, VAR-SOM-SOLO/DUAL and DART-MX6 (all of which are under the VAR-SOM-MX6 category of this | |||
Variscite extends this layer to support its i.MX6 System On Module products: VAR-SOM-MX6, VAR-SOM-SOLO/DUAL and DART-MX6 (all of which are under the VAR-SOM-MX6 category of this wiki). | |||
Release version: '''{{#var:RELEASE_NAME}}''' | |||
|category1=VAR-SOM-MX6 | |category1=VAR-SOM-MX6 | ||
|category2=Yocto | |category2=Yocto | ||
|documentation= | |documentation= | ||
{{ | {{OS_Overview_General_Column}}<!-- | ||
-->{{SoftBox | |||
|title=Build | |title=Build | ||
|content= | |||
|content= | ;Build Yocto, Linux and U-Boot | ||
{{#ifeq: {{#var:RELEASE_NAME}} | morty-fslc-4.1.15-mx6-v1.0 ||* {{#varexists:RELEASE_NOTES_PDF | [[Media:{{#var:RELEASE_NOTES_PDF}}|Release Notes]] | {{Varlink|{{#var:HARDWARE_NAME}}_Release_Notes|{{#var:RELEASE_LINK}}|Release Notes}} }} }} | |||
* [{{#var: | |||
* [[Yocto_Development_Environment|Setting a Development Environment]] | * [[Yocto_Development_Environment|Setting a Development Environment]] | ||
* {{Varlink|Yocto_Build_Release|{{#var:RELEASE_LINK}}|'''Build Yocto from source code'''}} | * {{Varlink|Yocto_Build_Release|{{#var:RELEASE_LINK}}|'''Build Yocto from source code'''}} | ||
Line 56: | Line 39: | ||
* {{Varlink|High Assurance Boot |{{#var:RELEASE_LINK}}|Secure Boot / High Assurance Boot (HAB)}} | * {{Varlink|High Assurance Boot |{{#var:RELEASE_LINK}}|Secure Boot / High Assurance Boot (HAB)}} | ||
{{#ifeq: {{#var:YOCTO_NAME}} | Morty ||* {{Varlink|SWUpdate Guide |{{#var:RELEASE_LINK}}|SWUpdate Guide}}}} | {{#ifeq: {{#var:YOCTO_NAME}} | Morty ||* {{Varlink|SWUpdate Guide |{{#var:RELEASE_LINK}}|SWUpdate Guide}}}} | ||
{{#ifeq: {{#var:U-BOOT_BRANCH}} | imx_v2015.04_4.1.15_1.1.0_ga_var03 |* [ | {{#ifeq: {{#var:U-BOOT_BRANCH}} | imx_v2015.04_4.1.15_1.1.0_ga_var03 |* [https://variwiki.com/index.php?title=imx_usb_loader&release=RELEASE_ROCKO_V1.0_{{#var:HARDWARE_NAME}} Booting from USB using the imx_usb_loader utility]|* {{Varlink|imx_usb_loader |{{#var:RELEASE_LINK}}|Booting from USB using the imx_usb_loader utility}}}} | ||
{{#ifeq: {{#var:YOCTO_SUPPORT_DOCKER}} | yes |* {{Varlink|Docker Guide |{{#var:RELEASE_LINK}}|Docker Guide}} | }} | {{#ifeq: {{#var:YOCTO_SUPPORT_DOCKER}} | yes |* {{Varlink|Docker Guide |{{#var:RELEASE_LINK}}|Docker Guide}} | }} | ||
|color=green}}< | |color=green | ||
}}<!-- | |||
-->{{OS_Overview_HowTo_Column_MX6}}}}<!-- | |||
-->{{NONUMBEREDHEADINGS}} | |||
< | |||
Latest revision as of 14:44, 7 June 2023
Yocto project is a framework for creating a Linux distributions for embedded devices. Its layering mechanism makes it easy to add Linux to new target devices highly customized for a particular platform; it can include custom start-up scripts, software packages built with a high degree of optimization for a particular architecture, and different user interfaces from full Gnome desktop to a simple a serial console. This release is based on Freescale/NXP Community BSP layer for Yocto framework.
Variscite extends this layer to support its i.MX6 System On Module products: VAR-SOM-MX6, VAR-SOM-SOLO/DUAL and DART-MX6 (all of which are under the VAR-SOM-MX6 category of this wiki).
Release version: thud-fslc-4.14.78-mx6-v1.0
- Build Yocto, Linux and U-Boot
- Release Notes
- Setting a Development Environment
- Build Yocto from source code
- Yocto common build errors
- Customizing U-Boot
- Customizing the Linux kernel
- Toolchain installation for out of Yocto builds
- Build U-Boot from source code
- Build the Linux kernel from source code
- Burning Yocto binaries to NAND flash/eMMC via SD card
- Burning Yocto binaries to NAND flash/eMMC via Ethernet
- Burning Yocto binaries to NAND flash from U-Boot
- U-Boot features
- Adding packages to Yocto
- Replace the Linux logo
- Secure Boot / High Assurance Boot (HAB)
- SWUpdate Guide
- Booting from USB using the imx_usb_loader utility
- Docker Guide
- Test and use an Interface
- Audio record/play
- Backlight
- Bluetooth
- Bluetooth A2DP
- Bluetooth file transfer
- Bluetooth Low Energy
- Camera
- CAN bus
- CPU freq. and number of cores
- Digital Mic
- Dual Displays: LVDS & HDMI
- Ethernet
- Ethernet MAC address
- External UART
- GPIO
- HDMI
- I2C
- LVDS
- Parallel RGB display on DART-MX6
- PCIE
- RTC
- SATA
- SPI
- Static IP address
- Suspend
- USB Host
- USB OTG
- Video streaming - Playback/Capture
- Watchdog
- Wireless LAN
- WiFi using connman