VAR-SOM-MX6 Start Here: Difference between revisions

From Variscite Wiki
No edit summary
Line 29: Line 29:
Your next step can be one of three:
Your next step can be one of three:
* Start doing applications programming.
* Start doing applications programming.
** [[VAR-SOM-MX6 Hello World|Hello World]]
** [[VAR-SOM-MX6 QT Hello World|Building A QT Hello World]]
** [[VAR-SOM-MX6 Yocto GS eclipse v3|Debugging with Eclipse]]
** [[VAR-SOM-MX6 Yocto Utilizing|TFTP & NFS]]
** [[VAR-SOM-MX6_Yocto Common Errors|Yocto common build errors</span>]]
* Build Yocto from source code
* Build Yocto from source code
* Test various interfaces.
* Test various interfaces.
* Contact Support
** [http://variscite.com/support-forum/index.php Support forum]
** [support@variscite.com email support]

Revision as of 13:23, 15 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.
You should also see the u-boot output on the serial.

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

Step Four: NAND recovery SDCARD

Create Yocto bootable SDCARD and flash it to your card.

  • Create NAND recovery
  • Recover Nand Flash
    • Insert the SD card into the SD/MMC slot of the custom board
    • Press and hold the boot-select button (or switch to MMC), power-off and power-on the board
    • The board will automatically boot into Linux from SD-Card
    • Flash from command line
  • Switch to NAND (or don't push the boot-select button) and power up your board.

Step Five: What next?

Your next step can be one of three: