VAR-SOM-MX6 Start Here: Difference between revisions

From Variscite Wiki
No edit summary
No edit summary
 
(35 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{PageHeader|VAR-SOM-MX6 - First Time? Start Here.}} {{DocImage|category1=VAR-SOM-MX6|category2=Yocto}} __toc__
{{PageHeader|VAR-SOM-MX6 - First Time? Start Here.}} {{DocImage|category1=VAR-SOM-MX6|category2=Yocto}} __toc__
[[File:Yocto.png|x300px]]
= Step One: Read Documentations =
= Step One: Read Documentations =
Please download and read the development kit documentation.
Please download and read the development kit documentation on Variscite website
* [http://www.variscite.com/products/evaluation-kits/var-som-mx6-kits VAR-SOM-MX6 Kit]
* [http://www.variscite.com/products/evaluation-kits/dart-mx6-kits DART-MX6 Kit]
* [http://www.variscite.com/products/evaluation-kits/var-som-solo-kits VAR-SOM-SOLO Kit]
{{note| NOTE:<br>Make sure you read the Quick Start Guide.|info}}
{{note| NOTE:<br>Make sure you read the Quick Start Guide.|info}}


= Step Two: Development Environment =
= Step Two: Setup Linux host PC Development Environment =
Set up your development environment.
Set up your development environment.
* [[VAR-SOM-MX6 Development Environment|Setting Development Environment]]
* [[VAR-SOM-MX6 Development Environment|Setting Development Environment]]
= Step Three: Power Up =
 
Power up the board.
= Step Three: Evaluation Kit Power Up =
</br>You should have the serial cable connected.
You should have the serial cable connected to the debug port, as describe in the quick start guide.<br>
</br>You should also see the u-boot output on the serial.
Under Ubuntu (or other Linux based OS) minicom or picocom are recommended.<br>
Under Windows PuTTY or Tera Term are recommended.<br>
For example, to use picocom under Ubuntu:<br>
Open a terminal a run:
<pre>
$ dmesg
One of the last lines should be something like: "FTDI USB Serial Device converter now attached to ttyUSBX" (the X should be a number)
$ sudo apt-get install picocom
$ sudo picocom -b 115200 /dev/ttyUSBX (replace the X with the number from the dmesg output).
(If you want to exit picocom press Ctrl+A+X)
</pre>
 
And to use PuTTY under Windows:
<pre>
Click the "Windows key"+"R" to open the "Run" window, type "devmgmt.msc" and hit "Enter" to open the Device Manager.
 
In Device Manager, expend the "Ports (COM & LTP)" entry.
You should have a "USB Serial Port (COMXX)" entry there after you connect the Debug cable (the XX should be a number).
 
In the Putty "Session" screen:
Choose "Serial" under "Connection type".
in the "Serial line" field, put in COMXX (replace the XX with the number seen in your Device Manager).
Under "Speed" put in "115200".
 
In the "Connection" -> "Serial" screen:
Make sure the "Data bits" are set to "8", "Stop bits" to "1", "Parity" to "None" and "Flow control" to "None".
 
Click on "Open".
</pre>
Note:<br>
If you are using a virtual machine, make sure the USB device is used by the correct OS.<br>
<br>
Power up the board.<br>
When board boots, make sure you see the U-Boot and kernel prints on your host PC terminal. You will need to type-in commands in the command prompt late in the development stages.<br>
The Linux login is root (no password).
{{note| IMPORTANT:<br>Don't continue without the serial console operating.|info}}
{{note| IMPORTANT:<br>Don't continue without the serial console operating.|info}}
= Step Four: NAND recovery SDCARD=
 
Create Yocto bootable SDCARD and flash it to your card.
= Step Four: A quick test with a recovery SD card=
* [[VAR-SOM-MX6 Yocto NAND Recovery| Create NAND recovery]]
Please follow the below guide to boot the DVK with a bootable SD card, and burn a complete Yocto/Android into the SOM's internal storage device/s.
* Recover Nand Flash
* [[VAR-SOM-MX6_Yocto_NAND_Recovery_V60plus|VAR-SOM-MX6 recovery SD card]]
** 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
** [[VAR-SOM-MX6 Yocto NAND Recovery#Flash_from_command_line| Flash from command line]]
* Switch to NAND (or don't push the boot-select button) and power up your board.


= Step Five: What next?=
= Step Five: What next?=
Your next step can be one of three:
Your next step can be one of :
* Start doing applications programming.
* [[VAR-SOM-MX6 Yocto Krogoth Build Yocto release|Build a complete Yocto (Krogoth)]]. 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 the SOM's internal storage device/s.
* Build Yocto from source code
** [[VAR-SOM-MX6_Yocto Common Errors|Yocto common build errors</span>]]
 
 
* Use your pre-built recovery SD card, as-is, to boot system, and start applications programming.
** [[VAR-SOM-MX6 Hello World|Hello World 'C' application]]
** [[VAR-SOM-MX6 QT Hello World|Building A QT Hello World]]
** [[VAR-SOM-MX6 Yocto Jethro Eclipse|Debugging with Eclipse]]
** [[VAR-SOM-MX6 Yocto Utilizing|TFTP & NFS]]
 
 
* Test various interfaces.
* Test various interfaces.
** [[VAR-SOM-MX6 GPIO|GPIO]]
** [[VAR-SOM-MX6 Ethernet|Ethernet]]
** [[VAR-SOM-MX6 Audio record play|Audio record/play]]
** [[IMX_CAN_bus|CAN bus]]
** [[VAR-SOM-MX6 USB Host|USB Host]]
** [[VAR-SOM-MX6 eMMC|eMMC]]
** [[VAR-SOM-MX6 RTC|RTC]]
** [[VAR-SOM-MX6 LVDS|LVDS]]
** [[VAR-SOM-MX6 I2C|I2C]]
** [[VAR-SOM-MX6 Wireless LAN|Wireless LAN]]
** [[VAR-SOM-MX6 Bluetooth|Bluetooth]]
** [[VAR-SOM-MX6 Backlight|Backlight]]
** [[VAR-SOM-MX6 USB OTG host|USB OTG as host]]
** [[VAR-SOM-MX6 USB OTG as device|USB OTG as device]]
** [[VAR-SOM-MX6 SPI|SPI]]
** [[VAR-SOM-MX6 UART|External UART]]
* Contact Support
** support@variscite.com

Latest revision as of 16:46, 8 November 2022

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

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

You should have the serial cable connected to the debug port, as describe in the quick start guide.
Under Ubuntu (or other Linux based OS) minicom or picocom are recommended.
Under Windows PuTTY or Tera Term are recommended.
For example, to use picocom under Ubuntu:
Open a terminal a run:

$ dmesg
One of the last lines should be something like: "FTDI USB Serial Device converter now attached to ttyUSBX" (the X should be a number)
$ sudo apt-get install picocom
$ sudo picocom -b 115200 /dev/ttyUSBX (replace the X with the number from the dmesg output).
 
(If you want to exit picocom press Ctrl+A+X)

And to use PuTTY under Windows:

Click the "Windows key"+"R" to open the "Run" window, type "devmgmt.msc" and hit "Enter" to open the Device Manager.

In Device Manager, expend the "Ports (COM & LTP)" entry.
You should have a "USB Serial Port (COMXX)" entry there after you connect the Debug cable (the XX should be a number).

In the Putty "Session" screen:
Choose "Serial" under "Connection type".
in the "Serial line" field, put in COMXX (replace the XX with the number seen in your Device Manager).
Under "Speed" put in "115200".

In the "Connection" -> "Serial" screen:
Make sure the "Data bits" are set to "8", "Stop bits" to "1", "Parity" to "None" and "Flow control" to "None".

Click on "Open".

Note:
If you are using a virtual machine, make sure the USB device is used by the correct OS.

Power up the board.
When board boots, make sure you see the U-Boot and kernel prints on your host PC terminal. You will need to type-in commands in the command prompt late in the development stages.
The Linux login is root (no password).

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

Step Four: A quick test with a recovery SD card

Please follow the below guide to boot the DVK with a bootable SD card, and burn a complete Yocto/Android into the SOM's internal storage device/s.

Step Five: What next?

Your next step can be one of :