DART-6UL Yocto Krogoth R2: Difference between revisions
From Variscite Wiki
No edit summary |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 15: | Line 15: | ||
* [[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_R2_NAND_Recovery|'''Using the recovery SD card''']] | * [[DART-6UL_Yocto_R2_NAND_Recovery|'''Using the recovery SD card''']] | ||
* [[DART-6UL_rev_changelog|DART-6UL Changelog]] | |||
* [[VAR-SOM-6UL_rev_changelog|VAR-SOM-6UL Changelog]] | |||
=== Programming === | === Programming === | ||
Line 31: | Line 33: | ||
|content=<nowiki></nowiki> | |content=<nowiki></nowiki> | ||
===Build Yocto, Linux and U-Boot=== | ===Build Yocto, Linux and U-Boot=== | ||
* [ | * [https://variscite-public.nyc3.cdn.digitaloceanspaces.com/DART-6UL/Software/yocto/legacy-images/mx6ul-dart-recovery-sd-changelog.txt Release Notes] | ||
* [[DART-6UL Yocto Krogoth R2 Supported hardware and features|Supported hardware and features]] | * [[DART-6UL Yocto Krogoth R2 Supported hardware and features|Supported hardware and features]] | ||
* [[VAR-SOM-MX6 Development Environment|Setting a Development Environment]] | * [[VAR-SOM-MX6 Development Environment|Setting a Development Environment]] |
Latest revision as of 23:14, 17 June 2024
DART-6UL Yocto Krogoth R2
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_2.0.0_ga-var01
General
Build
Build Yocto, Linux and U-Boot
- Release Notes
- Supported hardware and features
- Setting a Development Environment
- Build Yocto from source code
- Yocto common build errors
- Customizing the Linux kernel and U-Boot
- Toolchain installation for out of Yocto builds
- Build U-Boot from source code
- Build the Linux kernel from source code
- Install Yocto binaries to eMMC/NAND flash via SD card
- Install Yocto binaries to eMMC/NAND flash via Ethernet
- Install 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)
- Booting from USB using the imx_usb_loader utility
How-to