Step 6: Download and Run the KevLab Application

Size: px
Start display at page:

Download "Step 6: Download and Run the KevLab Application"

Transcription

1 Lab 3-2 OS Image 實驗目的 本實驗的目的在於訓練學生如何 step by step 建構嵌入式 Linux 作業系統在以 ARM-based 的硬體平台上 為了達到這樣的目標, 學生應熟悉一般 Linux 的基本操作並具有基本的程式寫作能力 而在本實驗中, 學生將會瞭解 Linux 核心的編譯過程與方法 如何產生符合要求的核心 建構核心 下載並驗證等等課題 此外, 由於嵌入式系統開發的特性, 運行於 target board 的核心系統必須要在其他的 Linux 環境中編譯, 然後再以網路或 JTAG 的方式下載到目標板執行, 本實驗也會提供如何將編譯完成的核心下載至 target board 上做驗證的方法 PC x 1 實驗器材 Requirement: any modern PC will do.(which Parallel Port: SPP or EPP) Purpose: 這台 PC 需要安裝兩種作業系統, 或者使用兩台 PC 也可以 Windows 端提供 Creator-XScale-PXA270 target board 的除錯驗證等工 作, 而 Linux 端則提供嵌入式 Linux kernel 及 root filesystem 的編譯, 再 利用 Windows 端來做下載驗證的工作 Microtime Create PreSOCes Development Kit x 1 代理商 : 新華電腦股份有限公司 ( ) 實驗所需軟體 PC Windows 35/38/ME/2000/NT/XP Domingo for Linux 1.3 or later (included in Pocket-ARM) Hyper-terminal (included in Windows XP edition)(option) Linux source mt-linux tar.gz (from CD-ROM) linux creator-pxa270.patch arm-linux-toolchain-bin tar.gz (from CD-ROM)

2 Table of Contents Table of Contents... 1 Part I Creator PreSOCes Development Kit 的介紹... 2 Step 1 瞭解 Creator 母板的各個元件... 2 Step 2 設定 Creator Development Board... 3 Part II Build Linux OS Image... 4 Step 1 安裝 toolchain... 4 Step 2 安裝 kernel source 及 patch 檔... 4 Step 3 編譯 Creator-XScale-PXA270 kernel image... 4 Step 4 安裝 root filesystem 及建立 jffs2 檔案... 6 Part III 以 Domingo for Linux1.3 驗證 Linux image... 7 Step 1 檢查 ICE Creator 母板與子板是否正確連接... 7 Step 2 下載並驗證 kernel image 在 Creator 上 ( 利用 RAM)... 9 Step 3 利用 U-boot 及 tftp 下載驗證 kernel image Step 4 利用 U-boot 將 kernel image 及 root filesystem 燒錄至 Target 端的 Flash 做驗證 Part IV Domingo for Linux1.3 and CodeLyzer 的除錯功能 Step 1 設定 Domingo for Linux Step 2 使用 Domingo for Linux 對 kernel 除錯 Step 3 使用 CodeLyzer 對 user space application 除錯 Pa t V 附註 在實驗進行的過程中, 常常遇到資料必須在跨平台的作業系統中傳輸, 此時使用網路 server 的功能可以說是相當符合需求的 以下將介紹兩種網路分享資料的機制, 分別是 Samba server 及 NFS server 的安裝與設定 Step 1 安裝及設定 Samba server Step 2 安裝及設定 NFS server

3 Part I Creator PreSOCes Development Kit 的介紹 Step 1 瞭解 Creator 母板的各個元件 The Creator 母板主要包含以下元件 : 1. 2MB Flash ROM 2. 16MB SDRAM ( 可擴充 ) 3. 1Kb Serial EEPROM 4. 9 Pin D-type UART Port * 2 5. RJ-45 10/100 Base-T Ethernet Port * 1 6. USB 1.1 Device Port bits, 26 KSPS CODEC with Microphone and Speaker output 8. Real time clock with chargeable battery 9. Compact Module interface 10. Camera Module interface 2

4 *128 graphical LCD module, 4 grey level 12. 4*4 Key Pad Digital 7 Segment LED bits DIP Switch bits LED Lamp 16. Expansion Memory interface isolatable H/W area for current measurement 18. JTAG connector for ARM ICE (20 pins) 19. FPGA Board interface Step 2 設定 Creator Development Board 首先, 檢查確認主板上的 Jumper 是否在正確的位置, 畫 O 的代表要短路, 畫 X 代表要開路 : 接著, 檢查 CPU 子板是否正確連接到板子上 : CPU 子板要與母板上的 JH1 及 JH2 連接 CPU 子板的字母印刷方向應與母板相同 母板的 J8 提供 CPU 子板 5V 的電源, 並與子板的 CN21 連接 確定電源開關 (S18) 是在 OFF 的位置 最後將 5V DC 電源插入 J6 如此一來,Creator development board 已經準備好工作了 3

5 Part II Build Linux OS Image 在 Creator-XScale-PXA270 嵌入式系統的開發環境中, 分別需要 Windows Host 端及 Linux Host 端同時存在 若是使用者沒有額外的 PC, 則可以使用 Virtual PC 或 VMware 在 Windows Host 端建立 Linux 作業系統, 以達到兩者並存的系統環境 Step 1 安裝 toolchain 在編譯 Linux kernel image for Creator 之前, 必須在 Linux Host 端安裝 toolchain, 用來作為編譯 Kernel 時的編譯器 這裡使用的是 GNU for ARM 的 Cross compiler toolchain 所謂 cross compiler 即是在 Host 端的處理器平台, 產生出能在 其他處理器平台 執行的編譯器 在安裝光碟中, 已經包含了 arm-linux-toolchain-bin tar.gz 的可執行檔, 只要將此檔案解壓縮至適當的路徑即可 ( 以下為 eraser.csie.) SHELL>tar zxvf arm-linux-toolchain-bin tar.gz SHELL>mv arm-unknown-linux-gnu ( 你想放置 cross compiler 的路徑 ) 將檔案放置在適當路徑之後, 必須要更改 PATH 的環境變數, 如此在編譯的時候才會到剛剛放置的路徑尋找對應的編譯器 SHELL>vi ~/.bashrc 使用 vi 或其他編輯程式開啟.bashrc 的檔案, 然後加入下面兩行 : PATH=$PATH:/( 你放置的 cross compiler 的絕對路徑 )/bin export PATH 為了讓 PATH 環境變數能重新被載入, 使用 source 或. 指令更新 SHELL>source ~/.bashrc 藉由在 console 執行 arm-unknown-linux-gnu-gcc v 便能確定 compiler 是否已經加入 PATH 裡 Step 2 安裝 kernel source 及 patch 檔 將 mt-linux tar.gz linux creator-pxa270.patch 複製到你想要 的路徑, 然後解壓縮 kernel 的 source: SHELL>tar zxvf mt-linux tar.gz 解開之後, 把 patch 檔放到適當目錄下並安裝 : SHELL>cp linux creator-pxa270.patch \ 4

6 ( 放置 source 的路徑 )/pxa270/create-pxa270 SHELL>cd ( 放置 source 的路徑 )/pxa270/create-pxa270 SHELL>patch p0 < linux creator-pxa270.patch 在 mt-linux 解壓縮完成後建立了以下這些目錄 : 路徑說明 build-linux 包含 mkfs.jffs 等 tools 及 output 的 image 檔 linux Link 目錄, 相對於 pro/devkit/lsp/create-pxa270/linux package Link 目錄, 相對應於 pro/host/src/build create-pxa270 Link 目錄, 相對於 pro/devkit/lsp/create-pxa270 linux kernel source Step 3 編譯 Creator-XScale-PXA270 kernel image 若要產生 kernel image, 請在終端機中執行 : SHELL>cd ( 放置 source 的路徑 )/pxa270/linux SHELL>make mrproper SHELL>make creator_pxa270_defconfig 執行之後, 在 linux 裡面會產生.config 檔案, 利用此一檔案即可產生 Linux kernel image SHELL>make clean SHELL>make make 會花費一些時間, 端看系統的執行速度, 完成之後, 在 linux/arch/arm/boot 目錄底下, 會產生 Image 及 zimage 兩個 kernel image 檔 將 zimage 複製到 output/flash_boot 的目錄之下 : SHELL>mkdir p ( 放置 source 的路徑 )/pxa270/build-linux/output/flash_boot SHELL>cp./arch/arm/boot/zImage /( 放置 source 的路徑 )\ /pxa270/build-linux/output/flash_boot 因為在啟動 linux kernel 時, 係利用 U-Boot 的 bootm 指令啟動, 所以要將 zimage 轉換成 U-Boot 的格式 uimage: SHELL>cd ( 放置 source 的路徑 )/pxa270 SHELL>arm-unknown-linux-gnu-objcopy O binary R.note R.comment S linux/arch/arm/boot/compressed/vmlinux linux.bin 5

