NAND Flashのリストア

pdaxromからQt環境に戻すには先日バックアップしたSYSTC760.DBKをFAT16フォーマットにしたCFもしくはSDカードに入れてService Menuからリストアするらしい。VFATでフォーマットされたCFに入れたら認識されなかった。LinuxからFAT16のフォーマットは出来るのか?
調べてみると案外簡単に出来た。dosfstoolsというパッケージにmkfs.msdosというのがあった。
fdisk /dev/sddでFAT16にして、mkfs.msdos /dev/sdd1でFAT16フォーマット完了。
リストアも問題なく出来た。10分位で元の環境に戻った。入れたパッケージや設定も全てそのまま残っていた。
To change from pdaxrom to the Qt environment. I need to restore NAND Flash memory by using the backup file created last day. I tried to restore by using VFAT formatted CF. But it wasn't recognized.
I need to format CF by FAT16. Can it be done with Linux? I searched and found. There is a package named dosfstools. I made a partition by "fdisk /dev/sdd" and formatted to FAT16 by "mkfs.msdos /dev/sdd1". And I could restore Qt environment. There was no problem. I could restore about 10 mins. And all the setting and packages were sustained.