Yún Shield 是用來擴充 Arduino Leonardo 成為 Yún 的
網路邊: 32U4 RST
USB邊: WLAN, 作用有兩種
1. 按5秒,wifi 回AP模式 SSID=Arduino-Yun-XXXXXXXXXXXX, IP=192.168.240.1
命令: wifi-reset-and-reboot
2. 按30秒,linux 環境回復出廠值,清除板上的 Flash 記憶體
命令: reset-to-factory-anyway
另一角: YUN RST
預設的密碼不是 arduino 就是 doghunter
IP: 192.168.240.1
PASSWORD: doghunter
opkg install xxxx.ipk
opkg remove xxxx
opkg remove xxxx --force-remove
opkg list-installed
編輯 /lib/functions.sh 加入
default_postinst() {
return 0
}
default_prerm() {
return 0
}
opkg remove xxxx --force-remove
opkg list-installed
編輯 /lib/functions.sh 加入
default_postinst() {
return 0
}
default_prerm() {
return 0
}
透過網路連到 colsole
root@arduino:~# telnet localhost 6571
沒有留言:
張貼留言