From b7de524907d00eb9b25180d2a0e220491003f21c Mon Sep 17 00:00:00 2001 From: Paul Philippov <themactep@gmail.com> Date: Fri, 15 Jul 2022 06:12:40 -0400 Subject: [PATCH] Formatting --- en/help-uboot.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/en/help-uboot.md b/en/help-uboot.md index 8736383..6c96601 100644 --- a/en/help-uboot.md +++ b/en/help-uboot.md @@ -73,7 +73,7 @@ xxd -r fulldump.log > fulldump.bin Use [binwalk](https://github.com/ReFirmLabs/binwalk) to unpack the binary file. -#### Saving firmware via SD card. +### Saving firmware via SD card. Sometimes your camera only has a wireless connection, which does not work directly from the bootloader. Very often such cameras have a microSD card slot. @@ -163,8 +163,10 @@ If your camera supports SD card and you have `fatload` command in bootloader, th you can read firmware binary files from an SD card. First, prepage the card: format it into FAT filesystem and place bootloader, kernel, -and rootsf binary files there. Insert the card in camera and boot into bootloader -console. Check that you have access to the card. +and rootsf binary files there. Insert the card into camera and boot into bootloader +console. + +Check that you have access to the card. ``` mmc rescan ```