Difference between revisions of "SDV04 Embedded Linux Kit (SDVX)"

From DAVE Developer's Wiki
Jump to: navigation, search
(Created page with "== Quick start guide == ===Kit registration=== ===Target setup and first boot===")
 
Line 1: Line 1:
 
== Quick start guide ==
 
== Quick start guide ==
 +
This chapter describes how to quickly start working with the SDVX kit. The following paragraphs will guide you through the setup and installation procedures.
 
===Kit registration===
 
===Kit registration===
 +
{{ImportantMessage|text='''Customers are strongly recommended to register their kits'''. Registration grants access to reserved material such as source code and additional documentation.
 +
 +
To register the kit, please send an email to [mailto:support-sdvx@dave.eu], [[Development_Kits_Identification_Codes|providing the kit P/N and S/N]].
 +
 +
If you also wish to access git repositories containing source code, please follow the procedure described [[Accessing_DAVE_Embedded_Systems_restricted_git_repositories|here]].}}
 
===Target setup and first boot===
 
===Target setup and first boot===
 +
This section describes how to quick start SDV04 board delivered along with SDVX kit (see also the following image):
 +
* Connect a serial cable between the J8 connector on the SDV04 board and PC COM port through a null-modem (https://en.wikipedia.org/wiki/Null_modem) cable (not provided)
 +
*on host side start your favorite terminal that will be used to interact with the target's serial console; communication parameters are 115200-8-N-1
 +
*optionally connect the system to Ethernet LAN by plugging cable into connector J10
 +
*connect 12V power supply to J35 connector; J16 pinout is:
 +
**1: GND
 +
**2: VIN
 +
*insert microSD card in the slot J13.
 +
===Host setup===
 +
 +
===Target configuration for the development stage (<code>net_nfs</code>)===
 +
===Target configuration for standalone boot===
 +
===How to update root file system on SD card===
 +
==== Update rfs on target====
 +
==== Update rfs on a Linux PC====
 +
===Developing the software for the target===

Revision as of 07:44, 5 September 2018

Quick start guide[edit | edit source]

This chapter describes how to quickly start working with the SDVX kit. The following paragraphs will guide you through the setup and installation procedures.

Kit registration[edit | edit source]

200px-Emblem-important.svg.png

Customers are strongly recommended to register their kits. Registration grants access to reserved material such as source code and additional documentation.

To register the kit, please send an email to [1], providing the kit P/N and S/N.

If you also wish to access git repositories containing source code, please follow the procedure described here.

Target setup and first boot[edit | edit source]

This section describes how to quick start SDV04 board delivered along with SDVX kit (see also the following image):

  • Connect a serial cable between the J8 connector on the SDV04 board and PC COM port through a null-modem (https://en.wikipedia.org/wiki/Null_modem) cable (not provided)
  • on host side start your favorite terminal that will be used to interact with the target's serial console; communication parameters are 115200-8-N-1
  • optionally connect the system to Ethernet LAN by plugging cable into connector J10
  • connect 12V power supply to J35 connector; J16 pinout is:
    • 1: GND
    • 2: VIN
  • insert microSD card in the slot J13.

Host setup[edit | edit source]

Target configuration for the development stage (net_nfs)[edit | edit source]

Target configuration for standalone boot[edit | edit source]

How to update root file system on SD card[edit | edit source]

Update rfs on target[edit | edit source]

Update rfs on a Linux PC[edit | edit source]

Developing the software for the target[edit | edit source]