This uses a new ROM format.
cat /proc/mtd
dev: size erasesize name
mtd0: 00400000 00400000 "logo"
mtd1: 00800000 00400000 "boot"
mtd2: 20000000 00400000 "system"
mtd3: 1f400000 00400000 "cache"
mtd4: 12c00000 00400000 "backup"
mtd5: 60000000 00400000 "userdata"
mtd6: 4ac00000 00400000 "NFTL_Part"
mtd7: 00008000 00001000 "ubootenv"
Just some info for you and some scary stuff!
What is interesting here is where the hell is recovery? Is it hidden?
The edify update script for the stock ROM does show:
write_raw_image(package_extract_file("recovery.img "), "recovery");
But how can it do this if it is not listed in MTD?
Boot.img is not of Android format but I did figure it out and get it unpacked.
/system and /data are in UBIFS format not EXT4.
Because of all this I am very afraid to ever replace boot loader or recovery. If I did and the SDcard recovery method doesn't work, this box will be dead!
I am sure since it is a AML8726-MX that the box "might" be able to completely flash to the old format but it's just too scary to try... Then could you ever go back?
CWM I think would be out of the question too due to the format differences though if I ever get brave, I might see if I can make a CWM that works. Again though screwing with recovery.img without a know SDcard recovery is just too scary

Much more to learn about this new ROM format even though I have now made a custom ROM for this box

Bob
Comment