VAR-SOM-MX6 Start Here: Difference between revisions

From Variscite Wiki
Line 23: Line 23:
= Step Five: What next?=
= Step Five: What next?=
Your next step can be one of :
Your next step can be one of :
* Build Yocto from source code
** [[VAR-SOM-MX6 Yocto Fido R2 Build Yocto release|Build Yocto from source code]]
** [[VAR-SOM-MX6 Yocto Fido R2 Build Linux out of tree|Build Linux Kernel from source code]]
** [[VAR-SOM-MX6 Yocto Fido R2 Customize linux-variscite |Customize linux-variscite]]
** [[VAR-SOM-MX6 Yocto Fido R2 Build u-boot out of tree|Build u-boot from source code]]
** [[VAR-SOM-MX6 Yocto Fido R2 Build Wireless drivers out of tree|Build Wireless drivers out of tree]]
* Start doing applications programming.
* Start doing applications programming.
** [[VAR-SOM-MX6 Hello World|Hello World]]
** [[VAR-SOM-MX6 Hello World|Hello World]]
Line 29: Line 36:
** [[VAR-SOM-MX6 Yocto Utilizing|TFTP & NFS]]
** [[VAR-SOM-MX6 Yocto Utilizing|TFTP & NFS]]
** [[VAR-SOM-MX6_Yocto Common Errors|Yocto common build errors</span>]]
** [[VAR-SOM-MX6_Yocto Common Errors|Yocto common build errors</span>]]
* Build Yocto from source code
 
** [https://docs.google.com/spreadsheets/d/1-yq5hZjyOkSw5cRLp7RVfHF8o564NqIQkU2EvmxaLAE/pubhtml Release Notes]
** [[VAR-SOM-MX6 Yocto Fido R2 Build Yocto release|Build Yocto from source code]]
** [[VAR-SOM-MX6 Yocto Fido R2 Build Linux out of tree|Build Linux Kernel from source code]]
** [[VAR-SOM-MX6 Yocto Fido R2 Customize linux-variscite |Customize linux-variscite]]
** [[VAR-SOM-MX6 Yocto Fido R2 Build u-boot out of tree|Build u-boot from source code]]
** [[VAR-SOM-MX6 Yocto Fido R2 Build Wireless drivers out of tree|Build Wireless drivers out of tree]]
* Test various interfaces.
* Test various interfaces.
** [[VAR-SOM-MX6 GPIO|GPIO]]
** [[VAR-SOM-MX6 GPIO|GPIO]]

Revision as of 11:51, 16 December 2015

VAR-SOM-MX6 - First Time? Start Here.

Yocto.png

Step One: Read Documentations

Please download and read the development kit documentation.

NOTE:
Make sure you read the Quick Start Guide.

Step Two: Development Environment

Set up your development environment.

Step Three: 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 NAND recovery SD-Card

Please follow the below guide to boot DVK with a bootable SD-Card , and burn a complete yocto into NAND-Flash

Step Five: What next?

Your next step can be one of :