Update help-uboot.md

pull/45/head
Paul Philippov 2022-07-31 21:11:22 -04:00 committed by GitHub
parent 630202ddba
commit d1d676a281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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. 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. Use [binwalk](https://github.com/ReFirmLabs/binwalk) to unpack the binary file.