-
ターゲットボードのUSB-Serialコネクタ(ボード左上)とPCを接続します
クリックして拡大
※この写真はCPUモジュールをとりはずしてあります。
-
PCでターミナルエミュレータを起動します。
ボーレート | 57600bps |
データ | 8bit |
パリティ | none |
ストップビット | 1bit |
-
ブートローダが起動し、Linuxがブートされます
U-Boot SPL 2013.07 (Feb 12 2016 - 06:01:25)
U-Boot 2013.07 (Feb 12 2016 - 06:01:25)
........
nor load Image form 0x40000 to 0x80800000 size is 0x7b0000 ...
Image load ok!
## Booting kernel from Legacy Image at 80800000 ...
........
-
ログインします。
Welcome to MilkCake
MilkCake login:root
#
-
初期設定としてWiFiのMACアドレスを設定します。(2016/05/23修正)
# cd /firmware
# mv wifimac.txt wifimac.txt.old
# ./makeMACaddr.sh > wifimac.txt
-
初期設定としてBluetoothのBDアドレスを設定します。(2016/05/23修正)
# cd /bluetooth
# mv bdaddr.txt bdaddr.txt.old
# ./makeBDaddr.sh > bdaddr.txt
-
システムを停止するには以下の様に実行します。
# halt
The system is going down NOW!
....
The system is going down NOW!
....
Requesting system halt
[ ****] System halted.