Page 2
AXIOMTEK does not make any commitment to update the information in this manual. AXIOMTEK reserves the right to change or revise this document and/or product at any time without notice. No part of this document may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of AXIOMTEK Co., Ltd.
Most electronic components are sensitive to static electrical charge. 2. Disconnect the power cords from the NA150 before making any installation. Be sure both the system and the external devices are turned OFF. Sudden surge of power could ruin sensitive components.
I/O Outlets General Description The NA150 is a 1U desktop security hardware platform for VPN, firewall and other network security applications, which consists Marvell® Armada370 SOC. The system supports onboard DDR3L 1066/1333 memory up to maximum 1 GB. In addition, the platform supports 1 Gigabit WAN port and 4 gigabit switch ports which can provide best throughput.
NA150 Series Network Appliance User’s Manual I/O Outlets Locate the front panel I/O outlets on the NA150 Series server to connect serial and Ethernet interface devices. 1.5.1 Front Panel Programmable LED See Chapter 3.8 How to use GPIO to control status LED and push buttons ...
NA150 Series Network Appliance User’s Manual 1.5.2 Rear Panel WAN Port USB Ports 12V DC Reset Default(GPI) Console Port Power Input Switch LAN Ports Reset Button Used to reset the system and reboot your computer instead of turning OFF the power.
NA150 Series Network Appliance User’s Manual CHAPTER 2 HARDWARE DESCRIPTION The NA150 Series is convenient for various hardware configurations. Chapter 2 introduces the hardware. Checklist The package bundled with the NA150 Series should contain the following items: DC Power Adapter x 1,Power cord x 1 ...
NA150 Series Network Appliance User’s Manual Jumper Settings This section provides information about jumpers and connectors of the NA-150 Series. Proper jumper settings configure the main board in this appliance to meet the application purpose. We are herewith listing a summary table of all jumpers and default settings for onboard devices, respectively.
NA150 Series Network Appliance User’s Manual Connectors Connectors connect the board with other parts of the system. Loose or improper connection might cause problems. Ensure that all connectors are properly and firmly connected. Below is a summery table of all connectors on the main board.
NA150 Series Network Appliance User’s Manual 2.5.2 MINI PCIe SLOT 1 (CN3) The PCI-Express Mini Card socket supports m-SATA signal and USB 2.0 signal. Signal Signal WAKE# +3.3VSB No use Ground (GND) No use +1.5V CLKREQ# No use Ground (GND)
NA150 Series Network Appliance User’s Manual 2.5.3 MINI PCIe SLOT 2 (CN4) The PCI-Express Mini Card socket supports PCI-Express x1 link. It complies with PCI-Express Mini Card Spec. V1.2. Signal Signal WAKE# +3.3VSB No use Ground (GND) No use +1.5V...
NA150 Series Network Appliance User’s Manual 2.5.4 SD Card Connector (CN5) Signal Signal DATA3 +3.3V Level Ground (GND) Ground (GND) DATA0 DATA1 DATA2 10 12 Status Ground (GND) 2.5.5 SATA Power Connector (CN6/CN7) Supports 2.5” SATA HDD power Signal +5V Level...
NA150 Series Network Appliance User’s Manual 2.5.7 DC12V In Power Jack (CN10) Signal +12V Ground (GND) 2.5.8 Power Input 12V Connector (ATX1) (Optional) Signal Ground (GND) +12V 2.5.9 DC12V Power Switch Connector (ATX2) (Optional) Signal DC_12V1 DC_12V2 2.5.10 Serial Port1 For Console (COM1)
NA150 Series Network Appliance User’s Manual 2.5.11 USB Port Connector (USB1) Signal USB VCC (+5V level standby power) USB #0_D- USB #0_D+ 5 6 7 8 Ground (GND) USB VCC (+5V level standby power) 1 2 3 4 USB #1_D-...
NA150 Series Network Appliance User’s Manual 2.5.13 Serial ATA Connectors (SATA1, SATA2) These Serial Advanced Technology Attachment (Serial ATA or SATA) connectors are for high-speed SATA interface ports. SATA2 is co-lay with m-SATA(CN3). Signal Signal Ground (GND) Ground (GND) Ground (GND) 2.5.14 Fan Connector (FAN1) (Optional)
This chapter provides users with detailed descriptions on how to set up the basic system configuration. Getting started Connecting the NA150 You can connect the NA150 to PC via Serial RS-232 console Baudrate: 115200 bps Parity: None Data bits: 8...
Page 22
NA150 Series Network Appliance User’s Manual To login, please enter ‘root’ (with no password). Software User Guide...
Install packages for compile kernel and root file system #sudo apt-get update #sudo apt-get install libncurses5-dev g++ bison gettext flex texinfo patch git Download and Untar the Linux BSP “NA150-BSP-1.0.0.tar.gz” Create a folder and untar the BSP # mkdir ~/Project/NA150 –p # tar –zxf NA150-BSP-1.0.0.tar.gz –C ~/Project/NA150...
NA150 Series Network Appliance User’s Manual Compile the Linux kernel Change to kernel source folder # cd linux-3.2.58 Set the environment variable (To configure the developing environment automatically) # source setenv.sh You can modify the setenv.sh by yourself, if you change the path of cross compiler.
NA150 Series Network Appliance User’s Manual Compile root file system Change to buildroot folder # cd ~/Project/NA150/buildroot Set the environment variable (To configure the developing environment automatically) # source setenv.sh Generate .config file # make na150_defconfig Modify and compile the root file system...
NA150 Series Network Appliance User’s Manual Put kernel and root file system into SD card SD card has two partitions: the first partition is kernel image(fat32), the second partition is root file system(ext2) Use the card reader to connect to host PC(Ubuntu 12.04 LTS)
NA150 Series Network Appliance User’s Manual Compile Sample Program Add cross-compiler to the PATH # export PATH=/opt/armv7-marvell-linux-gnueabi- hard_i686_64K_Dev_20131002/bin:$PATH Create a directory for sample program # cd ~/Project/NA150 # mkdir sample # cd sample Use vi to edit hello.c # vi hello.c #include<stdio.h>...
NA150 Series Network Appliance User’s Manual How to use WiFi Install W iFi module (W PEA-121N/W Atheros AR9382) on Mini PCIe slot then boot up into OS with username (no need password). Excute commands as below to start the WiFi interface.
Page 29
NA150 Series Network Appliance User’s Manual Connect AP use wpa_supplicant Configure wpa_supplicant $ vi example.conf ctrl_interface=/var/run/wpa_supplicant(you must add this this in the first line) configure Encryption as disable and no authentication type network={ ssid="AP_SSID" key_mgmt=NONE configure Encryption as WEP Open type network={ ssid="...
Page 30
NA150 Series Network Appliance User’s Manual ssid=" AP_SSID " pairwise=TKIP group=TKIP proto=WPA key_mgmt=WPA-PSK psk="12345678" configure Encryption as CCMP and WPA-PSK as authentication type network={ ssid=" AP_SSID " pairwise=CCMP group=CCMP proto=WPA key_mgmt=WPA-PSK psk="12345678" configure encryption as CCMP and WPA2-PSK as authentication type network={ ssid="...
Page 31
NA150 Series Network Appliance User’s Manual Get IP from AP $ udhcpc -i wlan0 Test WiFi connection use ping $ ping -I wlan0 168.95.1.1 Software User Guide...
$ wpa_cli -i wlan0 terminate How to use GPIO to control status LED and push buttons NA150 has 2 push buttons and 1 status led can be controlled via GPIO pins Led control # echo 64 > /sys/class/gpio/export enable gpio pin # echo out >...
NA150 Series Network Appliance User’s Manual APPENDIX A WARNING This is a class B Product. In a domestic Environment this Product may cause radio interference in which case the user may be required to take adequate measures. It will be dangerous if the battery is incorrectly replaced. Replacing only with the same or equivalent type is highly recommended by the manufacturer.
Page 34
NA150 Series Network Appliance User’s Manual This page is intentionally left blank. Warning...
Need help?
Do you have a question about the NA150 and is the answer not in the manual?
Questions and answers