7 SHELL>gzip -9 linux.bin SHELL>/( 放置 u-boot 的目錄絕對路徑 )/tools/mkimage A arm O linux T \ kernel C gzip a 0xa e 0xa n kernel for \ Creator-PXA270 d linux.bin.gz ( 放置 source 的路徑 ) \ /pxa270/build-linunx/output/flash_boot/uimage 此時在 ( 放置 source 的路徑 )/pxa270/build-linux/output/flash_boot 目錄底下已經產生 uimage 檔 ( 請確認 uimage 檔為大小約 1.5MB 的 PPCBoot image, 檔案過小者請重新確認以上步驟已完成, 若要使用助教給的 to_uboot.sh 請自行更改內部的各項 path 設定 ) Step 4 安裝 root filesystem 及建立 jffs2 檔案 Linux 啟動時, 先由 bootloader 將 kernel 及 root filesystem 載入之後, 再交由 kernel 將系統設定好 而 root filesystem 是 linux 啟動時掛載的第一個檔案系統, 掛載的目錄是根目錄 在開發嵌入式 linux 系統時,root filesystem 佔據了相當重要的環節 但是重新編譯一個 root filesystem 卻需要對系統有高度的熟悉, 以免製作出來的 root filesystem 不符實際上的使用 在 Creator XScale-PXA270 的光碟中, 提供兩個與 rootfs 相關的檔案 : 提供的 rootfs 說明 rootfs 檔案系統架構 /Linux/bin/rootfs.tar.gz Jffs2 檔 /Linux/bin/jffs2: 依照上述檔案系統架構, 產生的 jffs2 檔 要建立 jffs2 的檔案系統, 首先將 rootfs.tar.gz 複製到你要的目錄底下 : SHELL>cp ( 光碟 )/Linux/bin/rootfs.tar.gz ( 你想放的目錄 ) SHELL>cd ( 你想放的目錄 ) SHELL>tar zxvf rootfs.tar.gz 然後要執行以下的動作以建立檔案系統 : SHELL>cd ( 放置 source 的路徑 )/build-linux SHELL>./mkfs.jffs2 v e pad=0xa00000 r../rootfs o output/rootfs.jffs2 mkfs.jffs2 各個參數的意義列舉如下 : -v: print information -e: 設定 flash 的 erase sector 大小 --pad: 宣告要建立的檔案系統磁碟空間, 這裡為 10MB -r: 要建立的檔案系統架構目錄 -o: 輸出檔案名稱 6

8 Part III 以 Domingo for Linux1.3 驗證 Linux image 由於在編譯 kernel 時並沒有做額外的設定, 因此要驗證編譯完成的 kernel image 必須要利用 Windows host 端的應用程式 Domingo for Linux 1.3, 並透過 ICE 下載的方式來驗證 Step 1 檢查 ICE Creator 母板與子板是否正確連接 To download kernel image to Creator mother board, you have to check if Creator S3C2410 board has J19 short circuit on PIN1 and 2, and open circuit on J3. 注意 : 在連接子板或其他線材時, 請將電源關閉! 整體的連接應該如下圖所示 : Parallel port 以及 RS232 的連接線都是與 PC 端相連 在 Pocket-ARM 上的 JTAG 連接頭各 Pin 腳定義如下 : 7

9 在 IDE 排線端 JTAG 接腳的定義如下 : 8

10 Step 2 下載並驗證 kernel image 在 Creator 上 ( 利用 RAM) 現在我們已經準備好 kernel image 來下載至 Creator 上面做驗證了 此時要 先打開 Windows Host 端的 Domingo for Linux 1.3, 然後會看到如下圖的選項 : 選擇 New Project 來新增一個 project 檔, 然後按 OK 接著就會進入設定 硬體選項的頁面如下 : 9

11 將 TargetMachine 的內容改成 Pocket ARM9, 然後 Processor 選擇子板的 PXA270 其餘的選項如上圖所示 其中有一欄 Peripheral Configuration Manager, 將 To Initialize PCM when connect 的選項勾選起來, 然後按下 Config PCM, 接著會出現設定 PCM 的頁面, 如下圖 : 10

12 按下 Import 來選擇預設的組態, 然後出現本地端檔案的選單 : 在這裡面有我們子板的對應組態檔, 也就是 Creator_pxa270.pcm, 如果 沒看到這個檔案, 可以到 C:\Microtime\Linux1.2\ARM\ARM7\Config 來搜尋 選擇相對應的組態檔之後,Domingo 就會秀出組態檔中設定的周邊相關設 定, 如下圖 : 11

13 選 OK 將設定儲存起來, 然後再按一次 OK 將硬體的設定檔也儲存起來 這個時候會跳出一個小視窗, 你可以自訂這個 project 的名稱與路徑 當所有組態都設定好以後, 就可以看到 Domingo 的主畫面 1.3 版除了支援 PXA270 的 processor 之外, 另外還新增了一個 UART View 的新功能, 使用者可以在 Domingo 裡面看到以往必須要另外開啟 超級終端機 才會看到的終端機畫面 要使用 Domingo for Linux 的 UART View 作為 Linux Target 端資訊的顯示及 命令的執行, 選擇工作列的 View/UART View 來開啟 UART View, 然後拖曳 12

14 到適合的位置上, 然後設定連接埠的組態 : 首先在 UART View 的狀態列上面按兩下左鍵, 然後依照實際連接的埠號填 入第一個欄位, 以及將 baud rate 改成 9600, 其餘設定保持原狀 這樣就可以使 用 Domingo 1.3 的新功能來接收從 PXA270 端,RS232 所傳回來的資訊了 如果要連接 UART 的話, 在 UART View 的狀態列的 Disconnect 上面點 兩下, 讓狀態變成 Connect, 這樣從 UART 傳到 HOST 端的資訊就可以顯示 在這個視窗裡面了 13

15 接著要確定 Target board 與 Host 端是否成功連結, 若是已經連結,Domingo 上方工具列的圖示如下 : 若是工具列呈現這樣的圖示 : 表示 target board 與 Host 端的連結出現問題, 可能是電源沒開啟, 或其他原 因 確定連接沒問題之後按下綠色圓圈即可與 target 端連線 現在要下載 Linux kernel 到 Target 端了, 選擇 Debug/Load Module : 然後選擇先前編譯好的 zimage, 接著出現 Load module dialog 的對話框如下 : 14

16 設定如下 : ModuleFormat 的 options edit 設定為 P;0xa ( 按下右邊的 ) GotoMain/Address check box 設定為 unchecked 設定好以後, 按下 OK 鈕, 即開始下載 zimage 檔案到 Linux target 端 0xa 的位址 下載完以後, 回到主畫面, 然後設 Register View 視窗中的 PC(Program Counter) 值為 A , 如下圖 : 15

17 按下工作列上的 Free go 圖示,Target 便會開始載入 kernel 但是通常會停 在 console 這一行便不再執行 : 這個時候, 要先按暫停, 然後再按一次 Free go, 就能夠順利啟動 kernel, 進入 SHELL 了 利用這種方式我們可以很快的驗證 kernel 的功能, 但是缺點是每次使用前都 必須要做下載的動作, 不過這也是在開發期間所無法避免的 16

18 Step 3 利用 U-boot 及 tftp 下載驗證 kernel image 在使用 U-Boot 下載 Linux kernel 及 root filesystem 之前, 使用者必須要在 Windows Host 端安裝 tftp server, 以便 U-Boot 下載檔案 而在光碟中 Utilities 的目錄底下, 已經提供了一個簡易的 tftp server 的執行檔, 將這個檔案複製到 Windows Host 端的 C:\TFTP, 開啟 tftp.exe 之後畫面如下圖 : 接著要設定 tftp server 的屬性及上傳下載的路徑, 開啟 tftp server menu 的 File/Properties, 出現屬性的選單如下 : 17

19 將 access Permission 中的 Allow Read Requests 以及 Allow Write Requests 設定為 checked 然後選擇 Directories 的頁籤 : 18

20 在這頁的選項中, 使用者可以自己決定要使用系統內的那個路徑, 若是在 Linux Host 端有設定 Samba server 的話, 也可以直接設定該網路磁碟的遠端路徑 若沒有 Samba server 也沒關係, 當 Linux Host 端將 kernel image 及 root filesystem image 編譯好之後, 再複製到 Windows Host 端的目錄裡面即可 使用 tftp server 及 Samba server 的時候, 必須特別注意防火牆的設定, 否則網路傳輸可能無法正常工作 接著在 U-Boot 進入自動啟動程式之前, 按下任意鍵進入 U-Boot 的 Command line 模式, 如下圖 : 設定 U-Boot 的環境變數, 如下 : UBOOT>setenv ipaddr xxx.xxx.xxx.xxx ( 目標板 IP, 與 host 端同區段即可 ) UBOOT>setenv serverip yyy.yyy.yyy.yyy (host IP, 與 host 端網卡設定相同 ) UBOOT>setenv bootargs console=ttys0,9600n8 root=/dev/nfs rw nfsroot=zzz.zzz.zzz.zzz:/usr/src/creator/pxa270/rootfs,v3 ip=xxx.xxx.xxx.xxx:zzz.zzz.zzz.zzz:ggg.ggg.ggg.ggg: ::eth0:off mem=64m ether=aa:11:22:33:44:55 UBOOT>saveenv xxx.xxx.xxx.xxx 為 linux target 端的 IP,yyy.yyy.yyy.yyy 為 windows host 端的 IP, zzz.zzz.zzz.zzz 為 Linux host 端的 IP,ggg.ggg.ggg.ggg 為 gateway IP(target 與 host 同網段時則不需要, 或設 host ip 即可, 例 : : : ) 設定好環境變數之後, 可以利用 printenv 來檢查 UBOOT>printenv 19

21 接著利用 tftp 來下載 kernel image, 鍵入命令如下 : UBOOT>tftp 0xa nfs_boot\uimage 此時顯示下載檔案的資訊如下 : 下載完成之後, 鍵入以下命令即可啟動 Linux kernel: UBOOT>bootm 0xa

