Skip to content

sylvainpelissier/cfetool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This tool can dump the flash of a device with CFE bootloader into a file.
It's compatible with all CFE bootloaders with "dm" command.

Example: ./cfetool.py --read=test.bin --addr=0xB8000000 --size=0x20000 --block=0x10000
--addr: Memory Address
--size: Memory Size
--block: Buffer size (Default: 10240 -> 10Kb)

Example: ./zyx1tool.py --read=test.bin --addr=0xB8000000 --size=0x20000 --block=0x10000
--addr: Memory Address
--size: Memory Size
--block: Buffer size (Default: 10240 -> 10Kb)

Example: ./zyx2tool.py --read=test.bin --addr=0xB8000000 --size=0x20000 --block=0x10000
--addr: Memory Address
--size: Memory Size
--block: Buffer size (Default: 10240 -> 10Kb)

Homepage: https://github.com/Noltari/cfetool
Based on brntool (@rvalles): Homepage: https://github.com/rvalles/brntool

About

CFE backup tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%