DART-6UL Yocto Jethro R1: Difference between revisions
From Variscite Wiki
No edit summary |
(Update Release Notes link root from legacy ftp to digitalocean) |
||
(13 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 13: | Line 14: | ||
=== General === | === General === | ||
* [[DART-6UL Start Here|First Time? Start Here <span style="color:red"><---]] | * [[DART-6UL Start Here|First Time? Start Here <span style="color:red"><---]] | ||
* [[DART-6UL Yocto NAND Recovery|'''Using the recovery SD card''']] | * [[DART-6UL Yocto NAND Recovery|'''Using the recovery SD card''']] | ||
Line 29: | Line 29: | ||
|content=<nowiki></nowiki> | |content=<nowiki></nowiki> | ||
===Build Yocto, Linux and U-Boot=== | ===Build Yocto, Linux and U-Boot=== | ||
* [https:// | * [https://variscite-public.nyc3.cdn.digitaloceanspaces.com/DART-6UL/Software/yocto/legacy-images/mx6ul-dart-recovery-sd-changelog.txt Release Notes] | ||
* [[DART-6UL Yocto Fido R1 Suported hardware and features|Supported hardware and features]] | * [[DART-6UL Yocto Fido R1 Suported hardware and features|Supported hardware and features]] | ||
* [[VAR-SOM-MX6 Development Environment|Settings Development Environment]] | * [[VAR-SOM-MX6 Development Environment|Settings Development Environment]] | ||
Line 37: | Line 37: | ||
* [[DART-6UL Yocto Jethro Build U-Boot out of tree|Build U-Boot from source code]] | * [[DART-6UL Yocto Jethro Build U-Boot out of tree|Build U-Boot from source code]] | ||
* [[DART-6UL Yocto Jethro Customizing kernel and uboot |Customizing kernel and U-Boot]] | * [[DART-6UL Yocto Jethro Customizing kernel and uboot |Customizing kernel and U-Boot]] | ||
* [[DART-6UL NAND Flash Burning| | * [[DART-6UL NAND Flash Burning|Installing Yocto binaries to eMMC/NAND flash via SD card]] | ||
* [[DART-6UL Yocto Flash From Net| | * [[DART-6UL Yocto Flash From Net|Installing Yocto binaries to eMMC/NAND flash via Ethernet]] | ||
* [[DART-6UL U-Boot features#Flashing NAND using U-Boot|Installing Yocto binaries to NAND flash from U-Boot]] | |||
* [[DART-6UL U-Boot features|U-Boot features]] | |||
* [[Adding yocto packages|Adding packages to Yocto]] | * [[Adding yocto packages|Adding packages to Yocto]] | ||
Line 50: | Line 52: | ||
<div style="width:50%; float: left;"> | <div style="width:50%; float: left;"> | ||
* [[DART-6UL ADC|ADC]] | * [[DART-6UL ADC|ADC]] | ||
* [[DART-6UL Audio record play|Audio record/play]] | * [[DART-6UL/VAR-SOM-MX7 Audio record play|Audio record/play]] | ||
* [[ | * [[IMX Backlight|Backlight]] | ||
* [[IMX Bluetooth|Bluetooth]] | * [[IMX Bluetooth|Bluetooth]] | ||
* [[IMX CAN bus|CAN bus]] | * [[IMX CAN bus|CAN bus]] | ||
* [[DART-6UL/VAR-SOM-MX7 Display|Display]] | |||
* [[DART-6UL Ethernet|Ethernet]] | * [[DART-6UL Ethernet|Ethernet]] | ||
* [[DART-6UL UART|External UART]] | * [[DART-6UL UART|External UART]] | ||
* [[DART-6UL GPIO|GPIO]] | * [[DART-6UL GPIO|GPIO]] | ||
</div> | </div> | ||
<div style="width:50%; float: right;"> | <div style="width:50%; float: right;"> | ||
* [[DART-6UL | * [[DART-6UL I2C|I2C]] | ||
* [[IMX RTC|RTC]] | * [[IMX RTC|RTC]] | ||
* [[DART-6UL SPI|SPI]] | * [[DART-6UL SPI|SPI]] | ||
* [[DART-6UL | * [[DART-6UL/VAR-SOM-MX7 Sleep|Sleep Mode Standby]] | ||
* [[IMX USB Host|USB Host]] | * [[IMX USB Host|USB Host]] | ||
* [[DART-6UL USB OTG|USB "OTG"]] | * [[DART-6UL USB OTG|USB "OTG"]] | ||
* [[ | * [[IMX UserButtons|User Button]] | ||
* [[DART-6UL_WakeableGPIO|Wakeable GPIO]] | * [[DART-6UL_WakeableGPIO|Wakeable GPIO]] | ||
* [[DART-6UL Wireless LAN JETHRO|Wireless LAN]] | * [[DART-6UL/VAR-SOM-MX7 Wireless LAN JETHRO|Wireless LAN]] | ||
</div> | </div> | ||
</div> | </div> | ||
|color=blue}}}} | |color=blue}}}} | ||
{{NONUMBEREDHEADINGS}} |
Latest revision as of 17:12, 30 May 2024
DART-6UL Yocto Jethro R1
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.
Release version: imx_4.1.15_ga-var01
General
Build
Build Yocto, Linux and U-Boot
- Release Notes
- Supported hardware and features
- Settings Development Environment
- Build Yocto from source code
- Yocto common build errors
- Build Linux kernel from source code
- Build U-Boot from source code
- Customizing kernel and U-Boot
- Installing Yocto binaries to eMMC/NAND flash via SD card
- Installing Yocto binaries to eMMC/NAND flash via Ethernet
- Installing Yocto binaries to NAND flash from U-Boot
- U-Boot features
- Adding packages to Yocto
How-to
Test and use an Interface