1. I am using TeraTerm version 4.87.

https://en.osdn.jp/projects/ttssh2/releases/

2. Connect Ethernet cable from your Windows PC directly into the Conduit's Ethernet port in the back and set your 

    PC ipaddress to the same subnet as the Conduit. For example,

    Conduit: 192.168.2.1

    PC: 192.168.2.2

3. You also need to setup a TFTP server on Windows OS PC.

http://download.cnet.com/Tftpd32/3000-2085_4-10114225.html

Here is an example of how to configure your TFTP server:

http://www.tricksguide.com/how-to-setup-a-tftp-server-tftpd32-windows.html

Notes: Attached is the firmware files for the AEP. 

Please, rename them as follow:

mlinux-factory-image-mtcdt-20160506023700.rootfs.jffs2 -> oe_rootfs.jffs2

uImage--3.12.27-r12.2-mtcdt-20160505221456.bin -> oe_uImage.bin

Put these two files onto your base directory of your TFTP server

4. Then using TeraTerm to load the uboot-setenv file to Conduit via the Serial Console. 

   http://www.multitech.net/developer/products/conduit/connecting-to-the-debug-interface/

   I have also included the uboot-setenv file that will work with TeraTerm and some screen shots of how to 
  
   download it to the Conduit using TeraTerm.

5. Once, you are able to load it into the Uboot of the Conduit. Type:

printenv <--List out the current env

setenv ipaddr xxx.xxx.xxx.xxx <--Set the Ip address of the Conduit.

setenv serverip xxx.xxx.xxx.xxx <--Set the IP address of your TFTP server.

saveenv <--Save it

printenv <--Again to check to make sure it set.

run krb <--This will automatically upgrade your Conduit.

