Skip to content

Commit 62b4cc3

Browse files
Update internal/updater/flasher.go
Co-authored-by: Alby <[email protected]>
1 parent 3bb3277 commit 62b4cc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/updater/flasher.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ func FlashBoard(ctx context.Context, downloadedImagePath string, version string,
177177
return nil
178178
}
179179

180+
// Checks the board GPT table and counts the number of partitions, this tells if the board supports preserving or not user's data.
180181
func checkBoardGPTTable(ctx context.Context, qdlPath, flashDir *paths.Path) error {
181182
dumpBinPath := qdlPath.Parent().Join("dump.bin")
182183
readXMLPath := qdlPath.Parent().Join("read.xml")

0 commit comments

Comments
 (0)