DART-SD410 Start here: Difference between revisions

From Variscite Wiki
(Created page with "{{PageHeader|DART-SD410 - First Time? Start Here.}} {{DocImage|category1=DART-SD410|category2=Android}}__toc__ = Step One: Read Documentations = Please download and read the d...")
 
 
(31 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{PageHeader|DART-SD410 - First Time? Start Here.}} {{DocImage|category1=DART-SD410|category2=Android}}__toc__
{{PageHeader|DART-SD410 - First Time? Start Here.}} {{DocImage|category1=DART-SD410|category2=Android}}__toc__
= Step One: Read Documentations =
= Read Documentations =
Please download and read the development kit documentation. on Variscite website
Please download and read the development kit documentation. on Variscite website
{{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: Setup Linux host PC Development Environment =
= Contact Support =
Register at [http://www.variscite.com/support/variscite-customer-portal Variscite Customer Portal] and ask for FTP credentials
 
= Read Getting Started =
*[[DART-SD410_Android_Getting_Started|Getting started]]
 
= Setup Linux host PC Development Environment =
Set up your development environment.
Set up your development environment.
* [[DART-SD410_Android_Host_Install|Setting Development Environment]]
* [[DART-SD410_Android_Host_Install|Setting Development Environment]]


= Step Three: DVK Power Up =
= DVK Power Up =
Remove SD card from the Board.
'''Remove SD card from the Board.'''<br>
Power up the board.
Power up the board.
</br>You should have the serial cable connected to the debug port, as describe in the quick start guide
</br>You should have the serial cable connected to the debug port, as describe in the quick start guide
</br>When board boots, make sure you see the boot process prints on your host PC hyper terminal. You will need to type-in commands in the command prompt late in the development stages
</br>When board boots, make sure you see the boot process prints on your host PC hyper terminal. You will need to type-in commands in the command prompt late in the development stages
{{note| IMPORTANT:<br>Don't continue without the serial console operating.|info}}
{{note| IMPORTANT:<br>Don't continue without the serial console operating.|info}}
{{note| IMPORTANT:<br>We suggest using Putty for this purpose.|info}}


= Step Four: What next?=
= What next?=
Your next step can be one of :
== Android ==
* [[VAR-SOM-MX6 Yocto Fido R3 Build Yocto release|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 NAND-Flash.
=== Building from source ===
** [[VAR-SOM-MX6_Yocto Common Errors|Yocto common build errors</span>]]
Your next step is compile the Android project:
 
* [[DART-SD410_Android_LL_1_1|Developers Guide</span>]]. This guide will help you to build the Android project and create the working images.
 
* 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]]
** [[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]]
 


* Test various interfaces.
=== Test various interfaces ===
** [[VAR-SOM-MX6 GPIO|GPIO]]
*[[DART-SD410_Android_Using_user_LED|Using user LED]]
** [[VAR-SOM-MX6 Ethernet|Ethernet]]
*[[DART-SD410_Android_Using_GPIO|Using GPIO]]
** [[VAR-SOM-MX6 Audio record play|Audio record/play]]
*[[DART-SD410_Android_Using_RTC|Using RTC]]
** [[VAR-SOM-MX6 Can-bus|Can-bus]]
*[[DART-SD410_Android_Recording_and_Playing_sound_file|Recording and Playing sound file]]
** [[VAR-SOM-MX6 USB Host|USB Host]]
*[[DART-SD410_Android_Capturing_screen_snapshot|Capturing screen snapshot]]
** [[VAR-SOM-MX6 eMMC|eMMC]]
*[[DART-SD410_Android_Switching_screen|Switching screen]]
** [[VAR-SOM-MX6 RTC|RTC]]
*[[DART-SD410_Android_Capturing_camera_image|Capturing camera image]]
** [[VAR-SOM-MX6 LVDS|LVDS]]
*[[DART-SD410_Android_Testing_internet_connection|Testing Ethernet connection]]
** [[VAR-SOM-MX6 I2C|I2C]]
*[[DART-SD410_Android_Rotating_LVDS_screen|Rotating LVDS screen]]
** [[VAR-SOM-MX6 Wireless LAN|Wireless LAN]]
*[[DART-SD410_Android_Measuring_power_consumption|Measuring power consumption]]
** [[VAR-SOM-MX6 Bluetooth|Bluetooth]]
*[[DART-SD410_Android_Reseting_the_system|Reseting the system]]
** [[VAR-SOM-MX6 Backlight|Backlight]]
*[[DART-SD410_Android_Setting_ADB_over Wi-Fi|Setting Adb Over Wi-Fi]]
** [[VAR-SOM-MX6 USB OTG host|USB OTG as host]]
== Debian ==
** [[VAR-SOM-MX6 USB OTG as device|USB OTG as device]]
=== Build from source ===
** [[VAR-SOM-MX6 SPI|SPI]]
Your next step is compile the Linux project:
** [[VAR-SOM-MX6 UART|External UART]]
* [[DART-SD410_Ubuntu_Download_Packages|Developers Guide</span>]]. This guide will help you to build the Linux project and create the working images.
* Contact Support
=== Test various interfaces ===
** [http://variscite.com/support-forum/index.php Support forum]
*[[DART-SD410_Debian_GPIO|Using GPIO]]
** support@variscite.com
*[[DART-SD410_Debian_Ethernet|Testing Ethernet]]
*[[DART-SD410_Debian_USB|Testing USB]]
*[[DART-SD410_Debian_RTC|Testing RTC]]
*[[DART-SD410_Debian_I2C|Testing I2C]]

Latest revision as of 09:50, 30 November 2017

DART-SD410 - First Time? Start Here.

Read Documentations

Please download and read the development kit documentation. on Variscite website

NOTE:
Make sure you read the Quick Start Guide.

Contact Support

Register at Variscite Customer Portal and ask for FTP credentials

Read Getting Started

Setup Linux host PC Development Environment

Set up your development environment.

DVK Power Up

Remove SD card from the Board.
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 boot process 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.
IMPORTANT:
We suggest using Putty for this purpose.

What next?

Android

Building from source

Your next step is compile the Android project:

  • Developers Guide. This guide will help you to build the Android project and create the working images.

Test various interfaces

Debian

Build from source

Your next step is compile the Linux project:

  • Developers Guide. This guide will help you to build the Linux project and create the working images.

Test various interfaces