Skip to content

Commit

Permalink
Update FlashDevice.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gus33000 committed Nov 17, 2024
1 parent 97f1e61 commit da4d63f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UFPTool/FlashDevice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -196,22 +196,22 @@ static void PrintFlashDeviceHelp()
{
Console.WriteLine("Flash a FFU to a device via USB or network");
Console.WriteLine();
Console.WriteLine(" ImageUtility.exe FlashDevice [-Property] <[Value]> <[-Property] <[Value]>...>");
Console.WriteLine(" UFPTool.exe FlashDevice [-Property] <[Value]> <[-Property] <[Value]>...>");
Console.WriteLine();
Console.WriteLine("Supported properties and their possible values:");
Console.WriteLine();
Console.WriteLine(" Path - Path to the FFU");
Console.WriteLine(" DevicePath - [Optional] Device path");
Console.WriteLine(" Reboot - [Optional] Reboot the device after it is flashed successfully");
Console.WriteLine(" VerifyWrite - [Optional] Verify FFU is written successfully");
Console.WriteLine(" ForceSynchronousWrite - [Optional] Force sychronous write to storage");
Console.WriteLine(" ForceSynchronousWrite - [Optional] Force synchronous write to storage");
Console.WriteLine(" SkipPlatformIDCheck - [Optional] Skip platform ID check between device and FFU file");
Console.WriteLine(" SkipSignatureCheck - [Optional] Skip signature check between device and FFU file");
Console.WriteLine(" SkipHash - [Optional] Skip hash check of FFU file chunks");
Console.WriteLine();
Console.WriteLine("Examples:");
Console.WriteLine();
Console.WriteLine(" ImageUtility.exe FlashDevice -Path d:\\flash.ffu");
Console.WriteLine(" UFPTool.exe FlashDevice -Path d:\\flash.ffu");
}
}
}

0 comments on commit da4d63f

Please sign in to comment.