From 36380976d70d1b641926a4941b1c5982cbb1d6b1 Mon Sep 17 00:00:00 2001 From: Paul Philippov Date: Thu, 2 Mar 2023 14:43:23 -0500 Subject: [PATCH] Update help-uboot.md --- en/help-uboot.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/en/help-uboot.md b/en/help-uboot.md index db89f90..6accd7f 100644 --- a/en/help-uboot.md +++ b/en/help-uboot.md @@ -285,21 +285,6 @@ by the embossed or drawn dot next to it. ![](../images/flash-pins.webp) ![](../images/flash-pins-2.webp) -### How to reset camera settings from U-Boot - -Sometimes improper settings make the camera unstable to the point where it is -impossible to log in or not enough time before rebooting to fix the settings. -Here's how to completely erase the overlay partition in the OpenIPC firmware, -right from the bootloader shell, to bring the camera back to its pristine state: - -__only for 8MB flash partitioning__ -``` -sf probe 0; sf erase 0x750000 0xb0000; reset -``` -__only for 16MB flash partitioning__ -``` -sf probe 0; sf erase 0xd50000 0x2b0000; reset -``` #### Downgrading stock firmware. Today, we see more and more cameras where access to bootloader console is