SDV04 Embedded Linux Kit (SDVX)

From DAVE Developer's Wiki
Revision as of 07:44, 5 September 2018 by U0013 (talk | contribs)

Jump to: navigation, search

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]