VAR-SOM-MX7 Yocto: Difference between revisions
From Variscite Wiki
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 [http://freescale.github.io/ Freescale/NXP Community BSP] layer for Yocto framework. Variscite extends this layer to support its i.MX7 System On Modules. | This release is based on [http://freescale.github.io/ Freescale/NXP Community BSP] layer for Yocto framework. Variscite extends this layer to support its i.MX7 System On Modules. | ||
Release version: '''{{#var:RELEASE_NAME}}''' | |||
|category1=VAR-SOM-MX7 | |category1=VAR-SOM-MX7 | ||
|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}} <i class="fas fa-angle-double-left text-danger pl-2"></i><i class="fas fa-angle-double-left text-danger"></i> | |||
* {{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 56: | Line 54: | ||
{{#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=" | |||
* [[{{#var:HARDWARE_NAME}} ADC|ADC]] | * [[{{#var:HARDWARE_NAME}} ADC|ADC]] | ||
* [[DART-6UL/VAR-SOM-MX7 Audio record play|Audio record/play]] | * [[DART-6UL/VAR-SOM-MX7 Audio record play|Audio record/play]] | ||
Line 77: | Line 75: | ||
* [[{{#var:HARDWARE_NAME}} Ethernet|Ethernet]] | * [[{{#var:HARDWARE_NAME}} Ethernet|Ethernet]] | ||
* [[{{#var:HARDWARE_NAME}} Eth MAC address|Ethernet MAC addresses]] | * [[{{#var:HARDWARE_NAME}} Eth MAC address|Ethernet MAC addresses]] | ||
* [[{{#var:HARDWARE_NAME}} UART|External UART]] | * [[{{#var:HARDWARE_NAME}} UART|External UART]] | ||
* [[{{#var:HARDWARE_NAME}} GPIO|GPIO]] | * [[{{#var:HARDWARE_NAME}} GPIO|GPIO]] | ||
Line 91: | Line 87: | ||
* [[DART-6UL/VAR-SOM-MX7 Wireless LAN JETHRO|Wireless LAN]] | * [[DART-6UL/VAR-SOM-MX7 Wireless LAN JETHRO|Wireless LAN]] | ||
* [[wifi connman |WiFi using connman]] | * [[wifi connman |WiFi using connman]] | ||
</div> | </div> | ||
|color=blue}}}} | |color=blue}}}} | ||
__NONUMBEREDHEADINGS__ | __NONUMBEREDHEADINGS__ |
Revision as of 09:00, 10 June 2020
VAR-SOM-MX7 Yocto Rocko
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 Freescale/NXP Community BSP layer for Yocto framework. Variscite extends this layer to support its i.MX7 System On Modules.
Release version: rocko-fslc-4.9.11-mx7-v1.0
General
- General
- Programming
- Support
- Variscite Customer Portal
Register at Variscite Customer Portal to get high quality engineering support for Variscite products - Variscite Support Forum
Build
- 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
How-to
- Test and use an Interface
- ADC
- Audio record/play
- Backlight
- Bluetooth
- Bluetooth A2DP
- Bluetooth file transfer
- Bluetooth Low Energy
- CAN bus
- Camera
- CPU freq. and number of cores
- Display
- Ethernet
- Ethernet MAC addresses
- External UART
- GPIO
- I2C
- RTC
- SPI
- Static IP address
- Suspend
- USB Host
- USB OTG
- User Buttons
- Wireless LAN
- WiFi using connman
__NONUMBEREDHEADINGS__