Yocto Start Here: Difference between revisions

From Variscite Wiki
No edit summary
No edit summary
Line 29: Line 29:


* Use your pre-built rescue recovery SD-Card, as-is, to boot system, and start applications programming.
* Use your pre-built rescue recovery SD-Card, as-is, to boot system, and start applications programming.
** [[VAR-SOM-MX6 Hello World|Hello World 'C' application]]
* {{Varlink|Yocto Hello World|{{#var:RELEASE_LINK}}|Hello World 'C' application}}
** [[VAR-SOM-MX6 QT Hello World|Building A QT Hello World]]
* {{Varlink|Yocto QT Hello World|{{#var:RELEASE_LINK}}|Building A QT Hello World}}
** [[VAR-SOM-MX6 Yocto GS eclipse v3|Debugging with Eclipse]]
* {{Varlink|Yocto Programming with Eclipse|{{#var:RELEASE_LINK}}|Debugging with Eclipse}}
** [[VAR-SOM-MX6 Yocto Utilizing|TFTP & NFS]]
* {{Varlink|Yocto Setup TFTP/NFS|{{#var:RELEASE_LINK}}|TFTP & NFS}}
 


* Test various interfaces.
* Test various interfaces.
** [[DART-6UL GPIO|GPIO]]
** [[{{#var:HARDWARE_NAME}} GPIO|GPIO]]
** [[DART-6UL Ethernet|Ethernet]]
** [[{{#var:HARDWARE_NAME}} Ethernet|Ethernet]]
** [[DART-6UL Audio record play|Audio record/play]]
** [[{{#var:HARDWARE_NAME}} Audio record play|Audio record/play]]
** [[DART-6UL Can-bus|Can-bus]]
** [[{{#var:HARDWARE_NAME}} Can-bus|Can-bus]]
** [[DART-6UL USB Host|USB Host]]
** [[{{#var:HARDWARE_NAME}} USB Host|USB Host]]
** [[DART-6UL eMMC|eMMC]]
** [[{{#var:HARDWARE_NAME}} eMMC|eMMC]]
** [[DART-6UL RTC|RTC]]
** [[{{#var:HARDWARE_NAME}} RTC|RTC]]
** [[DART-6UL LVDS|LVDS]]
** [[{{#var:HARDWARE_NAME}} LVDS|LVDS]]
** [[DART-6UL I2C|I2C]]
** [[{{#var:HARDWARE_NAME}} I2C|I2C]]
** [[DART-6UL Wireless LAN|Wireless LAN]]
** [[{{#var:HARDWARE_NAME}} Wireless LAN|Wireless LAN]]
** [[DART-6UL Bluetooth|Bluetooth]]
** [[{{#var:HARDWARE_NAME}} Bluetooth|Bluetooth]]
** [[DART-6UL Backlight|Backlight]]
** [[{{#var:HARDWARE_NAME}} Backlight|Backlight]]
** [[DART-6UL USB OTG host|USB OTG as host]]
** [[{{#var:HARDWARE_NAME}} USB OTG host|USB OTG as host]]
** [[DART-6UL USB OTG as device|USB OTG as device]]
** [[{{#var:HARDWARE_NAME}} USB OTG as device|USB OTG as device]]
** [[DART-6UL SPI|SPI]]
** [[{{#var:HARDWARE_NAME}} SPI|SPI]]
** [[DART-6UL UART|External UART]]
** [[{{#var:HARDWARE_NAME}} UART|External UART]]
* Contact Support
* Contact Support
** [http://www.variscite.com/support/variscite-customer-portal '''Variscite Customer Portal'''] <br> Register at Variscite Customer Portal to get high quality engineering support for Variscite products
** [http://www.variscite.com/support/variscite-customer-portal '''Variscite Customer Portal'''] <br> Register at Variscite Customer Portal to get high quality engineering support for Variscite products
** [http://variscite.com/support-forum/index.php Support forum]
** [http://variscite.com/support-forum/index.php Support forum]

Revision as of 16:53, 9 May 2017

-First Time? Start Here.

Yocto.png

Step One: Read Documentations

Please download and read the development kit documentation on Variscite website

NOTE:
Make sure you read the Quick Start Guide.

Step Two: Setup Linux host PC Development Environment

Set up your development environment.

Step Three: Evaluation Kit Power Up

Power up the board.
You should have the serial cable connected to the debug port, as describe in the quick start guide
When board boots, make sure you see the u-boot prints on your host PC hyper terminal. You will need to type-in commands in the command prompt late in the development stages

IMPORTANT:
Don't continue without the serial console operating.

Step Four: A quick test with recovery SD-Card

Please follow the below guide to boot Evaluation Kit with a bootable SD-Card, and burn a complete Yocto into SOMs storage (NAND/eMMC)

Step Five: What next?

Your next step can be one of :

  • Build a complete Yocto.
    This guide will help you build a complete Yocto build, resulting in all required binaries to create a full bootable Yocto SD-Card, and all required binaries to burn to SOM's storage NAND Flash or eMMC.