Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read flash without UART or Programmer #50

Open
Gilgadash opened this issue Nov 6, 2023 · 1 comment
Open

Read flash without UART or Programmer #50

Gilgadash opened this issue Nov 6, 2023 · 1 comment

Comments

@Gilgadash
Copy link

Hi
wanted to ask if you could help me read my flash?
Your guide didnt work for the 1080p variant which I currently have.
Mine is the LSC Doorbell (Or just 8S) with firmware version 4.0.7
I got it rooted but I need help extracting the binary.
I wanted to avoid disassembling another one because I already broke one in my first try with a programmer.

@guino
Copy link
Owner

guino commented Nov 14, 2023

If it's rooted, then you just need to open telnet and execute this command to get a copy of the firmware (it will take several seconds to complete):
cat /dev/mtd0 /dev/mtd1 /dev/mtd2 /dev/mtd3 /dev/mtd4 /dev/mtd5 /dev/mtd6 > /mnt/mmc01/f.bin
The f.bin file should be in the root of the SD card after that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants