Skip to content

GlovePuppet/AML-S912-ROM-Dumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

AML-S912-ROM-Dumper

Replace the file:

arch/arm/cpu/armv8/gxb/firmware/bl21/bl21_main.c

With this one, build FW & UBoot as normal, during boot the S912 ROM will be spewed out of the serial port (all 256KB of it)

Capture the spew into a file called rom.txt (trim of the AMLogic startup noise) and convert to a binary suitable for reversing:

cat rom.txt | xxd -r -p > rom.bin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages