---
title: "[メモ]古河電工 FITELnet F220・F70の初期化・ファームウェア更新"
id: "7285"
type: "post"
slug: "%e3%83%a1%e3%83%a2%e5%8f%a4%e6%b2%b3%e9%9b%bb%e5%b7%a5-fitelnet-f220%e3%81%ae%e5%88%9d%e6%9c%9f%e5%8c%96%e3%83%bb%e3%83%95%e3%82%a1%e3%83%bc%e3%83%a0%e3%82%a6%e3%82%a7%e3%82%a2%e6%9b%b4%e6%96%b0"
published_at: "2025-07-26T08:30:15+00:00"
modified_at: "2025-07-29T08:52:28+00:00"
url: "https://www.okin-jp.net/archives/7285"
markdown_url: "https://www.okin-jp.net/archives/7285.md"
excerpt: "MacのWindowsAppからxrdpにrdp接続するとusキーボードになってしまうので調査 Continue reading"
taxonomy_category:
  - "Furukawa"
taxonomy_post_tag:
  - "extract"
  - "F220"
  - "FITELnet"
  - "Jun"
  - "ls"
  - "network"
  - "Nov"
  - "reset"
  - "show"
  - "umount"
  - "古河電工"
  - "運用メモ"
---

初期化とファームウェア更新をやったメモ

## 初期化

[https://www.furukawa.co.jp/fitelnet/f/man/220/pdf/goriyouF220_F220EX.pdf](https://www.furukawa.co.jp/fitelnet/f/man/220/pdf/goriyouF220_F220EX.pdf)

[https://www.furukawa.co.jp/fitelnet/f/man/70/pdf/goriyouF70.pdf](https://www.furukawa.co.jp/fitelnet/f/man/70/pdf/goriyouF70.pdf)

電源を切った状態からリセットスイッチ(電源ポート側)を押したまま電源をいれ、約5秒後SYSランプが緑点灯したらリセットスイッチを離す。

## ファームウェア更新

ファームウェアはメーカーサイトからダウンロードする [https://www.furukawa.co.jp/fitelnet/product/f220/firmware/](https://www.furukawa.co.jp/fitelnet/product/f220/firmware/)

[https://www.furukawa.co.jp/fitelnet/product/f70/firmware/](https://www.furukawa.co.jp/fitelnet/product/f70/firmware/)

### コマンド例

console-firmware-update

# ファームウェアバージョンを確認(V01.03(00)以前なら注意事項に従う) show version # ファームウェアファイルを確認(USB1の場合) ls /usb1/F220_V011701.FRM # usb1に置いたファームウェアをother-sideに展開(moffを付けて確認なしで更新) extract-firmware /usb1/F220_V011701.FRM moff # 更新したother-sideで再起動 reset other-side moff # 無事起動してきたら再度other-side(再起動前のpresent-side)にコピー extract-firmware /usb1/F220_V011701.FRM moff # ファームウェアバージョンを確認 show version

| 123456789101112 | # ファームウェアバージョンを確認(V01.03(00)以前なら注意事項に従う)show version# ファームウェアファイルを確認(USB1の場合)ls /usb1/F220_V011701.FRM# usb1に置いたファームウェアをother-sideに展開(moffを付けて確認なしで更新)extract-firmware /usb1/F220_V011701.FRM moff# 更新したother-sideで再起動reset other-side moff# 無事起動してきたら再度other-side(再起動前のpresent-side)にコピーextract-firmware /usb1/F220_V011701.FRM moff# ファームウェアバージョンを確認show version |
| --- | --- |

コンソールログの例

console-firmware-update-log

#show version --------------------- present-side --------------------- F220 Version 01.10(00)[0]00.00.0 [2022/11/01 15:00] ---------------------- other-side ---------------------- F220 Version 01.10(00)[0]00.00.0 [2022/11/01 15:00] #ls /usb1/F220_V011701.FRM #extract-firmware /usb1/F220_V011701.FRM moff Checking firmware. Please wait a moment.... ----------------------- On file ------------------------ F220 Version 01.17(01)[0]00.00.0 [2025/06/27 15:00] --------------------- present-side --------------------- F220 Version 01.10(00)[0]00.00.0 [2022/11/01 15:00] ---------------------- other-side ---------------------- F220 Version 01.10(00)[0]00.00.0 [2022/11/01 15:00] U U - Firmware is going to be installed. (Update) .........done. #show version --------------------- present-side --------------------- F220 Version 01.10(00)[0]00.00.0 [2022/11/01 15:00] ---------------------- other-side ---------------------- F220 Version 01.17(01)[0]00.00.0 [2025/06/27 15:00] #reset other-side moff <中略> #extract-firmware /usb1/F220_V011701.FRM moff Checking firmware. Please wait a moment.... ----------------------- On file ------------------------ F220 Version 01.17(01)[0]00.00.0 [2025/06/27 15:00] --------------------- present-side --------------------- F220 Version 01.17(01)[0]00.00.0 [2025/06/27 15:00] ---------------------- other-side ---------------------- F220 Version 01.10(00)[0]00.00.0 [2022/11/01 15:00] U U - Firmware is going to be installed. (Update) .........done. #umount usb 1 #Jun 27 16:34:24 dishd[3043]: USB module none (USB1) Jun 27 16:34:34 dishd[3043]: USB module none (USB1)

| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 | #show version --------------------- present-side --------------------- F220 Version 01.10(00)[0]00.00.0 [2022/11/01 15:00] ---------------------- other-side ---------------------- F220 Version 01.10(00)[0]00.00.0 [2022/11/01 15:00]#ls /usb1/F220_V011701.FRM#extract-firmware /usb1/F220_V011701.FRM moff Checking firmware. Please wait a moment.... ----------------------- On file ------------------------F220 Version 01.17(01)[0]00.00.0 [2025/06/27 15:00] --------------------- present-side ---------------------F220 Version 01.10(00)[0]00.00.0 [2022/11/01 15:00] ---------------------- other-side ----------------------F220 Version 01.10(00)[0]00.00.0 [2022/11/01 15:00] U U - Firmware is going to be installed. (Update).........done.#show version --------------------- present-side --------------------- F220 Version 01.10(00)[0]00.00.0 [2022/11/01 15:00] ---------------------- other-side ---------------------- F220 Version 01.17(01)[0]00.00.0 [2025/06/27 15:00] #reset other-side moff <中略> #extract-firmware /usb1/F220_V011701.FRM moffChecking firmware. Please wait a moment.... ----------------------- On file ------------------------F220 Version 01.17(01)[0]00.00.0 [2025/06/27 15:00] --------------------- present-side ---------------------F220 Version 01.17(01)[0]00.00.0 [2025/06/27 15:00] ---------------------- other-side ----------------------F220 Version 01.10(00)[0]00.00.0 [2022/11/01 15:00] U U - Firmware is going to be installed. (Update).........done. #umount usb 1 #Jun 27 16:34:24 dishd[3043]: USB module none (USB1)Jun 27 16:34:34 dishd[3043]: USB module none (USB1) |
| --- | --- |

![おきん(blog)](https://secure.gravatar.com/avatar/90fa8845304183a491e9f3bfa0a6a44e46e25882407e4aa652815d725d55bd8c?s=100&r=g)

[おきん(blog)](https://www.okin-jp.net/archives/author/oops-okin)

[https://mi.okin-jp.net/@okin_p](https://mi.okin-jp.net/@okin_p)
(Misskey)  
 [https://fi.okin-jp.net/@okin_p](https://fi.okin-jp.net/@okin_p)
(Firefish)  
 [https://si.okin-jp.net/@okin_p](https://si.okin-jp.net/@okin_p)
(Mastodon)

[https://fedifile.net/@okin_p/profile/](https://fedifile.net/@okin_p/profile/)
  
 [https://twpf.jp/okin_p](https://twpf.jp/okin_p)
  
 [http://profile.hatena.ne.jp/okin_p/](http://profile.hatena.ne.jp/okin_p/)

名前：おきん  
 やってること：面倒なことをPHPにやらせる、IPv6でなにかする、車で移動する  
 主なガジェット：Google Pixel 4a (5G) ,iPhone XS(ジャンク), iPad mini5, その他

種別：IPv6 Single stack 猫

パソコンやガジェットについて書いていく…予定。

[https://twitter.com/okin_p](https://twitter.com/okin_p)
[https://si.okin-jp.net/@okin_p](https://si.okin-jp.net/@okin_p)

### *関連記事*

### コメントを残す[コメントをキャンセル](/archives/7285#respond)

このサイトはスパムを低減するために Akismet を使っています。[コメントデータの処理方法の詳細はこちらをご覧ください](https://akismet.com/privacy/)
。
