Difference between revisions of "1-bay NAS Dock"

From FriendlyELEC WiKi
Jump to: navigation, search
(硬件组装步骤)
(软件安装)
Line 35: Line 35:
 
[[File:step4.png | frameless|500px|Step 4]]<br>
 
[[File:step4.png | frameless|500px|Step 4]]<br>
  
==软件安装==
+
==Software Installation==
===制作一张运行OpenMediaVault的TF卡===
+
===Make a TF Card with OpenMediaVault===
====下载系统固件====
+
====Download Image====
首先访问[http://pan.baidu.com/s/1miMwKoK 下载地址]下载固件文件(officail-ROMs目录)和烧写工具(tools目录)<br />
+
Visit this [http://pan.baidu.com/s/1miMwKoK download link] to download the firmware files(under the "officail-ROMs" directory) and flash utility(under the "tools" directory):<br />
  
 
::{| class="wikitable"
 
::{| class="wikitable"
 
|-
 
|-
|colspan=2|使用以下固件:
+
|colspan=2|Image Files:
 
|-
 
|-
|Debian-for-nas-YYYYMMDD.img.zip      || 预装了OpenMediaVault软件的Debian系统固件                    
+
|Debian-for-nas-YYYYMMDD.img.zip      || Debian with OpenMediaVault                    
 
|-
 
|-
|colspan=2|烧写工具:  
+
|colspan=2|Flash Utility:  
 
|-
 
|-
|win32diskimager.rar || Windows平台下的系统烧写工具,Linux平台下可以用dd命令烧写系统
+
|win32diskimager.rar || Windows utility. Under Linux users can use "dd"
 
|-  
 
|-  
 
|}
 
|}
  
====制作系统TF卡====
+
====Make a Bootable TF Card====
将固件Debian-for-nas-YYYYMMDD.img.zip和烧写工具win32diskimager.rar分别解压,在Windows下插入TF卡(限4G及以上的卡),以管理员身份运行 win32diskimager 工具,
+
Extract the "Debian-for-nas-YYYYMMDD.img.zip" and "win32diskimager.rar". Insert an SD card(at least 8G) into a Windows PC and run the win32diskimager utility as administrator. On the utility's main window select your SD card's drive, the wanted image file and click on "write" to start flashing the SD card.<br />
在win32diskimager工具的界面上,选择你的TF卡盘符,选择系统固件,点击 Write 按钮烧写即可。<br />
+
 
<br />
 
<br />
烧写完成后,将制作好TF卡插入NanoPi NEO,使用12V电源给1-Bay NAS供电,
+
Insert this card into your NanoPi NEO and connect the 1-Bay NAS Dock to a 12V power.Turn on the Dock's switch and if the blue LED on the NEO is blinking this indicates your NanoPi NEO has successfully booted.<br />
打开1-Bay NAS开关,看到NanoPi NEO上的蓝色LED闪烁,这说明系统已经开始启动了。<br />
+
  
=== OpenMediaVault 的使用 ===
+
===Start OpenMediaVault===
  
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">

Revision as of 14:47, 1 April 2017

查看中文

1 Introduction

1-bay NAS Dock
  • The 1-bay NAS Dock is an expansion board which can be used to connect an external hard disk to a FriendlyElec’s NanoPi NEO. Together with FriendlyElec's customized aluminum case and NanoPi NEO you can quickly assemble a storage server.
  • It uses JM20329 USB2SATA IC and communicates with a NanoPi NEO via USB interface.
  • It works with a 2.5" SATA hard disk.
  • It uses TI’s DC-DC chipset to convert a 12V input to 5V. It has a power switch for users to turn on/off the device.
  • Its dual-color LED can indicate a connected hard disk's status. When the LED is green it means the power is on. When it is red-blinking it means the connected hard disk is reading/writing.Warning: when the status LED is red-blinking do NOT shut down the power or plug/unplug the power.

2 Hardware Spec

  • High-speed USB2SATA IC JM20329
  • Supply voltage:12V
  • Onboard switch
  • Dual-color status LED
  • USB Host
  • Customized aluminum case
  • Ready-to-go software system
  • PCB dimension(mm): 151 x 89.7

NAS Dock-01.PCB

3 Hardware Setup

Essentials You Need for a Complete NAS Solution:
(1) 1-bay NAS Dock;
(2) Screw set;
(3) 2.5" HDD hard disk
(4) NanoPi NEO with heat sink
List
Steps to Assemble a NAS Device:
(1) Connect a 2.5"SATA hard disk to the dock and mount the disk on the dock with four screws
Step 1 Step 2
(2) Connect a NanoPi NEO with pin-headers to the NAS Dock
Step 3
(3) Connect a 12V power to the NAS Dock and all done
Step 4

4 Software Installation

4.1 Make a TF Card with OpenMediaVault

4.1.1 Download Image

Visit this download link to download the firmware files(under the "officail-ROMs" directory) and flash utility(under the "tools" directory):

Image Files:
Debian-for-nas-YYYYMMDD.img.zip Debian with OpenMediaVault
Flash Utility:
win32diskimager.rar Windows utility. Under Linux users can use "dd"

4.1.2 Make a Bootable TF Card

Extract the "Debian-for-nas-YYYYMMDD.img.zip" and "win32diskimager.rar". Insert an SD card(at least 8G) into a Windows PC and run the win32diskimager utility as administrator. On the utility's main window select your SD card's drive, the wanted image file and click on "write" to start flashing the SD card.

Insert this card into your NanoPi NEO and connect the 1-Bay NAS Dock to a 12V power.Turn on the Dock's switch and if the blue LED on the NEO is blinking this indicates your NanoPi NEO has successfully booted.

4.2 Start OpenMediaVault

test

5 相关资料