-
Notifications
You must be signed in to change notification settings - Fork 18
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
CFE Bootloader without dn command but.. with dump command. #1
Comments
Not sure, can you paste an example of the output returned by your command? |
Hi, thanks for the quick respond. The only thing I was able to dump was a part of the previously decompressed linux kernel to ram.
|
This is another dump that contains device data and available commands |
Nop, dm is not available, i'm using dump command (address, length) sorry i think this is not the place for posting this kind off stuff. |
Ok, I see, your board isn't using CFE but bldr instead. Then the rt63365tool.py should work However I don't see any command available for dumping the NAND flash in your bootloader. You may only be able to dump the RAM content. I already made a dump on one of this Econet based SoC routers. But the readflash comand was available in this case. See: |
Thanks. again sorry, I'm a noob, I learned something using your post on flashing TP-link firmware to a Huawei HG532s and it worked like a charm. Like I told you, I'm a noob, i realy appreciate your help. The only thing i want to do is recover SIP account configurations and if i can ssh credentials. |
This is the last time a bother you, I promise you. I found asp_flash read command that returns this bldr> asp_flash read 0x000000040000
|
The output of asp_flash read is probably more similar to the script used by the realtek rtl8186 bootloader: I think a new script with minor modifications should be created for it. |
Thanks! I'll give it i try, my coding skills are awful but will try! |
Hi, I'm trying to dump a Askey RTF8115VW firmware (Movistar Argentina HGU). The CFE has not dn command but it has a DUMP command that returns data in the same way that dn does. Can code of cfenand.py be modified to use this DUMP command?
sorry for my inglish, I don't like translate and paste from google.
The text was updated successfully, but these errors were encountered: