From d1d676a281aef3573accb21b8c90bf17c28fed66 Mon Sep 17 00:00:00 2001 From: Paul Philippov Date: Sun, 31 Jul 2022 21:11:22 -0400 Subject: [PATCH] Update help-uboot.md --- en/help-uboot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/help-uboot.md b/en/help-uboot.md index 6c96601..7e08ba1 100644 --- a/en/help-uboot.md +++ b/en/help-uboot.md @@ -68,7 +68,7 @@ Convert the hex dump into a binary firmware file and use it for further research or restoring camera to its pristine state. ``` -xxd -r fulldump.log > fulldump.bin +xxd -r -p fulldump.log fulldump.bin ``` Use [binwalk](https://github.com/ReFirmLabs/binwalk) to unpack the binary file.