VAR-SOM-MX8 Yocto: Difference between revisions
No edit summary |
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 i.MX8Q System On Module products: VAR-SOM-MX8 and SPEAR-MX8 (both are under the VAR-SOM-MX8 category of this Wiki). | This release is based on [https://source.codeaurora.org/external/imx NXP BSP] layer for Yocto framework. Variscite extends this layer to support its i.MX8Q System On Module products: VAR-SOM-MX8 and SPEAR-MX8 (both are under the VAR-SOM-MX8 category of this Wiki). | ||
Release version: '''{{#var:RELEASE_NAME}}''' | |||
|category1=VAR-SOM-MX8 | |category1=VAR-SOM-MX8 | ||
|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 52: | Line 50: | ||
* {{Varlink|SWUpdate Guide |{{#var:RELEASE_LINK}}|SWUpdate guide}} | * {{Varlink|SWUpdate Guide |{{#var:RELEASE_LINK}}|SWUpdate guide}} | ||
* {{Varlink|imx_uuu |{{#var:RELEASE_LINK}}|Booting from USB using UUU (Universal Update Utility)}} | * {{Varlink|imx_uuu |{{#var:RELEASE_LINK}}|Booting from USB using UUU (Universal Update Utility)}} | ||
|color=green | |||
}}<!-- | |||
-->{{SoftBox | |||
|title=How-to | |title=How-to | ||
|content= | |||
|content= | ;Test and use an Interface | ||
<div style="width:100%;"> | <div style="width:100%;"> | ||
<div style="width: | <div style="width:49%; float: left;"> | ||
* {{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: | ||
* {{Varlink|MX8 GPIO|{{#var:RELEASE_LINK}}|GPIO}} | * {{Varlink|MX8 GPIO|{{#var:RELEASE_LINK}}|GPIO}} | ||
</div> | </div> | ||
<div style="width: | <div style="width:49%; float: right;"> | ||
* {{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}} | ||
Line 87: | Line 85: | ||
* [[Wifi_NetworkManager|WiFi]] | * [[Wifi_NetworkManager|WiFi]] | ||
</div> | </div> | ||
|color=blue}}}} | |color=blue | ||
}} | |||
}} | |||
__NONUMBEREDHEADINGS__ | __NONUMBEREDHEADINGS__ |
Revision as of 00:32, 9 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 i.MX8Q System On Module products: VAR-SOM-MX8 and SPEAR-MX8 (both are under the VAR-SOM-MX8 category of this Wiki).
Release version: var-som-mx8_SD_card_v11
- 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__