VAR-SOM-MX6 Yocto Fido New R3: Difference between revisions
From Variscite Wiki
No edit summary |
No edit summary |
||
(15 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{SoftwareEx | ||
|title={{PAGENAME}} | |||
|image=Yocto.png | |image=Yocto.png | ||
|description=Yocto project is a framework for creating 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 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. | ||
Line 12: | Line 13: | ||
=== General === | === General === | ||
* [[VAR-SOM-MX6 Start Here|First Time? Start Here <span style="color:red"><---]] | * [[VAR-SOM-MX6 Start Here|First Time? Start Here <span style="color:red"><---]] | ||
* [[VAR-SOM-MX6_Yocto_NAND_Recovery_V50plus|'''Using NAND Flash recovery rescue SD card''']] | |||
* [[VAR-SOM-MX6_Yocto_NAND_Recovery_V50plus|'''Using NAND Flash recovery rescue SD | |||
=== Programming === | === Programming === | ||
Line 27: | Line 27: | ||
|boxwidth=23 | |boxwidth=23 | ||
|content=<nowiki></nowiki> | |content=<nowiki></nowiki> | ||
===Build Yocto, Linux and | ===Build Yocto, Linux and U-Boot=== | ||
* [ | * [[Media:VAR-SOM-MX6 Yocto Fido 3.14.38_6qp 10.1.pdf|Release Notes]] <!-- previous release notes: VAR-SOM-MX6 Yocto Fido 3.14.38_6qp.pdf --> | ||
* [[VAR-SOM-MX6 Yocto Fido R2 Suported hardware and features|Supported hardware and features]] | * [[VAR-SOM-MX6 Yocto Fido R2 Suported hardware and features|Supported hardware and features]] | ||
* [[VAR-SOM-MX6 Development Environment|Set Development Environment]] | * [[VAR-SOM-MX6 Development Environment|Set Development Environment]] | ||
* [[VAR-SOM-MX6 Yocto Fido R3 Build Yocto release|'''Build Yocto from source code''']] | * [[VAR-SOM-MX6 Yocto Fido R3 Build Yocto release|'''Build Yocto from source code''']] | ||
* [[VAR-SOM-MX6_Yocto Common Errors|Yocto common build errors</span>]] | * [[VAR-SOM-MX6_Yocto Common Errors|Yocto common build errors</span>]] | ||
* [[VAR-SOM-MX6 Yocto Fido R3 Build Linux out of tree|Build Linux | * [[VAR-SOM-MX6 Yocto Fido R3 Build Linux out of tree|Build Linux kernel from source code]] | ||
* [[VAR-SOM-MX6 Yocto Fido R2 Customize linux-variscite |Customize linux-variscite]] | * [[VAR-SOM-MX6 Yocto Fido R2 Customize linux-variscite |Customize linux-variscite]] | ||
* [[VAR-SOM-MX6 Yocto Fido R3 Build u-boot out of tree|Build | * [[VAR-SOM-MX6 Yocto Fido R3 Build u-boot out of tree|Build U-Boot from source code]] | ||
* [[VAR-SOM-MX6 NAND Flash Burning | Burning Yocto binaries to NAND Flash via SD | * [[VAR-SOM-MX6 NAND Flash Burning | Burning Yocto binaries to NAND Flash via SD card]] | ||
* [[VAR-SOM-MX6 Yocto Flash From Net|Burning Yocto binaries to NAND Flash via Ethernet TFTP]] | * [[VAR-SOM-MX6 Yocto Flash From Net|Burning Yocto binaries to NAND Flash via Ethernet TFTP]] | ||
* [[U-Boot features]] | |||
|color=green}}<nowiki> | |color=green}}<nowiki> | ||
Line 51: | Line 52: | ||
* [[VAR-SOM-MX6 Camera|Camera]] | * [[VAR-SOM-MX6 Camera|Camera]] | ||
* [[VAR-SOM-MX6 Audio record play|Audio record/play]] | * [[VAR-SOM-MX6 Audio record play|Audio record/play]] | ||
* [[ | * [[IMX CAN bus|CAN bus]] | ||
* [[VAR-SOM-MX6 USB Host|USB Host]] | * [[VAR-SOM-MX6 USB Host|USB Host]] | ||
* [[VAR-SOM-MX6 PCIE|PCIE]] | * [[VAR-SOM-MX6 PCIE|PCIE]] | ||
Line 57: | Line 58: | ||
* [[VAR-SOM-MX6 RTC|RTC]] | * [[VAR-SOM-MX6 RTC|RTC]] | ||
* [[VAR-SOM-MX6 LVDS|LVDS]] | * [[VAR-SOM-MX6 LVDS|LVDS]] | ||
* [[VAR-SOM-MX6 Dual Displays|Dual Displays: LVDS & HDMI]] | |||
</div> | </div> | ||
<div style="width:50%; float: right;"> | <div style="width:50%; float: right;"> | ||
Line 73: | Line 75: | ||
</div> | </div> | ||
|color=blue}}}} | |color=blue}}}} | ||
{{NONUMBEREDHEADINGS}} | |||
{{ | |||
}} | |||
Latest revision as of 16:42, 8 November 2022
VAR-SOM-MX6 Yocto Fido New R3
Yocto project is a framework for creating 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. Freescale i.MX joined the Yocto Project community providing a release based on the Yocto Project framework. Variscite extend this framework to support our i.MX6 System On a Modules.
Program
Build
Build Yocto, Linux and U-Boot
- Release Notes
- Supported hardware and features
- Set Development Environment
- Build Yocto from source code
- Yocto common build errors
- Build Linux kernel from source code
- Customize linux-variscite
- Build U-Boot from source code
- Burning Yocto binaries to NAND Flash via SD card
- Burning Yocto binaries to NAND Flash via Ethernet TFTP
- U-Boot features
Howto
HOW-TO Test and use an Interface