1.插入 USB 轉 RS-232 轉接頭.
2.自動出現尋找新增硬體精靈 ->是, 只有現在 ->自動安裝軟體(建議選項) ->USB-Serial Controller ->無法安裝這個硬體 ->完成.
3.下載 PL-2303 驅動
http://www.pro-best.com.tw/images/MK-CBL-BF810.rar
4.解壓縮, 執行目錄 Y-105\Windows Certified\Y-105 Driver Installer.exe 安裝驅動
5.重插 USB 轉 RS-232 轉接頭 -> 自動出現找到新硬體 -> 已安裝完成且可使用.
2. 開始 ->程式集 ->附屬應用程式 ->通訊 ->超級終端機
->使用連線改 COM6 -> 每秒傳輸位元改 115200, 流量控制改無 ->確定.
3. 接好 DMA-6410L 開電源
一開始按 enter 進入 u-boot
SMDK6410 # pri
SMDK6410 # bootm
(檔案->內容 -> 設定 ->倒退鍵傳送 ->Del ->確定, 以啟用倒退件刪除功能)
設定開發板 ip
# busybox ifconfig eth0 192.168.2.55
測試與 host 電腦間的網路連線
# ping 192.168.2.110
PING 192.168.2.110 (192.168.2.110) 56(84) bytes of data.
64 bytes from 192.168.2.110: icmp_seq=1 ttl=128 time=1.29 ms
64 bytes from 192.168.2.110: icmp_seq=2 ttl=128 time=0.463 ms
64 bytes from 192.168.2.110: icmp_seq=3 ttl=128 time=0.411 ms
64 bytes from 192.168.2.110: icmp_seq=4 ttl=128 time=0.425 ms
64 bytes from 192.168.2.110: icmp_seq=5 ttl=128 time=0.456 ms
^C
--- 192.168.2.110 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4006ms
rtt min/avg/max/mdev = 0.411/0.609/1.291/0.341 ms
=> RS-232 的功能已經正常運作, 可以傳送與接收資料.