設定密碼 XXXXXX(MAC末六碼,大寫)(是否統一小寫?TBD)
改 Device Name : mechacarXXXXXX (MAC末六碼,小寫)
設定網路為client
以上兩件事只能一次改一件
ssh root@mechacarXXXXXX.local 登入
以下#為ssh登入後的提示符號,#後的字串為需要輸入的指令
# opkg update
# opkg install unzip
# opkg install wget
# pip install pyMata
參考 https://docs.labs.mediatek.com/resource/linkit-smart-7688/en/tutorials/file-storage/mounting-the-root-fs-on-an-sd-card
轉移root到sd card
# opkg install block-mount kmod-fs-ext4 kmod-usb-storage-extras e2fsprogs fdisk
下載 mechaBYTE 軟體系統
# wget https://github.com/pondahai/MacroByte/archive/master.zip
# unzip master.zip
解開後會出現新資料夾 MacroByte-master/
將當中的 root資料複製到根目錄
# tar -C MacroByte-master/root -cvf - . | tar -C / -xf -
變更檔案屬性
# chmod +x /www/cgi-bin/roverLunar
回到電腦端 瀏覽器 輸入網址:mechacarXXXXXX.local/blockly
測試系統是否正確執行
指令拷貝區:
opkg update
opkg install unzip
opkg install wget
pip install pyMata
opkg install block-mount kmod-fs-ext4 kmod-usb-storage-extras e2fsprogs fdisk
wget https://github.com/pondahai/MacroByte/archive/master.zip
unzip master.zip
tar -C MacroByte-master/root -cvf - . | tar -C / -xf -
chmod +x /www/cgi-bin/roverLunar
用下列積木測試7688DUO上的D13 LED是否閃爍