MotionComPreserveBootDataAsync Method
Checks if the burn file is a boot file. If so, when the boot version is between 20122 and 30205, then we preserve the hw version, sn, pn, data code, lot, tech code and factory code in the address 3F 00 00 40.
Assumes that the burn file is a boot file. Also, this method assumes that there are no additional messages running in the background.
Namespace: Redler.Motion.Communication.MotionComAssembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
public Task PreserveBootDataAsync(
MotionPacketHelperBurnFile burnFile,
uint? bootVersion = null,
bool overwrite = false
)
- burnFile MotionPacketHelperBurnFile
- The boot burn file
- bootVersion NullableUInt32 (Optional)
- Optional boot version. When null, the host will ask for the BL version through communication (65[0])
- overwrite Boolean (Optional)
- When set to true, the data copying will take place regardless of the current BL version
Task[Missing <returns> documentation for "M:Redler.Motion.Communication.MotionCom.MotionCom.PreserveBootDataAsync(Redler.Motion.Communication.MotionPackets.MotionPacketHelper.BurnFile,System.Nullable{System.UInt32},System.Boolean)"]