VAR-SOM-MX8X Yocto: Difference between revisions
m (1 revision imported: Import of additions after the 20th of May 2020) |
No edit summary |
||
Line 6: | Line 6: | ||
|image=Yocto.png | |image=Yocto.png | ||
|description=Yocto project is a framework for creating a Linux distributions for embedded devices. It's 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. It's 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 [https://source.codeaurora.org/external/imx NXP BSP] layer for Yocto framework. Variscite extends this layer to support its VAR-SOM-MX8X SoM. | This release is based on [https://source.codeaurora.org/external/imx NXP BSP] layer for Yocto framework. Variscite extends this layer to support its VAR-SOM-MX8X SoM. | ||
Release version: '''{{#var:RELEASE_NAME}}''' | |||
|category1=VAR-SOM-MX8X | |category1=VAR-SOM-MX8X | ||
|category2=Yocto | |category2=Yocto | ||
|documentation= | |documentation= | ||
{{SoftBox | {{SoftBox | ||
|title=General | |title=General | ||
|content= | |||
|content= | ;General | ||
* {{Varlink|Yocto Start Here|{{#var:RELEASE_LINK}}|First Time? Start Here <---}} | * {{Varlink|Yocto Start Here|{{#var:RELEASE_LINK}}|First Time? Start Here <---}} | ||
* {{Varlink|Yocto Recovery SD card|{{#var:RELEASE_LINK}}|'''Using the recovery SD card'''}} | * {{Varlink|Yocto Recovery SD card|{{#var:RELEASE_LINK}}|'''Using the recovery SD card'''}} | ||
;Programming | |||
* {{Varlink|Yocto Hello World|{{#var:RELEASE_LINK}}|Hello World 'C' application}} | * {{Varlink|Yocto Hello World|{{#var:RELEASE_LINK}}|Hello World 'C' application}} | ||
* {{Varlink|Yocto QT Hello World|{{#var:RELEASE_LINK}}|Building a Qt Hello World}} | * {{Varlink|Yocto QT Hello World|{{#var:RELEASE_LINK}}|Building a Qt Hello World}} | ||
* {{Varlink|Yocto Programming with Eclipse|{{#var:RELEASE_LINK}}|Debugging with Eclipse}} | * {{Varlink|Yocto Programming with Eclipse|{{#var:RELEASE_LINK}}|Debugging with Eclipse}} | ||
* {{Varlink|Yocto Setup TFTP/NFS|{{#var:RELEASE_LINK}}|TFTP & NFS}} | * {{Varlink|Yocto Setup TFTP/NFS|{{#var:RELEASE_LINK}}|TFTP & NFS}} | ||
;Support | |||
* [http://www.variscite.com/support/variscite-customer-portal '''Variscite Customer Portal'''] <br> Register at Variscite Customer Portal to get high quality engineering support for Variscite products | * [http://www.variscite.com/support/variscite-customer-portal '''Variscite Customer Portal'''] <br> Register at Variscite Customer Portal to get high quality engineering support for Variscite products | ||
* [http://variscite.com/support-forum/index.php Variscite Support Forum] | * [http://variscite.com/support-forum/index.php Variscite Support Forum] | ||
|color=darkblue | |||
}}<!-- | |||
-->{{SoftBox | |||
|title=Build | |title=Build | ||
|content= | |||
|content= | ;Build Yocto, Linux and U-Boot | ||
* [{{#var:RELEASE_NOTES_LINK}} Release Notes] | * [{{#var:RELEASE_NOTES_LINK}} Release Notes] | ||
* [[Yocto_Development_Environment|Setting a Development Environment]] | * [[Yocto_Development_Environment|Setting a Development Environment]] | ||
Line 54: | Line 52: | ||
{{#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 | ||
}}<!-- | |||
-->{{SoftBox | |||
|title=How-to | |title=How-to | ||
|content= | |||
|content= | ;Test and use an Interface | ||
<div style="column-count:2"> | |||
<div style=" | |||
* {{Varlink|DART-MX8M Audio record play|{{#var:RELEASE_LINK}}|Audio}} | * {{Varlink|DART-MX8M Audio record play|{{#var:RELEASE_LINK}}|Audio}} | ||
* {{Varlink|DART-MX8M Backlight|{{#var:RELEASE_LINK}}|Backlight}} | * {{Varlink|DART-MX8M Backlight|{{#var:RELEASE_LINK}}|Backlight}} | ||
Line 74: | Line 72: | ||
* [[DART-MX8M Ethernet|Ethernet]] | * [[DART-MX8M Ethernet|Ethernet]] | ||
* {{Varlink|MX8 GPIO|{{#var:RELEASE_LINK}}|GPIO}} | * {{Varlink|MX8 GPIO|{{#var:RELEASE_LINK}}|GPIO}} | ||
* {{Varlink|MX8 I2C|{{#var:RELEASE_LINK}}|I2C}} | * {{Varlink|MX8 I2C|{{#var:RELEASE_LINK}}|I2C}} | ||
* {{Varlink|MX8 RTC|{{#var:RELEASE_LINK}}|RTC}} | * {{Varlink|MX8 RTC|{{#var:RELEASE_LINK}}|RTC}} |
Revision as of 09:14, 10 June 2020
Yocto project is a framework for creating a Linux distributions for embedded devices. It's 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 NXP BSP layer for Yocto framework. Variscite extends this layer to support its VAR-SOM-MX8X SoM.
Release version: var-som-mx8x_SD_card_v10
- General
- Programming
- Support
- Variscite Customer Portal
Register at Variscite Customer Portal to get high quality engineering support for Variscite products - Variscite Support Forum
- 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 eMMC via SD card
- Burning Yocto binaries to eMMC via Ethernet
- U-Boot features
- Adding packages to Yocto
- Replace the Linux logo
- SWUpdate guide
- Booting from USB using UUU (Universal Update Utility)
__NONUMBEREDHEADINGS__