Ameba - Arduino 1.6.1 免 ant build 版

此方式適合在 windows 7 32 bit 的環境下使用.

1. 安裝 arduino 官網 1.6.1 版的 windows IDE
    arduino-1.6.1-windows.exe
    http://arduino.cc/download.php?f=/arduino-1.6.1-windows.exe

2. 安裝 Ameba Serial driver

    可參考之前 :
    http://njiot.blogspot.tw/2015/05/ameba-helloworld-example.html#serial-driver

    裝好後, 插上 usb 接 Ameba 開發板, 會看到新的 com port

3. download patch file zip
    https://github.com/neojou/arduino-ameba/blob/master/release/arduino-1_6_1-patch-files-Ameba.zip 
    點選 "view the full file" 可以下載



4.  解壓縮 arduino-1_6_1-patch-files-Ameba.zip,
     將 裡面的 hardware\ 拷貝到 Arduino 的安裝目錄
     e.g  C:\Program Files\Arduino\hardware

     ( 原本也有個 hardware 目錄, copy 進去會新增 
           hardware/arduino/ameba
           hardware/tools/makebin
           hardware/tools/bash 



5. 要更改 preference 偏好設定, 加入"build.path=build"
    更改時要把 arduino 關閉. 





6. 執行 arduino , 即可在 工具 -> 板子 (tools->board) 看到 arduino ameba
    後續做法和之前 arduino 範例相同: 
     

    同樣的, 上傳最後會呼叫 makebin.sh, 
    所產生的 asm source 和 map, 可以在 hardware/tools/makebin 下看到. 


留言

熱門文章