This is a discussion on Rockbox Project (M6) within the Rockbox forums, part of the Community Development category; I ask everyone who speeks english to write in this thread
Here is the wiki page MeizuM6Port < Main < ...
Oh I though this was something new, but I already had that "decrypted" code. It still is unreadable, we need to open it in some kind of program. I know what assembler looks like and have done some easy things with it. Fullstop.
About SDRAM_image.bin:
This file has been packed as a ROM filesystem, which is typical for emedded systems. Unfortunately it's not a Linux ROM-FS and the M6 kernel is not Linux. That means we should try the μC/OS-II tools (mentioned on MeizuM6Port < Main < TWiki) to unpack it.
good news! a rockbox developer had just ordered meizu m6 miniplayer)))) so he can help us to! i asked samsung support and they will send me the data sheet via email)))
Da_Flex we where not wright. i talked to the rockbox developer who ordered meizu m6 and he said that that file is not a ROM filesystem. we need just to disassembele it(it can be done by a tool IDA PRO) . he did that and said that he will give me a link for this file.and than we need just to read that code and we need to identefy all the parts in the assebly code where the hardware is accessed and than we can try to figure out how all the separate parts work