22 Step 4 利用 U-boot 將 kernel image 及 root filesystem 燒錄至 Target 端的 Flash 做驗證 除非使用者已經確定 kernel image 及 root filesystem 已經相當穩定並且符合 使用者當初開發的需求以後, 再使用燒錄的方式作驗證, 因為燒錄的時間會比 ICE 下載驗證的方式花費更久的時間 首先, 將要燒錄的 kernel image 及 root filesystem 放置在 tftp server 下載的路徑之下, 開啟 Linux target 端的電源, 此時若是 Domingo 的 UART View 有設定好的話, 就會出現 U-Boot 的啟動訊息, 使用者必須在 U-Boot 進入自動載入 Linux kernel 之前按下 enter 鍵, 以進入 U-Boot 的 command line 模式 : 然後要設定 U-Boot 的環境變數, 在 UART View 中鍵入如下 : UBOOT>setenv ipaddr xxx.xxx.xxx.xxx ( 目標板 IP, 與 host 端同區段即可 ) UBOOT>setenv serverip yyy.yyy.yyy (host IP, 與 host 端網卡設定相同 ) UBOOT>saveenv 其中 xxx.xxx.xxx.xxx 為 Linux Target 端的 IP address,yyy.yyy.yyy.yyy 則是 Windows Host 端的 IP address( 例 : , ) 然後利用 tftp 下載 linux kernel uimage 的檔案, 鍵入如下 : UBOOT>tftp a uimage 21

23 其中 uimage 即是要燒錄到 flash 中的 kernel image 檔案 接著要執行燒錄的動作, 鍵入 : UBOOT>protect off ffff UBOOT>erase ffff UBOOT>cp.b a 接著使用 tftp 下載 root filesystem 的 image 檔案, 鍵入如下 : UBOOT>tftp a rootfs 光碟中 rootfs 檔後面的 yyyymmdd-hhmm 數字代表檔案編譯好的日期時間, 隨著光碟所附的檔案可能有所不同 燒錄 root filesystem 到 flash 則鍵入 : UBOOT>protect off ffff UBOOT>erase ffff UBOOT>cp.b a f00000 燒錄完成之後, 接著就要用 U-Boot 來啟動 flash 中的 Linux kernel 有兩種方式可以啟動 flash 中的 kernel, 一種是自動啟動, 另一種是進入 command line 模式再手動啟動 為了能夠使自動啟動無誤, 首先要設定 U-Boot 的環境變數 在開啟 Linux target 端的電源之後, 進入自動啟動前按下 enter 鍵, 以進入 command line 模式, 然後鍵入如下 : UBOOT>setenv ipaddr xxx.xxx.xxx.xxx UBOOT>setenv serverip yyy.yyy.yyy.yyy UBOOT>setenv bootargs root=/dev/mtdblock3 rw rootfstype=jffs2 console=ttys0,192000n8 mem=64m ip=xxx.xxx.xxx.xxx:yyy.yyy.yyy.yyy:zzz.zzz.zzz.zzz: ::eth0:off UBOOT>setenv bootcmd bootm UBOOT>saveenv 其中 xxx.xxx.xxx.xxx 為 Linux Target 端的 IP,yyy.yyy.yyy.yyy 為 Windows Host 端的 IP,zzz.zzz.zzz.zzz 為 gateway 的 IP 設定好環境變數之後, 只要按下 PXA270 子板的 reset 鍵, 然後等待幾秒讓 U-Boot 進入自動啟動 Linux kernel 的程序即可 手動的話, 在進入自動啟動模式之前, 按下 enter 進入 command line 模式, 然後鍵入 : UBOOT>bootm 即可執行啟動 Linux kernel 的程序 22

24 Part IV Domingo for Linux1.3 and CodeLyzer 的除錯功能 Domingo for Linux 除了提供下載 驗證的功能外, 它還提供了對 kernel device driver 的除錯 另外 CodeLyzer 是新華所提供的一個除錯軟體, 針對 Linux target 端的 user space application 進行除錯 接下來會分別介紹利用這兩套軟體進行除錯的步驟 Step 1 設定 Domingo for Linux 首先要設定 Domingo 支援哪種 Linux kernel, 執行工作列的 Config->OS Support 的 Linux2.6 選項 : 然後設定 Domingo for Linux 除錯時對應的路徑, 執行工作列的 Linux2.6->Linux Path Setting, 此時對話框開啟如下 : 23

25 其中設定請依據使用者本身電腦實際存放各檔案的路徑, 第一個路徑應該指向編譯的 kernel 的原始碼目錄中的 vmlinux 檔案 第二個路徑是原始碼目錄 第三個路徑是 user application 的存放路徑 最後一個路徑則是指向 device driver 的路徑 接著要將 Linux Host 端 Samba server 所分享出來的檔案路徑, 與 Windows Host 端的路徑做對應 : 左邊是在 Linux Host 端的原始檔目錄, 右邊則是 Windows Host 端的遠端磁 碟機的編號 設定好之後就可以開始除錯了 24

26 Step 2 使用 Domingo for Linux 對 kernel 除錯 首先確定 target board 是否已經與 Domingo for Linux 連接完成 接著, 選擇 Debug->Load Module 來下載 kernel 這時請選擇在 pxa270/linux 目錄下的 vmlinux 檔案, 然後出現對話框如下 : 設定如下 : Download Raw Data check box: unchecked Goto Main/Address check box: checked, set to 0xa ;start_kernel OS Features Linux-Dynamic Load Module: checked 按下 Additional Modules 鈕, 出現對話框如下 : 25

27 此時要新增一個 download module 如下 : Name: pxa270/linux/arch/arm/boot/zimage ModuleFormat Options: P;A 其餘設定不變 回到 Load module Dialog 按 OK, 此時會開始下載 vmlinux 及 zimage 檔案, 下載之前 Domingo for Linux 會做一個 Recalculate Linux Symbol 的動作, 完成以 後會出現一個 Confirm 對話框 之後下載 vmlinux 檔案如下 : 以及 zimage 下載如下 : 26

28 檔案下載完之後, 回到主畫面的 Edit view 已經開啟 kernel source 的檔案, 並停 在 start_kernel() function, 如下圖 : 自此之後, 便可以利用 Domingo for Linux 所提供的 Debug 工具對 Linux kernel 除錯 27

29 Step 3 使用 CodeLyzer 對 user space application 除錯 首先要安裝 CodeLyzer 至 Windows Host 端, 然後要開啟 CodeLyzer 的步驟如下 : 先開啟 Domingo for Linux 執行 connect, 使 Domingo for Linux 與 target board 做連接 當 Domingo for Linux 連接完成之後, 才可開啟 CodeLyzer 開啟 CodeLyzer 之後, 即可中斷 Domingo 與 target board 的連接 ( 若要重新開啟 CodeLyzer, 則必須重做上述步驟 ) 然後利用 U-Boot 下載 kernel 到 target board 上面 因為 CodeLyzer 是利用 monitor 的方式除錯, 所以在 target 端必須開啟 monitor 的功能 : SHELL>mtdd & 下 : 接著選擇主選單的 Config/Debugger server configuration options 的選項如 在 Available debugger servers 中選擇 ARM Linux 選項, 然後按新增鈕, 新增一個 ARMLinux1 如下 : 28

30 選擇 Debugger servers 中的 ARMLinux1, 再按 Edit Property, 出現對話 框如下 : 第一個 Address 代表 target 端的 IP address 按 OK 回到 CodeLyzer 主畫面, 觀察 Server/Process 視窗中是否已經新增一 個 ARMLinux server 如果設定無誤的話, 在該 server 上按滑鼠右鍵, 選擇 Connect Debugger server 即可完成 CodeLyzer 與 Linux target 端的連接 29

31 接著執行欲除錯之 user application, 在 Server/Process 視窗中選擇 ARMLinux 並按下滑鼠右鍵, 選擇 Create Process/Create Process, 出現對話框如下 : 30

32 其中 Remote 端的 Shell command 請選擇 /usr/local/bin 目錄下的 demo 檔,Local 端的 Module file name 請選擇 pxa270/package/demo 目錄下的 demo 檔 設定完以後按 OK 回到主畫面, 此時已經載入 process demo 的除錯資訊, 然後執行它到 main(), 如下圖所示 : 至此便可以利用 CodeLyzer 所提供的各種除錯功能對 demo 進行除錯 31

33 Pa t V 附註 在實驗進行的過程中, 常常遇到資料必須在跨平台的作業系統中傳輸, 此時使用網路 server 的功能可以說是相當符合需求的 以下將介紹兩種網路分享資料的機制, 分別是 Samba server 及 NFS server 的安裝與設定 Step 1 安裝及設定 Samba server Samba server 能夠分享位於 Linux Host 端的檔案, 因此在驗證的過程中, 利 用 Samba server 即可在 Windows Host 端讀取 Linux Host 端的檔案 首先要建立 Linux Host 端所共享的資源目錄路徑, 在終端機輸入如下 : SHELL>mkdir p /usr/src/creator 為了使 Samba server 符合需求, 必須更改 Samba server 的設定 所有的設定 都在 /etc/smb.conf 這個檔案裡面, 其中我們需要修改的項目如下 : 設定群組名稱 : 將 [global] 下的 workgroup 改成使用者在 Windows 網路芳鄰中的工作群組 e.g. 若 Windows Host 端的工作群組是 Mshome, 則改成 : workgroup=mshome 設定 server 的安全等級 : 修改 [global] 下的 security, 這裡使用 share 等級, 讓每個人都能存取, 也不需要帳號與密碼 設定如下 : security=share 共享資料夾設定 : 這裡設定剛剛建立的資料夾 creator 為共享資料夾, 在 smb.conf 的最後加入如下 : [Creator] path=/usr/src/creator writable=yes guest account=root force user=root public=yes force group=root 32

