I am a windows man and this was my first real experience with linux so this guide is going to be very simple so that I or anyone else can follow along without too much knowledge of whats going on (but hopefully you will understand packages, repos and a few other bits by the time this multi-part blog is over) anyway here without further ado is part 1...
Part 1 - Creating a USB to TTL converter
You will need:
* An old Nokia cable, model DKU-5 (eBay is your friend here)
* A soldering iron (and basic soldering skills)
* Solder
* Electrical Tape
* A multimeter
* A screwdriver (Flat & Philips)
The first thing you need to do is cut the end off your cable (Not the USB end!!), this should expose a total of 5 wires, which you will need to strip the ends off.
Next use your multimeter to test the voltages and discover the GND (Ground/negative), TX(send) and RX (Recieve)
The values:
GND - no reading and should always be the black wire
TX - 2.22v (dc)
RX - 3.11v (dc)
With any luck you could buy the exact same clone cable from eBay that I did and the wires may end up being the same colours ;)
Then connect them to your Serial header as shown in the 2 pictures below:
The whole board showing the location of the serial header |
Close up showing wires, complete with labels |
Now when you connect the cable to your machine you will see it shows up as a COM port in device manager, right click on it, choose properties and set as follows:
Next you need to fire up putty (download below)
and open your serial connection with following settings:
Then power on your NAS with your serial cable attached and with any luck you should see something similar to this (If you don't try swapping TX & RX)
Then power on your NAS with your serial cable attached and with any luck you should see something similar to this (If you don't try swapping TX & RX)
This is uBoot, as you can see it says hit any key to stop autoboot, if you miss it then the zyxel image will load from NAND and you must reboot the NAS, but if you stop the boot process you now have control of the little box you see before you!!!
Part 2 will demonstrate how to load a linux image from USB and begin the installation.
No comments:
Post a Comment