IAPを初期化する方法
シリアルコンソールを接続して起動し、起動時に
Hit <Enter> to stop autoboot:
が表示されているタイミングでenterを押す。
apbootのプロンプトが表示されるので、 factory_resetを入力後、boot。
apboot> factory_reset
Clearing state... Checking OS image and flags
Image is signed; verifying checksum... passed
Dont_clear flag set -- skipping OS clear
Erasing flash sector @ 0xf8f80000....done
Erased 1 sectors
・・・・
Erasing flash...Writing to flash...done
done
apboot> boot
Booting OS partition 1
Checking image @ 0xf8800000
Copying image from 0xf8800000
・・・・
ログイン画面が出てくれば完了。
# write erase
だけでは、一部の設定(IPアドレスなど)が残ってしまう。
スポンサードリンク
シリアルコンソールを接続して起動し、起動時に
Hit <Enter> to stop autoboot:
が表示されているタイミングでenterを押す。
apbootのプロンプトが表示されるので、 factory_resetを入力後、boot。
apboot> factory_reset
Clearing state... Checking OS image and flags
Image is signed; verifying checksum... passed
Dont_clear flag set -- skipping OS clear
Erasing flash sector @ 0xf8f80000....done
Erased 1 sectors
・・・・
Erasing flash...Writing to flash...done
done
apboot> boot
Booting OS partition 1
Checking image @ 0xf8800000
Copying image from 0xf8800000
・・・・
ログイン画面が出てくれば完了。
# write erase
だけでは、一部の設定(IPアドレスなど)が残ってしまう。