34 設定完成之後, 接著要啟動 Samba server, 由於 Linux distribution 種類繁多, 每種 distribution 的啟動方式或有不同, 這裡以 Fedora Core 5 的 distribution 做為例子 首先在桌面的左上角選擇 System->Server Setting->Services, 對話框開啟如下 : 將 smb 的選項選取, 然後按下 Restart 鈕即可啟動 Samba server 最後再按下 Save 鈕, 將 Service Configuration 儲存起來, 如此一來我們就可 以使用 Samba server 來分享資料了 Step 2 安裝及設定 NFS server 所謂 NFS server 就是 Network File System 的縮寫, 使用 NFS 可以讓網路遠端的主機分享的目錄, 掛載到本地端的系統當中, 就像是一般的磁碟分割區一樣, 使用起來相當方便 尤其在嵌入式的系統中, 由於 kernel 與 application 都是在 Host 端編譯完成之後再放到 Target board 上頭去執行, 如果透過 NFS, 在遠端編譯完成的程式, 只要複製到 NFS 分享資料夾中, 再由 Target board 上的 Linux 做掛載的動作, 即可執行最新的檔案, 在程式的開發期間不失為節省時間的好方法 首先設定 NFS 所分享出去的目錄, 在 /etc/exports 檔案中輸入如下 :( 若沒 有此一檔案, 請先產生一個 ) /usr/src/creator/pxa270/rootfs *(rw,no_root_squash,sync) 33

35 然後設定可以存取 NFS 的使用者, 開啟 /etc 底下的 host.allow 檔, 輸入如下 : portmap:all 如此則所有使用者皆可使用 NFS 所 export 的目錄 當然也可以設定拒絕存取的使用者, 只要將使用者加入 /etc/host.deny 檔案即可 設定完成之後, 接著要啟動 NFS server, 在桌面的左上角選擇 System->Server Setting->Services, 對話框開啟如下 : 將 nfs 的選項選取, 然後按下 Restart 鈕即可啟動 NFS server 最後再按下 Save 鈕, 將 Service Configuration 儲存起來, 如此一來我們就可 以使用 NFS server 來分享資料了 34

36 教育部顧問式嵌入式軟體聯盟 實驗模組整合與單一平台建置計畫 實驗模組名稱 : Linux OS Porting on Create XScale PXA270 開發教師 : 楊中平 (cpyoung@mail.ncku.edu.tw) 開發學生 : 陳仕杰 (p @mail.ncku.edu.tw) 學校系所 : 成功大學資訊工程學系 聯絡電話 : x 51 聯絡地址 : 台南市大學路一號資訊工程學系系館 4286 室 繳交日期 : 2006 年 7 月 30 日 實驗平台 : Creator PreSOC Development Kit & Create XScale-PXA270 實驗主軸 : 作業系統 實驗內容關鍵字 : Linux, OS porting, Creator, XScale, PXA270 35

投影片 1

投影片 1 的安裝與編譯實習 ( 代號 : 303)(Part II) DOC Number : RM-033-04-303 DOC Version : V1.00 Release Date : 2007-03-16 Module Name : 的安裝與編譯實習 Platform : Creator XScale- Category : embedded Linux Difficulty : basic Experiment

More information

Microsoft Word - RM Domingo for Linux針對Linux Kernel、Device Driver的除錯實習.doc

Microsoft Word - RM Domingo for Linux針對Linux Kernel、Device Driver的除錯實習.doc DOC Number : RM-033-04-307 DOC Version : V1.00 Release Date : 2007-03-16 Module Name : Domingo for Linux 針對 Linux Kernel Device Driver 的除錯實習 Platform : Creator XScale-PXA270 Category : Embedded Linux programming

More information

Abstract arm linux tool-chain root NET-Start! 2

Abstract arm linux tool-chain root NET-Start! 2 Lab III - Embedding Linux 1 Abstract arm linux tool-chain root NET-Start! 2 Part 1.4 Step1. tool-chain 4 Step2. PATH 4 Part 2 kernel 5 Step1. 5 Step2... 6 Step3...8 Part 3 root. 8 Step1. 8 Step2. 8 Part

More information

Ch03_嵌入式作業系統建置_01

