diff --git a/services/flashd/daemon/flashd_main.cpp b/services/flashd/daemon/flashd_main.cpp index e8091bc37bf539c464b38831b49505526a61b9e4..29dbddff8e9bb30591ed08a8957b14e2bbccbe9c 100644 --- a/services/flashd/daemon/flashd_main.cpp +++ b/services/flashd/daemon/flashd_main.cpp @@ -58,6 +58,7 @@ int FlashdMain(int argc, char **argv) Base::PrintMessage("Both TCP and USB are disable, default enable usb"); enableUsb = true; } + Utils::SetParameter("updater.flashd.configfs", "1"); HdcDaemon daemon(false); daemon.InitMod(enableTcp, enableUsb); #ifndef UPDATER_UT