Difference between revisions of "DART-SD410 Yocto DeveloperGuide Pyro 4.9.34"
From Variscite Wiki
m (Text replacement - "{{Software |" to "{{SoftwareEx |title={{PAGENAME}} |") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
|title={{PAGENAME}} | |title={{PAGENAME}} | ||
|image=Yocto.png | |image=Yocto.png | ||
− | |description=Yocto project is a framework for creating a 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 desktop to a simple a serial console. | + | |description=Yocto project is a framework for creating a 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 desktop to a simple a serial console. |
+ | |||
+ | Linaro joined the Yocto Project community providing a release based on the Yocto Project framework for Qualcomm SD410. Variscite extend this framework to support our DART-SD410 System On a Modules. | ||
|category1=DART-SD410 | |category1=DART-SD410 | ||
|category2= | |category2= | ||
− | |documentation= | + | |documentation= |
{{SoftBox | {{SoftBox | ||
|title=Program | |title=Program | ||
− | + | |content= | |
− | |content= | + | ;General |
− | + | * [[DART-SD410_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> | |
− | * [[DART-SD410_Start_here|First Time? Start Here < | + | * [https://variscite.com/support-forum/index.php Support forum] |
− | * [ | + | ;Programming |
− | + | |color=darkblue | |
− | < | + | }}<!-- |
− | + | -->{{SoftBox | |
− | |||
|title=Build | |title=Build | ||
− | + | |content= | |
− | |content= | + | ;Build Yocto Linux |
− | |||
*[[DART-SD410_Yocto_Host_Install_Pyro|Host requirements installation]] | *[[DART-SD410_Yocto_Host_Install_Pyro|Host requirements installation]] | ||
*[[DART-SD410_Yocto_Pyro_4.9.34_Download_Packages|Download packages and build]] | *[[DART-SD410_Yocto_Pyro_4.9.34_Download_Packages|Download packages and build]] | ||
− | |color=green}}< | + | |color=green |
− | + | }}<!-- | |
+ | |||
+ | -->{{SoftBox | ||
|title=Howto | |title=Howto | ||
− | + | |content= | |
− | |content= | + | ;HOW-TO Test and use an Interface |
− | + | <div style="column-count:2"> | |
− | <div style=" | ||
− | |||
* [[DART-SD410_Yocto_GPIO|Using GPIO]] | * [[DART-SD410_Yocto_GPIO|Using GPIO]] | ||
* [[DART-SD410_Yocto_Ethernet|Ethernet]] | * [[DART-SD410_Yocto_Ethernet|Ethernet]] | ||
* [[DART-SD410_Yocto_USB|USB]] | * [[DART-SD410_Yocto_USB|USB]] | ||
<!-- * [[DART-SD410_Yocto_RTC|RTC]] --> | <!-- * [[DART-SD410_Yocto_RTC|RTC]] --> | ||
− | |||
− | |||
<!-- * [[DART-SD410_Yocto_I2C|I2C]] --> | <!-- * [[DART-SD410_Yocto_I2C|I2C]] --> | ||
* [[DART-SD410_Yocto_UART|Internal UART]] | * [[DART-SD410_Yocto_UART|Internal UART]] | ||
<!-- * [[DART-SD410_Yocto_GPS|Internal GPS]] --> | <!-- * [[DART-SD410_Yocto_GPS|Internal GPS]] --> | ||
<!-- * [[DART-SD410_Yocto_Camera|External Camera]] --> | <!-- * [[DART-SD410_Yocto_Camera|External Camera]] --> | ||
− | |||
</div> | </div> | ||
|color=blue}}}} | |color=blue}}}} | ||
− | + | <startFeed/> | |
{{News| | {{News| | ||
==News== | ==News== | ||
Line 52: | Line 49: | ||
}} | }} | ||
<endFeed/> | <endFeed/> | ||
+ | {{NONUMBEREDHEADINGS}} |
Latest revision as of 12:00, 3 June 2021
DART-SD410 Yocto DeveloperGuide Pyro 4.9.34
Yocto project is a framework for creating a 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 desktop to a simple a serial console.
Linaro joined the Yocto Project community providing a release based on the Yocto Project framework for Qualcomm SD410. Variscite extend this framework to support our DART-SD410 System On a Modules.
Program
Build
- Build Yocto Linux
Howto
- HOW-TO Test and use an Interface
Latest News
1 News
1.1 16/Aug/2017 - Created
HOW-TO Test and use an Interface added. Enjoy!