Ch03_嵌入式作業系統建置_01 Chapter 3 CPU Motorola DragonBall ( Palm PDA) MIPS ( CPU) Hitachi SH (Sega DreamCast CPU) ARM StrongARM CPU CPU RISC (reduced instruction set computer ) CISC (complex instruction set computer ) DSP(digital

More information

ARM JTAG实时仿真器安装使用指南

ARM JTAG实时仿真器安装使用指南 ARM JTAG Version 1.31 2003. 11. 12 ARM JTAG ARM JTAG.3 ARM 2.1.4 2.2.4 ARM JTAG 3.1 18 3.2 18 3.2.1 Multi-ICE Server.18 3.2.2 ADS..21 ARM JTAG 4.1 Multi-ICE Server 33 4.1.1 Multi-ICE Server..... 33 4.1.2

More information

投影片 1

投影片 1 Linux Kernel 的安裝與編譯實習 ( 代號 : 303) (Part I) DOC Number : RM-033-04-303 DOC Version : V1.00 Release Date : 2007-03-16 Module Name : Linux Kernel 的安裝與編譯實習 Platform : Creator XScale-PXA270 Category : embedded

More information

自由軟體教學平台

自由軟體教學平台 NCHC Opensource task force DRBL c00hkl00@nchc.gov.tw, steven@nchc.gov.tw National Center for High-Performance Computing http://www.nchc.gov.tw Dec, 2002 1 Outline 1. 2. DRBL 3. 4. Service DHCP, TFTP, NFS,

More information

自由軟體教學平台

自由軟體教學平台 NCHC Opensource task force DRBL steven@nchc.gov.tw, c00hkl00@nchc.gov.tw National Center for High-Performance Computing http://www.nchc.gov.tw Jan, 2003 1 2003/1/28 ( ) 09:00-10:30 10:40-12:00 Linux 13:00-14:30

More information

Microsoft Word - Linux for Creator-XScale-PXA270 User Guide.doc

Microsoft Word - Linux for Creator-XScale-PXA270 User Guide.doc MICROTIME Linux for Creator-XScale-PXA270 User s Guide Ver : 2.02 Taipei : 4F, No,222, SEC.4, CHENG-DE Rd. Taipei, Taiwan, R.O.C. TEL : 886-02-2881-1791 FAX : 886-02-2882-0836 Kaohsiung : 9F. 6, No. 91,

More information

自由軟體教學平台

自由軟體教學平台 NCHC Opensource task force Steven Shiau steven@nchc.gov.tw National Center for High-Performance Computing Sep 10, 2002 1 Outline 1. 2. 3. Service DHCP, TFTP, NFS, NIS 4. 5. 2 DRBL (diskless remote boot

More information

ICD ICD ICD ICD ICD

ICD ICD ICD ICD ICD MPLAB ICD2 MPLAB ICD2 PIC MPLAB-IDE V6.0 ICD2 usb PC RS232 MPLAB IDE PC PC 2.0 5.5V LED EEDATA MPLAB ICD2 Microchip MPLAB-IDE v6.0 Windows 95/98 Windows NT Windows 2000 www.elc-mcu.com 1 ICD2...4 1.1 ICD2...4

More information

投影片 1

投影片 1 U-Boot&Linux Kernel image 下載或燒錄的驗證實習 DOC Number : RM-033-04-304 DOC Version : V1.00 Release Date : 2007-03-16 Module Name : U-Boot&Linux Kernel image 下載或燒錄的驗證實習 Platform : Creator XScale-PXA270 Category

More information

NEXT SDT2.51 C:\ARM251 SDT2.51 ARM SDT 2.51 ARM PROJECT MANAGER SDT 2

NEXT SDT2.51 C:\ARM251 SDT2.51 ARM SDT 2.51 ARM PROJECT MANAGER SDT 2 S3C44B0 SDT DRAGNBOY MICROSTAR ARM 51 ARM S3C44B0 ARM SDT2.51 IAR ADS SDT2.51 S3C44B0 LEDTEST SDT ARM 1 2 SDT embed.8800.org SDT2.51 SDT2.51 ARM ARM CPU ARM SDT ADS ADS MULTI-ICE SDT JTAG JTAG SDT SDT2.51

More information

IP505SM_manual_cn.doc

IP505SM_manual_cn.doc IP505SM 1 Introduction 1...4...4...4...5 LAN...5...5...6...6...7 LED...7...7 2...9...9...9 3...11...11...12...12...12...14...18 LAN...19 DHCP...20...21 4 PC...22...22 Windows...22 TCP/IP -...22 TCP/IP

More information

(Load Project) (Save Project) (OffLine Mode) (Help) Intel Hex Motor

(Load Project) (Save Project) (OffLine Mode) (Help) Intel Hex Motor 1 4.1.1.1 (Load) 14 1.1 1 4.1.1.2 (Save) 14 1.1.1 1 4.1.2 (Buffer) 16 1.1.2 1 4.1.3 (Device) 16 1.1.3 1 4.1.3.1 (Select Device) 16 2 4.1.3.2 (Device Info) 16 2.1 2 4.1.3.3 (Adapter) 17 2.1.1 CD-ROM 2 4.1.4

More information

EK-STM32F

EK-STM32F STMEVKIT-STM32F10xx8 软 件 开 发 入 门 指 南 目 录 1 EWARM 安 装... 1 1.1 第 一 步 : 在 线 注 册... 1 1.2 第 二 步 : 下 载 软 件... 2 1.3 第 三 步 : 安 装 EWARM... 3 2 基 于 STMEVKIT-STM32F10xx8 的 示 例 代 码 运 行... 6 2.1 GPIO Demo... 6 2.2

More information

目 录

目 录 1 Quick51...1 1.1 SmartSOPC Quick51...1 1.2 Quick51...1 1.3 Quick51...2 2 Keil C51 Quick51...4 2.1 Keil C51...4 2.2 Keil C51...4 2.3 1 Keil C51...4 2.4 Flash Magic...9 2.5 ISP...9 2.6...10 2.7 Keil C51...12

More information

.. 3 N

.. 3 N 1 .. 3 N9.. 4 5.. 6 7.. 8 20.. 21 23.. 24.. 25 26.. 27.. 28.. 29 2 (Cyber Café) Linux (LAN) Linux Public Home 3 K12LTSP K12LTSPFedora Core 4 (Linux)LTSP Linux (command line interface) (Graphical User Interface,

More information

简 介 本 白 皮 书 高 度 概 述 了 支 持 移 动 互 联 网 设 备 (Mobile Internet Device) 的 Intel C++ Software Development Tool Suite for Linux* OS, 目 标 读 者 主 要 是 技 术 决 策 制 订

简 介 本 白 皮 书 高 度 概 述 了 支 持 移 动 互 联 网 设 备 (Mobile Internet Device) 的 Intel C++ Software Development Tool Suite for Linux* OS, 目 标 读 者 主 要 是 技 术 决 策 制 订 白 皮 书 Robert Müller-Albrecht 开 发 人 员 产 品 部 门 支 持 移 动 互 联 网 设 备 的 Intel C++ Software Development Tool Suite for Linux* OS 文 档 编 号 :319332-001US 简 介 本 白 皮 书 高 度 概 述 了 支 持 移 动 互 联 网 设 备 (Mobile Internet Device)

More information

untitled

untitled niosii H:\DB2005\project\niosDK\Example\NiosSmall QuartusII4.2 File -> New Project Wizard Diectory,Name,Top-Level Entity Add Files EDA Tools Setting Finish, OK H:\DB2005\project\niosDK\Example\NiosSmall

More information

P4i45GL_GV-R50-CN.p65

P4i45GL_GV-R50-CN.p65 1 Main Advanced Security Power Boot Exit System Date System Time Floppy Drives IDE Devices BIOS Version Processor Type Processor Speed Cache Size Microcode Update Total Memory DDR1 DDR2 Dec 18 2003 Thu

More information

新建 Microsoft Word 文档.doc

新建 Microsoft Word 文档.doc Damayi Bluetooth DB10Bluetooth Development Board 1.0 CPU LCD CSR BlueCore Bluetooth DB10 Bluetooth Main Board Bluetooth Inte rface Boar d MCU Interface Board CSR BlueCore CSR Bluelab SDK Damayi Bluetooth

More information

ebook140-9

ebook140-9 9 VPN VPN Novell BorderManager Windows NT PPTP V P N L A V P N V N P I n t e r n e t V P N 9.1 V P N Windows 98 Windows PPTP VPN Novell BorderManager T M I P s e c Wi n d o w s I n t e r n e t I S P I

More information

ch08.PDF

ch08.PDF 8-1 CCNA 8.1 CLI 8.1.1 8-2 8-3 8.1.21600 2500 1600 2500 / IOS 8-4 8.2 8.2.1 A 5 IP CLI 1600 2500 8-5 8.1.2-15 Windows 9598NT 2000 HyperTerminal Hilgraeve Microsoft Cisco HyperTerminal Private Edition (PE)

More information

<4D6963726F736F667420576F7264202D20C7B6C8EBCABD6C696E7578BBF9B4A1CAB5D1E92E646F63>

<4D6963726F736F667420576F7264202D20C7B6C8EBCABD6C696E7578BBF9B4A1CAB5D1E92E646F63> 嵌 入 式 linux 基 础 实 验 1 内 核 配 置 及 编 译 1. 进 入 内 核 所 在 目 录 /opt/ruiva/xscale/linux-2.6.26 #cd /opt/ruiva/xscale/linux-2.6.26 2. 键 入 make menuconfig, 根 据 需 要 适 当 配 置 内 核 #make menuconfig 这 里 先 使 用 默 认 的 配 置,

More information

TPM BIOS Infineon TPM Smart TPM Infineon TPM Smart TPM TPM Smart TPM TPM Advanced Mode...8

TPM BIOS Infineon TPM Smart TPM Infineon TPM Smart TPM TPM Smart TPM TPM Advanced Mode...8 Smart TPM Rev. 1001 Smart TPM Ultra TPM Smart TPM TPM...3 1. BIOS... 3 2. Infineon TPM Smart TPM... 4 2.1. Infineon TPM...4 2.2. Smart TPM...4 3. TPM... 5 3.1. Smart TPM TPM...5 3.2. Advanced Mode...8

More information

AL-M200 Series

AL-M200 Series NPD4754-00 TC ( ) Windows 7 1. [Start ( )] [Control Panel ()] [Network and Internet ( )] 2. [Network and Sharing Center ( )] 3. [Change adapter settings ( )] 4. 3 Windows XP 1. [Start ( )] [Control Panel

More information

Microsoft Word - PS2_linux_guide_cn.doc

Microsoft Word - PS2_linux_guide_cn.doc Linux For $ONY PlayStatioin2 Unofficall General Guide Language: Simplified Chinese First Write By Beter Hans v0.1 Mail: hansb@citiz.net Version: 0.1 本 人 是 菜 鸟 + 小 白 欢 迎 指 正 错 误 之 处, 如 果 您 有 其 他 使 用 心 得

More information

Windows RTEMS 1 Danilliu MMI TCP/IP QEMU i386 QEMU ARM POWERPC i386 IPC PC104 uc/os-ii uc/os MMI TCP/IP i386 PORT Linux ecos Linux ecos ecos eco

Windows RTEMS 1 Danilliu MMI TCP/IP QEMU i386 QEMU ARM POWERPC i386 IPC PC104 uc/os-ii uc/os MMI TCP/IP i386 PORT Linux ecos Linux ecos ecos eco Windows RTEMS 1 Danilliu MMI TCP/IP 80486 QEMU i386 QEMU ARM POWERPC i386 IPC PC104 uc/os-ii uc/os MMI TCP/IP i386 PORT Linux ecos Linux ecos ecos ecos Email www.rtems.com RTEMS ecos RTEMS RTEMS Windows

More information

Step 6: Download and Run the KevLab Application

Step 6: Download and Run the KevLab Application Lab 3-1 Bootloader 實驗目的 本實驗的目的在於讓學生能熟悉 bootloader 的功能以及如何將它應用在 Intel PXA-270 之上,bootloader 和目標板之間有很大的關聯性, 它會根據開發平台的不同而需要被加以修改, 即使在相同的開發平台之上, 也會因為目標板上的裝置不同, 例如不同的 flash 記憶體 網路卡等等, 而需要更改 bootloader 因此, 在實驗開始之前,

More information

Serial ATA ( Silicon Image SiI3114)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 5 (4) S A T A... 8 (5) S A T A... 10

Serial ATA ( Silicon Image SiI3114)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 5 (4) S A T A... 8 (5) S A T A... 10 Serial ATA ( Silicon Image SiI3114)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 5 (4) S A T A... 8 (5) S A T A... 10 Ác Åé å Serial ATA ( Silicon Image SiI3114) S A T A (1) SATA (2)

More information

(Microsoft Word - wes _\246p\246\363\250\317\245\316LED\277O\305\343\245\334\252\254\272A.doc)

(Microsoft Word - wes _\246p\246\363\250\317\245\316LED\277O\305\343\245\334\252\254\272A.doc) 作者 Amber 版本 1.0.0 日期 2012/04/25 頁數 1/7 如何使用 LED 燈顯示狀態? 適用於 : 平台 作業系統版本 XPAC utility 版本 XP-8000 系列 N/A N/A XP-8000-Atom 系列 WES2009 所有版本 N/A: Not applicable to this platform and OS. 注意! 欲變更系統的任何設定之前, 請先關閉

More information

untitled

untitled http://www.embedded-soc.com/ J-LINK J-Link Rev2.1 http://www.embedded-soc.com/ 2007-11-11 http://www.embedded-soc.com/ J-LINK J-Link ARM JTAG J-LINK J-LINKJLINK J-FLASH ARM F.A.Q jlink GDBserver J-Flash

More information

1.ai

1.ai HDMI camera ARTRAY CO,. LTD Introduction Thank you for purchasing the ARTCAM HDMI camera series. This manual shows the direction how to use the viewer software. Please refer other instructions or contact

More information

Windows 2000 Server for T100

Windows 2000 Server for T100 2 1 Windows 95/98 Windows 2000 3.5 Windows NT Server 4.0 2 Windows DOS 3.5 T200 2002 RAID RAID RAID 5.1 Windows 2000 Server T200 2002 Windows 2000 Server Windows 2000 Server Windows 2000 Server 3.5 for

More information

The golden pins of the PCI card can be oxidized after months or years

The golden pins of the PCI card can be oxidized after months or years Q. 如何在 LabWindows/CVI 編譯 DAQ Card 程式? A: 請參考至下列步驟 : 步驟 1: 安裝驅動程式 1. 安裝 UniDAQ 驅動程式 UniDAQ 驅動程式下載位置 : CD:\NAPDOS\PCI\UniDAQ\DLL\Driver\ ftp://ftp.icpdas.com/pub/cd/iocard/pci/napdos/pci/unidaq/dll/driver/

More information

CC213

CC213 : (Ken-Yi Lee), E-mail: feis.tw@gmail.com 9 [P.11] : Dev C++ [P.12] : http://c.feis.tw [P.13] [P.14] [P.15] [P.17] [P.23] Dev C++ [P.24] [P.27] [P.34] C / C++ [P.35] 10 C / C++ C C++ C C++ C++ C ( ) C++

More information

SL2511 SR Plus 操作手冊_單面.doc

SL2511 SR Plus 操作手冊_單面.doc IEEE 802.11b SL-2511 SR Plus SENAO INTERNATIONAL CO., LTD www.senao.com - 1 - - 2 - .5 1-1...5 1-2...6 1-3...6 1-4...7.9 2-1...9 2-2 IE...11 SL-2511 SR Plus....13 3-1...13 3-2...14 3-3...15 3-4...16-3

More information

SST SPAC SST SoftICE SST89C5x/SST89x554RC /564RD /SST89x516/5xRD / SoftICE SoftICE MCU SoftICE SS

SST SPAC SST SoftICE SST89C5x/SST89x554RC /564RD /SST89x516/5xRD / SoftICE SoftICE MCU SoftICE SS SST SoftICE SST89C5x/SST89x554RC /564RD /SST89x516/5xRD2 1...2 1.1...2 1.2...2 1.3 /...2 2 SoftICE...2 3 SoftICE MCU...2 4 SoftICE...3 4.1 SST BootLoader SOFTICE...3 4.2 SoftICE SST MCU...6 5 SoftICE...7

More information

JTAG ICE PC JTAG ICE JTAG ISP... 5 IDE AVR STUDIO JTAGICE JTAGICE... 12

JTAG ICE PC JTAG ICE JTAG ISP... 5 IDE AVR STUDIO JTAGICE JTAGICE... 12 ... 3... 3... 3... 3... 4 1JTAG ICE PC... 4 2JTAG ICE... 4 3... 4 4... 4 5JTAG... 5 6ISP... 5 IDE... 6 1 AVR STUDIO... 6 2 JTAGICE... 6 3JTAGICE... 12 4.... 16 5.... 17 6. JTAG ICE... 19 ISP... 20 1PonyProg2000...

More information

1 IT IT IT IT Virtual Machine, VM VM VM VM Operating Systems, OS IT

1 IT IT IT IT Virtual Machine, VM VM VM VM Operating Systems, OS IT 1 IT IT IT IT Virtual Machine, VM VM VM VM Operating Systems, OS IT Chapter 1 了解虛擬化技術種類 硬體 / 平台 / 伺服器虛擬化 VM VM VM CPU Hypervisor VMM Virtual Machine Manager VM Host OS VM VM Guest OS Host OS CPU VM Hyper-V

More information

P4Dual-915GL_BIOS_CN.p65

P4Dual-915GL_BIOS_CN.p65 1 Main H/W Monitor Boot Security Exit System Overview System Time System Date Total Memory DIMM 1 DIMM 2 [ 14:00:09] [Wed 01/05/2005] BIOS Version : P4Dual-915GL BIOS P1.00 Processor Type : Intel (R) Pentium

More information

X6-04_How_do_I_write_a_com_port_communicate_program_of_XPAC_tc

X6-04_How_do_I_write_a_com_port_communicate_program_of_XPAC_tc Author WeiKai Version 1.0.0 Date 2013/4/14 Page 1/11 我如何在 XPAC 上建立一個 COM port 通訊程式 Applies to: Platform OS version XPAC utility version XPAC series All versions (WinCE6) All versions XPAC SDK 提供 XPAC 結合

More information

MICROCHIP EVM Board : APP APP001 PICmicro Microchip APP001 40pin PDIP PICmicro Design Tips Character LCM Temperature Sensor Application I/O Pi

MICROCHIP EVM Board : APP APP001 PICmicro Microchip APP001 40pin PDIP PICmicro Design Tips Character LCM Temperature Sensor Application I/O Pi MICROCHIP EVM Board : APP001 1-1. APP001 PICmicro Microchip APP001 40pin PDIP PICmicro Design Tips Character LCM Temperature Sensor Application I/O Pin 16 I/O Extension Interface 1-2. APP001 Block_A Block_B

More information

IC-900W Wireless Pan & Tilt Wireless Pan & Tilt Remote Control / Night Vision FCC ID:RUJ-LR802UWG

IC-900W Wireless Pan & Tilt Wireless Pan & Tilt Remote Control / Night Vision FCC ID:RUJ-LR802UWG IC-900W Wireless Pan & Tilt Wireless Pan & Tilt Remote Control / Night Vision FCC ID:RUJ-LR802UWG --------------------------------------------TABLE OF CONTENTS------------------------------------------

More information

1-1 SH79F6431 A. 2( ) 9~15V ( 12V) U2 U3 3.3V SH79F B. 1(VCC/GND) SH79F6431 C. VDDIO SH79F6431 P4 P5 P0.6 P0.7 VDDIO VDDIO=5V D. 2 V 1.0

1-1 SH79F6431 A. 2( ) 9~15V ( 12V) U2 U3 3.3V SH79F B. 1(VCC/GND) SH79F6431 C. VDDIO SH79F6431 P4 P5 P0.6 P0.7 VDDIO VDDIO=5V D. 2 V 1.0 SH79F6431 1. SH79F6431 1T 8051 FLASH SH79F JET51 Keil µ vision JTAG 1.1. SH79F6431 LQFP64 1.2. (Target Board) SH79F6431 1 V 1.0 1-1 SH79F6431 A. 2( ) 9~15V ( 12V) U2 U3 3.3V SH79F6431 1 2 1 B. 1(VCC/GND)

More information

r_09hr_practical_guide_kor.pdf

r_09hr_practical_guide_kor.pdf PRACTICAL GUIDE TO THE EDIROL R-09HR 3 4 PRACTICAL GUIDE TO THE EDIROL R-09HR 5 Situation 1 6 1 2 3 PRACTICAL GUIDE TO THE EDIROL R-09HR WAV MP3 WAV 24 bit/96 khz WAV 16 bit/44.1 khz MP3 128 kbps/44.1

More information

epub

epub 3 Cisco 3.1 S e t u p C i s c o C i s c o Cisco IOS C i s c o 3.2 Te l n e t T F T P 3-1 3-1 configure terminal configure memory Configure network t e l n e t < C t r l - Z > conf t N V R A M T F T P I

More information

iziggi

iziggi iziggi 1 1 iziggi-hd 2 iziggi-hd 4 IPEVO iziggi-hd 6 iziggi-hd 8 iziggi-hd 9 Whiteboard App USB 10 iziggi-hd 11 iziggi-hd Live View WiFi 11 12 LED 12 iziggi-hd 13 Apple TV AirPlay 13 14 15 iziggi-hd *

More information

1

1 磁軌式讀卡機 1288 系列 使用手冊 Version 1.0 1 2 3 4 5 6 7 8 9 10 11 12 1288 MSR Micro controller : With Decoder Open Visual COM port to read data (UART Interface) From 1288 Or direct control 1288 by sending Command

More information

Cadence SPB 15.2 VOICE Cadence SPB 15.2 PC Cadence 3 (1) CD1 1of 2 (2) CD2 2of 2 (3) CD3 Concept HDL 1of 1

Cadence SPB 15.2 VOICE Cadence SPB 15.2 PC Cadence 3 (1) CD1 1of 2 (2) CD2 2of 2 (3) CD3 Concept HDL 1of 1 Cadence SPB 15.2 VOICE 2005-05-07 Cadence SPB 15.2 PC Cadence 3 (1) CD1 1of 2 (2) CD2 2of 2 (3) CD3 Concept HDL 1of 1 1 1.1 Cadence SPB 15.2 2 Microsoft 1.1.1 Windows 2000 1.1.2 Windows XP Pro Windows

More information

P4V88+_BIOS_CN.p65

P4V88+_BIOS_CN.p65 1 Main H/W Monitor Boot Security Exit System Overview System Time System Date [ 17:00:09] [Wed 12/22/2004] BIOS Version : P4V88+ BIOS P1.00 Processor Type : Intel (R) Pentium (R) 4 CPU 2.40 GHz Processor

More information

1500XA Daniel Danalyzer 1500XA Rosemount Analytical 1500XA P/N 3-9000-757 A 2010 5 ii 1500XA 1500XA iii iv 1500XA : 1-2 1500XA - 1500XA 1-3 1-4 1500XA 1500XA 1-5 1-6 1500XA 1500XA 1-7 1-8 1500XA

More information

P4VM800_BIOS_CN.p65

P4VM800_BIOS_CN.p65 1 Main H/W Monitor Boot Security Exit System Overview System Time System Date [ 17:00:09] [Fri 02/25/2005] BIOS Version : P4VM800 BIOS P1.00 Processor Type : Intel (R) Pentium (R) 4 CPU 2.40 GHz Processor

More information

AL-MX200 Series

AL-MX200 Series PostScript Level3 Compatible NPD4760-00 TC Seiko Epson Corporation Seiko Epson Corporation ( ) Seiko Epson Corporation Seiko Epson Corporation Epson Seiko Epson Corporation Apple Bonjour ColorSync Macintosh

More information

Microsoft Word - template.doc

Microsoft Word - template.doc HGC efax Service User Guide I. Getting Started Page 1 II. Fax Forward Page 2 4 III. Web Viewing Page 5 7 IV. General Management Page 8 12 V. Help Desk Page 13 VI. Logout Page 13 Page 0 I. Getting Started

More information

Symantec™ Sygate Enterprise Protection 防护代理安装使用指南

Symantec™ Sygate Enterprise Protection 防护代理安装使用指南 Symantec Sygate Enterprise Protection 防 护 代 理 安 装 使 用 指 南 5.1 版 版 权 信 息 Copyright 2005 Symantec Corporation. 2005 年 Symantec Corporation 版 权 所 有 All rights reserved. 保 留 所 有 权 利 Symantec Symantec 徽 标 Sygate

More information

+01-10_M5A_C1955.p65

+01-10_M5A_C1955.p65 Notebook PC User s Manual C1955 1.01 2005 4 2 50 70 3 (0 30 ) (50 122 ) 4 pre-load Fn+F7 5 ...2...3...6 1-1...12...12...13...14...15...16...17 1-2...18 1-3...20...20...21...21...21...21...22...22...22...22...23...23

More information

T

T T10452 2015 5 Copyright ASUSTeK Computer Inc. All rights reserved. http://support.asus.com 0800-093-456 1 2 2 筆記型電腦使用手冊 使用手冊... 7 手冊... 8... 8... 8... 9 使用... 9...10...10 筆記型電腦...12...12...16...18...20...22

More information

775i65PE_BIOS_CN.p65

775i65PE_BIOS_CN.p65 1 Main H/W Monitor Boot Security Exit System Overview System Time System Date [ 14:00:09] [Wed 10/20/2004] BIOS Version : 775i65PE BIOS P1.00 Processor Type : Intel (R) CPU 3.20 GHz Processor Speed : 3200

More information

USB - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - DES Module FSM CONTROLLER 8 6 8 Key ROM 8 8 Data_in RAM Data_out RAM 8 USB Board - 8 - - 9 - - 10 - - 11 - - 12 - USB device INF Windows INF Device Function

More information

ebook71-13

ebook71-13 13 I S P Internet 13. 2. 1 k p p p P P P 13. 2. 2 1 3. 2. 3 k p p p 1 3. 2. 4 l i n u x c o n f P P P 13. 2. 5 p p p s e t u p 13. 2. 6 p p p s e t u p P P P 13. 2. 7 1 3. 2. 8 C a l d e r a G U I 13.

More information

Ác Åé å Serial ATA ( Sil3132) S A T A (1) SATA (2) BIOS SATA (3)* RAID BIOS RAID (4) SATA (5) SATA (a) S A T A ( S A T A R A I D ) (b) (c) Windows XP

Ác Åé å Serial ATA ( Sil3132) S A T A (1) SATA (2) BIOS SATA (3)* RAID BIOS RAID (4) SATA (5) SATA (a) S A T A ( S A T A R A I D ) (b) (c) Windows XP Serial ATA ( Sil3132)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 6 (4) S A T A... 10 (5) S A T A... 12 Ác Åé å Serial ATA ( Sil3132) S A T A (1) SATA (2) BIOS SATA (3)* RAID BIOS

More information

audiogram3 Owners Manual

audiogram3 Owners Manual USB AUDIO INTERFACE ZH 2 AUDIOGRAM 3 ( ) * Yamaha USB Yamaha USB ( ) ( ) USB Yamaha (5)-10 1/2 AUDIOGRAM 3 3 MIC / INST (XLR ) (IEC60268 ): 1 2 (+) 3 (-) 2 1 3 Yamaha USB Yamaha Yamaha Steinberg Media

More information

穨IC-1000

穨IC-1000 IC-1000 LEDOMARS Information Coporation :(02)27913828 :(02)27945895 (04)2610628 (04)2650852 (07)3897016 (07)3897165 http://www.ledomars.com.tw 1 1. IC-1000 2. IC-1000 LED : ERROR LNK/ACT PWR TEST PWR(Power)

More information

Chapter 2

Chapter 2 2 (Setup) ETAP PowerStation ETAP ETAP PowerStation PowerStation PowerPlot ODBC SQL Server Oracle SQL Server Oracle Windows SQL Server Oracle PowerStation PowerStation PowerStation PowerStation ETAP PowerStation

More information

AXIS P7224 Video Encoder Blade – Installation Guide

AXIS P7224 Video Encoder Blade – Installation Guide 安 装 指 南 AXIS P7224 刀 片 视 频 编 码 器 中 文 法 律 考 虑 事 项 视 频 和 音 频 监 视 可 能 会 受 法 律 限 制, 各 个 国 家 / 地 区 的 法 律 会 有 所 不 同 如 将 本 产 品 用 于 监 控 目 的, 需 要 先 检 查 是 否 符 合 你 所 在 区 域 内 的 法 律 规 定 本 产 品 包 括 四 个 (4) H.264 解 码

More information

投影片 1

投影片 1 9 1 9-1 Windows XP Windows Server 2003 Mac OS Linux, 都 (OS, Operating System ) 2 3 , 來, 行 3 理 行 4 ,, (UI, User Interface), 滑, 令 列 (CLI, Command-Line Interface) (GUI, Graphical User Interface) 2 5 令 列,

More information

epub 61-2

epub 61-2 2 Web Dreamweaver UltraDev Dreamweaver 3 We b We b We Dreamweaver UltraDev We b Dreamweaver UltraDev We b We b 2.1 Web We b We b D r e a m w e a v e r J a v a S c r i p t We b We b 2.1.1 Web We b C C +

More information

PaPaGO! PaPaGO! PaPaGO! PaPaGO! PaPaGO! PaPaGO!

PaPaGO! PaPaGO! PaPaGO! PaPaGO! PaPaGO! PaPaGO! PaPaGO! 7 COPILOT Pocket PC Design for Microsoft Pocket PC 2002/2003/2003 se Version 7.3 http://www.mactiotnech.com 1 ...5...6...7...9...11 2.1...11 2.2 PaPaGO!...11 2.3 PaPaGO!...17 2.5...19...20 PaPaGO!...21

More information

ebook140-8

ebook140-8 8 Microsoft VPN Windows NT 4 V P N Windows 98 Client 7 Vintage Air V P N 7 Wi n d o w s NT V P N 7 VPN ( ) 7 Novell NetWare VPN 8.1 PPTP NT4 VPN Q 154091 M i c r o s o f t Windows NT RAS [ ] Windows NT4

More information

Table of Contents Design Concept 03 Copyrights & TradeMark 04 Special Notice 05 Notice to concerned 05 Installation and Registration Introduction 07 s

Table of Contents Design Concept 03 Copyrights & TradeMark 04 Special Notice 05 Notice to concerned 05 Installation and Registration Introduction 07 s MapAsia MapKing TM User Guide Full Function Version (Pocket PC and PC) For Microsoft Pocket PC/ Pocket PC 2002/2003 Microsoft Windows XP/2000/Me/98 Edition 2004 ( : ) 2002-2004, MapAsia.com Limited Table

More information

使用手冊

使用手冊 使用手冊 版權所有 2013 年 Microtek International, Inc. 保留所有權利 商標 Microtek MII MiiNDT ScanWizard Microtek International, Inc. Windows Microsoft Corporation 重要須知 Microtek Microtek Windows Microsoft Windows I49-004528

More information

epub83-1

epub83-1 C++Builder 1 C + + B u i l d e r C + + B u i l d e r C + + B u i l d e r C + + B u i l d e r 1.1 1.1.1 1-1 1. 1-1 1 2. 1-1 2 A c c e s s P a r a d o x Visual FoxPro 3. / C / S 2 C + + B u i l d e r / C

More information

《计算机网络》实验指导书

《计算机网络》实验指导书 1 实 验 一 网 络 组 建 与 管 理 一. 实 验 目 的 1. 掌 握 平 行 双 绞 线 和 交 叉 双 绞 线 的 制 作 方 法 ( 初 级 ) 2. 掌 握 对 等 网 和 代 理 服 务 器 网 络 的 组 建 ( 初 级 ) 3. 会 用 ipconfig 和 ping 命 令 ( 初 级 ) 4. 掌 握 网 络 中 文 件 夹 共 享 和 打 印 机 共 享 ( 初 级 )

More information

自由軟體社群發展經驗與 Linux認證介紹

自由軟體社群發展經驗與  Linux認證介紹 -- (http://linux.vbird.org) 2011/08/12 1 -- -- 不 理 便 了 來 連 ( ) ( ) 論 ~ ~ 2 復 理 3 4 復 數 量 復 離 來 ~ @_@ 5 - 年 Linux windows virtualbox 不 理 Linux Xen 立 4 4GB 了 30 xen 來 sudo xm 來 Linux I/O 例 yum 6 - 年 Windows

More information

P3B-F Pentium III/II/Celeron TM

P3B-F Pentium III/II/Celeron TM P3B-F Pentium III/II/Celeron TM 1999 2 3 4 5 6 7 8 9 10 11 12 1 2 3 4 5 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 13 R PS2 KBMS USB COM1 COM2 JTPWR ATXPWR PWR_FAN CPU_FAN Row 0 1 2 3 4 5 6 7 DSW JP20

More information

WebSphere Studio Application Developer IBM Portal Toolkit... 2/21 1. WebSphere Portal Portal WebSphere Application Server stopserver.bat -configfile..

WebSphere Studio Application Developer IBM Portal Toolkit... 2/21 1. WebSphere Portal Portal WebSphere Application Server stopserver.bat -configfile.. WebSphere Studio Application Developer IBM Portal Toolkit... 1/21 WebSphere Studio Application Developer IBM Portal Toolkit Portlet Doug Phillips (dougep@us.ibm.com),, IBM Developer Technical Support Center

More information

Olav Lundström MicroSCADA Pro Marketing & Sales 2005 ABB - 1-1MRS755673

Olav Lundström MicroSCADA Pro Marketing & Sales 2005 ABB - 1-1MRS755673 Olav Lundström MicroSCADA Pro Marketing & Sales 2005 ABB - 1 - Contents MicroSCADA Pro Portal Marketing and sales Ordering MicroSCADA Pro Partners Club 2005 ABB - 2 - MicroSCADA Pro - Portal Imagine that

More information

Microsoft Word - InoTouch Editor编程软件手册2012.2.10.doc

Microsoft Word - InoTouch Editor编程软件手册2012.2.10.doc 目 录 第 一 章 关 于 InoTouch Editor 编 程 软 件 的 安 装... - 6-1.1 InoTouch 系 列 HMI 和 InoTouch Editor 软 件 的 简 介... - 6-1.2 安 装 InoTouch Editor 编 程 软 件... - 10-1.3 系 统 连 接 图... - 12-1.4 InoTouch 系 列 人 机 界 面 的 系 统 设

More information

BYOD IP+Optical (IP NGN) API 4. End-to-End (Service Aware) 5. IP NGN (IP Next Generation Network) ( ) Prime Carrier Management Access Edge Co

BYOD IP+Optical (IP NGN) API 4. End-to-End (Service Aware) 5. IP NGN (IP Next Generation Network) ( ) Prime Carrier Management Access Edge Co BYOD 228 2015 IT open source DIY ( ) Up/Down HP NNMi WhatsUp Gold Nagios HP SiteScope WhatsUp Gold HP NNMi WhatsUp Gold Cacti MRTG HP ispi Performance for Metrics WhatsUp Gold ( ) Open source Agent End-to-End

More information

solutions guide

solutions guide solutions guide Tridium 01 Table of Contents Tridium... 1 Frameworks... 4 Niagara AX Framework... 5 Sedona Framework... 6.... 7 NPM... 8 Sedona Chip... 9 AX Supervisor... 10 AX SoftJACE...11...12. JACE

More information

KL DSC DEMO 使用说明

KL DSC DEMO 使用说明 :0755-82556825 83239613 : (0755)83239613 : http://www.kingbirdnet.com EMAIL Good989@163.com 1 1 KB3000 DTU... 3 1.1... 3 1.2... 3 1.3... 3 1.4... 3 2... 4 2.1 GSM/GPRS... 4 2.2... 4 2.3... 5 2.4... 6 2.5...

More information

<55342D323637CBB5C3F7CAE92E786C73>

<55342D323637CBB5C3F7CAE92E786C73> U4-267 / 1 U4-267 / : CF PowerPoint, TCP/IP Internet Explorer 2 ..2..3..4..5..5..5..9 PC...10 11 12 14 14....15....15....16....16....17....17....18....18....20 23....27 27 PC...27....28 3 CF SanDisk CompactFlash)

More information

User ID 150 Password - User ID 150 Password Mon- Cam-- Invalid Terminal Mode No User Terminal Mode No User Mon- Cam-- 2

User ID 150 Password - User ID 150 Password Mon- Cam-- Invalid Terminal Mode No User Terminal Mode No User Mon- Cam-- 2 Terminal Mode No User User ID 150 Password - User ID 150 Password Mon- Cam-- Invalid Terminal Mode No User Terminal Mode No User Mon- Cam-- 2 Mon1 Cam-- Mon- Cam-- Prohibited M04 Mon1 Cam03 Mon1 Cam03

More information

VIDEOJET connect 7000 VJC-7000-90 zh- CHS Operation Manual VIDEOJET connect 7000 zh-chs 3 目 录 1 浏 览 器 连 接 7 1.1 系 统 要 求 7 1.2 建 立 连 接 7 1.2.1 摄 像 机 中 的 密 码 保 护 7 1.3 受 保 护 的 网 络 7 2 系 统 概 述 8 2.1 实 况

More information

未命名 -1

未命名 -1 BV8188M 使 用 说 明 INSTRUCTIONS 使 用 之 前 请 仔 细 阅 读 此 手 册 Please read before using this manual 深 圳 市 碧 维 视 科 技 有 限 公 司 2013 年 碧 维 视 印 刷, 版 权 所 有, 翻 版 必 究, 本 手 册 内 所 有 图 文, 未 经 授 权, 严 谨 与 任 何 方 式 之 全 面 或 部 分

More information

PROFIBUS3.doc

PROFIBUS3.doc PLC PLC ProfiBus 3. PROFIBUS-DP PROFIBUS-DP PROFIBUS-DP PROFIBUS S7 STEP7 SIMATIC NET S5 COM PROFIBUS COM5431 PROFIBUS-DP GSD GSD *.GSD *. GSE GSD S7 STEP7 PROFIBUS DP S7-400 CPU416-2DP S7-200 PROFIBUS

More information

KT-SOPCx开发套件简明教程

KT-SOPCx开发套件简明教程 V2.03 2005-9-1 FPGA SOC FPGA/SOPC IT QuartusII NiosII IDE FPGA/SOPC FPGA/SOPC FPGA/SOPC CT-SOPCx FPGA/SOPC CPLD/FPGA www.fpga.com.cn CPLD/FPGA FPGA QuartusII NiosII CPU SOPC SOPC Builder NiosII IDE 1 www.21control.com

More information

<4D6963726F736F667420576F7264202D20B971B8A3B577C5E9B8CBADD7A441AFC5B2C4A447B3A1A4C039372E342E3232A44AAE77AAA92E646F63>

<4D6963726F736F667420576F7264202D20B971B8A3B577C5E9B8CBADD7A441AFC5B2C4A447B3A1A4C039372E342E3232A44AAE77AAA92E646F63> 電 腦 硬 體 裝 修 乙 級 技 術 士 技 能 檢 定 術 科 測 試 應 檢 人 參 考 資 料 試 題 編 號 :12000-940201~12 審 定 日 期 : 94 年 11 月 30 日 修 訂 日 期 : 96 年 11 月 01 日 修 訂 日 期 : 97 年 01 月 07 日 修 訂 日 期 : 97 年 04 月 22 日 ( 第 二 部 分 ) 電 腦 硬 體 裝 修

More information

Simulator By SunLingxi 2003

Simulator By SunLingxi 2003 Simulator By SunLingxi sunlingxi@sina.com 2003 windows 2000 Tornado ping ping 1. Tornado Full Simulator...3 2....3 3. ping...6 4. Tornado Simulator BSP...6 5. VxWorks simpc...7 6. simulator...7 7. simulator

More information

46 2011 11 467 數位遊戲式學習系統 7 2011 11 467 47 3 DBGameSys 48 2011 11 467 正規化資料模組 如何配置並儲存電子化資料 以 便減少資料被重覆儲存的程序 DBGameSys的主要功能模組包 學習者 審核評分模組 含 正規化資料模組 審核評分 模組 高分列表模組3大區塊 系統資料庫 在正規化資料模組的執行 高分列表模組 過程中 先要求學習者瀏覽遊戲

More information

K7VT2_QIG_v3

K7VT2_QIG_v3 ............ 1 2 3 4 5 [R] : Enter Raid setup utility 6 Press[A]keytocreateRAID RAID Type: JBOD RAID 0 RAID 1: 2 7 RAID 0 Auto Create Manual Create: 2 RAID 0 Block Size: 16K 32K

More information

05 01 X Window X Window Linux Linux X Window X Window Webmin Web Linux Linux X Window X Window Notebook PC X Window X Window module Linux Linux kernel

05 01 X Window X Window Linux Linux X Window X Window Webmin Web Linux Linux X Window X Window Notebook PC X Window X Window module Linux Linux kernel Linux sub bash test2.sh sub bash test.sh test2.sh sub bash var1 123 123 test.sh test2.sh var1 bash sub bash var1 bash 01 5-4 X Window X Window X Window Linux Server X Window CPU2006 Linux X Window benchmark

More information

軟體的安裝

軟體的安裝 DMECOM DAR 8000 / 1600A 錄 音 系 統 使 用 說 明 書 Version1.0.0 目 錄 1 產 品 簡 介... 1 2 產 品 外 觀 功 能... 1 3 包 裝 內 容... 2 4 系 統 要 求... 2 5 錄 音 系 統 的 登 入... 2 6 AM2000 使 用 說 明... 7 6.1 AM2000 外 觀 於 主 機 DAR 8000 連 接 圖...

More information

USB解决方案.ppt

USB解决方案.ppt USB USB? RS232 USB USB HID U modem ADSL cable modem IrDA Silabs USB CP210x USB UART USB RS-232 USB MCU 15 USB 12 FLASH MCU 3 USB MCU USB MCU C8051F32x 10 ADC 1.5%, Vref CPU 25MIPS 8051 16KB Flash -AMUX

More information

一个开放源码的嵌入式仿真环境 ― SkyEye

一个开放源码的嵌入式仿真环境 ― SkyEye SkyEye SkyEye http://hpclab.cs.tsinghua.edu.cn/~skyeye/ I hear and I forget, I see and I remember, I do and I understand. SkyEye SkyEye SkyEye SkyEye SkyEye 1. SkyEye PC pervasive computing PC I O PDA

More information

HP LaserJet Pro M1530 MFP Series User Guide - ZHTW

HP LaserJet Pro M1530 MFP Series User Guide - ZHTW LASERJET PRO M1530 MFP 系 列 使 用 者 指 南 HP LaserJet Pro M1530 MFP 系 列 使 用 者 指 南 著 作 權 與 授 權 2010 Copyright Hewlett-Packard Development Company, L.P. 除 著 作 權 法 允 許 的 範 圍 外, 若 未 經 事 先 書 面 許 可, 不 得 複 製 修 改

More information