Difference between revisions of "NaonEVB-Lite"

From DAVE Developer's Wiki
Jump to: navigation, search
m
Line 7: Line 7:
  
 
===Quick start===
 
===Quick start===
 +
 +
# connect the serial cable, provided with the board, to J25
 +
# connect this cable to PC COM port through a NULL-modem cable (not provided)
 +
# start your favourite terminal software on PC; communication parameters are:
 +
#* baud rate: 115200 Bps
 +
#* data bits: 8
 +
#* stop bits: 1
 +
#* parity: none
 +
# (optional) to connect the system to Ethernet LAN, please plug cable on connector J3
 +
# connect a 12Vcc power supply to JP1
 +
 +
Once power has been applied, U-Boot bootloader will be executed and the following messages will be printed on serial console (please note that messages may vary due different U-Boot releases)
 +
 +
<pre class="terminal-output">
 +
CCCCCCCC
 +
 +
U-Boot 2010.06-dirty (Apr 27 2012 - 18:58:24) [nelk-0.9.0-min]
 +
 +
TI8148-GP rev 2.1
 +
 +
ARM clk: 600MHz
 +
DDR clk: 333MHz
 +
 +
DRAM:  512 MiB
 +
Using default environment
 +
 +
Hit any key to stop autoboot:  0
 +
8192 KiB AT45DB642D at 0:0 is now current device
 +
## Starting application at 0x81000000 ...
 +
 +
 +
U-Boot 2010.06-dirty (Apr 30 2012 - 19:23:20) [nelk-0.9.0]
 +
 +
TI8148-GP rev 2.1
 +
 +
ARM clk: 600MHz
 +
DDR clk: 333MHz
 +
 +
I2C:  ready
 +
DRAM:  512 MiB
 +
NAND:  HW ECC Hamming Code selected
 +
1024 MiB
 +
MMC:  OMAP SD/MMC: 0
 +
Net:  Detected MACID:d4:94:a1:8e:22:19
 +
cpsw
 +
NAON#
 +
</pre>

Revision as of 09:11, 2 May 2012

Info Box
Naon am387x-dm814x.png Applies to Naon
Dds vista tre quarti.png Applies to DDS

Introduction[edit | edit source]

Quick start[edit | edit source]

  1. connect the serial cable, provided with the board, to J25
  2. connect this cable to PC COM port through a NULL-modem cable (not provided)
  3. start your favourite terminal software on PC; communication parameters are:
    • baud rate: 115200 Bps
    • data bits: 8
    • stop bits: 1
    • parity: none
  4. (optional) to connect the system to Ethernet LAN, please plug cable on connector J3
  5. connect a 12Vcc power supply to JP1

Once power has been applied, U-Boot bootloader will be executed and the following messages will be printed on serial console (please note that messages may vary due different U-Boot releases)

CCCCCCCC

U-Boot 2010.06-dirty (Apr 27 2012 - 18:58:24) [nelk-0.9.0-min]

TI8148-GP rev 2.1

ARM clk: 600MHz
DDR clk: 333MHz

DRAM:  512 MiB
Using default environment

Hit any key to stop autoboot:  0
8192 KiB AT45DB642D at 0:0 is now current device
## Starting application at 0x81000000 ...


U-Boot 2010.06-dirty (Apr 30 2012 - 19:23:20) [nelk-0.9.0]

TI8148-GP rev 2.1

ARM clk: 600MHz
DDR clk: 333MHz

I2C:   ready
DRAM:  512 MiB
NAND:  HW ECC Hamming Code selected
1024 MiB
MMC:   OMAP SD/MMC: 0
Net:   Detected MACID:d4:94:a1:8e:22:19
cpsw
NAON#