VAR-SOM-AM43 Krogoth: Difference between revisions
From Variscite Wiki
(Remove empty section) |
No edit summary |
||
(13 intermediate revisions by 3 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. | ||
|category1=VAR-SOM-AM43 | |category1=VAR-SOM-AM43 | ||
|category2= | |category2= | ||
|documentation= | |documentation= | ||
{{SoftBox | {{SoftBox | ||
|title=Program | |title=Program | ||
|content= | |||
|content= | ;General | ||
* [[VAR-SOM-AM43 Start Here|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> | |||
* [[VAR-SOM-AM43 Start Here|First Time? Start Here < | * [[VAR-SOM-AM43 Yocto NAND Recovery|'''Using NAND Flash recovery rescue SD card''']] | ||
;Programming | |||
* [[VAR-SOM-AM43 Yocto NAND Recovery| | *[https://variscite.com/support-forum/viewtopic.php?f=9&t=27 Compiling QT5 application] | ||
*[ | |||
*[[VAR-SOM-AM33 Linux SDK 7 Basic debug with Eclipse| Application debugging with Eclipse]] | *[[VAR-SOM-AM33 Linux SDK 7 Basic debug with Eclipse| Application debugging with Eclipse]] | ||
;Reference documentation | |||
*[http://processors.wiki.ti.com/index.php/Processor_SDK_Linux_Software_Developer%E2%80%99s_Guide TI SDK Developers Guide] | |||
*[http://processors.wiki.ti.com/index.php/Linux_Core_U-Boot_User's_Guide TI SDK U-Boot Users Guide] | |||
*[http://processors.wiki.ti.com/index.php/Linux_Kernel_Users_Guide TI SDK Linux Users Guide] | |||
|color=darkblue | |||
}}<!-- | |||
-->{{SoftBox | |||
|title=Build | |title=Build | ||
|content= | |||
|content= | ;Build Yocto, Linux and U-Boot | ||
* [[VAR-SOM-AM33 Development Environment|Set Development Environment]] | * [[VAR-SOM-AM33 Development Environment|Set Development Environment]] | ||
* [[VAR-SOM-AM43 Yocto Krogoth GS| | * [[VAR-SOM-AM43 Yocto Krogoth GS|'''Build Yocto from source code''']] | ||
* [[VAR-SOM-AM43_Yocto Common Errors|Yocto common build errors</span>]] | * [[VAR-SOM-AM43_Yocto Common Errors|Yocto common build errors</span>]] | ||
* [[VAR-SOM-AM43_Yocto Krogoth Build Linux out of tree|Build Linux Kernel from source]] | * [[VAR-SOM-AM43_Yocto Krogoth Build Linux out of tree|Build Linux Kernel from source]] | ||
* [[VAR-SOM- | * [[VAR-SOM-MX6_Yocto_Fido_R2_Customize_linux-variscite |Customize linux-variscite]] | ||
* [[VAR-SOM-AM43_Yocto Krogoth Build u-boot out of tree|Build u-boot from source]] | * [[VAR-SOM-AM43_Yocto Krogoth Build u-boot out of tree|Build u-boot from source]] | ||
* [[VAR-SOM-AM43_NAND Flash Burning | Burning Yocto binaries to NAND Flash from SD | * [[VAR-SOM-AM43_NAND Flash Burning | Burning Yocto binaries to NAND Flash from SD card]] | ||
* [[VAR-SOM-AM43 Boot via Ethernet | Boot via Ethernet]] | * [[VAR-SOM-AM43 Boot via Ethernet | Boot via Ethernet]] | ||
|color=green | |||
}}<!-- | |||
-->{{SoftBox | |||
|title=Howto | |title=Howto | ||
|content= | |||
|content= | ;HOW-TO Test and use an Interface | ||
<div style="column-count:2"> | |||
<div style=" | |||
* [[VAR-SOM-AM43 GPIO|GPIO]] | * [[VAR-SOM-AM43 GPIO|GPIO]] | ||
* [[VAR-SOM-AM43 Ethernet|On-SOM Gbit Ethernet]] | * [[VAR-SOM-AM43 Ethernet|On-SOM Gbit Ethernet]] | ||
Line 59: | Line 52: | ||
* [[VAR-SOM-AM43 ADC|ADC controller]] | * [[VAR-SOM-AM43 ADC|ADC controller]] | ||
* [[VAR-SOM-AM43 SPI|SPI]] | * [[VAR-SOM-AM43 SPI|SPI]] | ||
* [[VAR-SOM-AM43 I2C|I2C]] | * [[VAR-SOM-AM43 I2C|I2C]] | ||
* [[VAR-SOM-AM43 Wireless LAN|Wireless LAN]] | * [[VAR-SOM-AM43 Wireless LAN|Wireless LAN]] | ||
Line 71: | Line 62: | ||
* [[VAR-SOM-AM43 RS485-Port|RS485-Port]] | * [[VAR-SOM-AM43 RS485-Port|RS485-Port]] | ||
</div> | </div> | ||
|color=blue}}}} | |color=blue}}}} | ||
Latest revision as of 16:53, 8 November 2022
VAR-SOM-AM43 Krogoth
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.
Program
- General
- Programming
- Reference documentation
Build
Howto