Rockbox Technical Forums

Third Party => Unsupported Builds => Topic started by: TheQ614 on April 08, 2016, 10:02:21 PM

Title: Firmware support for ruizu x02
Post by: TheQ614 on April 08, 2016, 10:02:21 PM
Dear fellow rockbox forum members,

I just want to make this short and quick. There have been many buyers, and I mean MANY, including me, of the ruizu x02 mp3 player and the ruizu x06. I believe that it deserves a better firmware, as it really lacks a lot of features, and rockbox may be able to fix that. It would be to have even a dev build, even if it was unstable, as long as it was usable.

Thanks,
Kyu
Title: Re: Firmware support for ruizu x02
Post by: Mihail Zenkov on April 09, 2016, 08:26:19 AM
You right, but port to ruizu x02 impossible - we need more ram for this. But probably we will do port for new ruizu if it provide more ram and if we will be have datasheets.
Title: Re: Firmware support for ruizu x02
Post by: cleansugar on March 19, 2024, 03:16:11 PM
Ruizu x02 digital music player review and tear down
https://www.youtube.com/watch?v=uco3KGROhz8 (https://www.youtube.com/watch?v=uco3KGROhz8)

ATJ2127 MCU
https://ko.datasheetbank.com/pdf-view/ATJ2127-ETC (https://ko.datasheetbank.com/pdf-view/ATJ2127-ETC)
ATJ2127 UPGRADE.HEX decryption
https://github.com/nfd/atj2127decrypt (https://github.com/nfd/atj2127decrypt)
https://github.com/Suber/PD196_ATJ2127 (https://github.com/Suber/PD196_ATJ2127)

PFB29-12AL Flash
http://forums.xgecu.com/archiver/?tid-1168.html (http://forums.xgecu.com/archiver/?tid-1168.html)
Quote
XGecu Programmer Forums's Archiver
XGecu Programmer Forums » T56/TL866II Plus新增芯片支持 » Question for chip support
snipey 发表于 2023-8-16 03:42

Question for chip support
Is there any support for the following chip? If not, is it possible for me to add the chip manually some how?
PFB29-12AL
_
1438

It appears to be by spektek; here were the product specs I found.

https://www.spectek.com/pdfs/SPECTEK_4GB_NAND_m40a.PDF

It is a 16GB SD card with two of these chips and a microcontroller (So 2x8GB cards).

Thanks.


FNNM40A
https://13.209.45.252/?q=FNNM40A (https://13.209.45.252/?q=FNNM40A)

A strategy to emulate NOR flash with NAND flash
https://dl.acm.org/doi/10.1145/1807060.1807062 (https://dl.acm.org/doi/10.1145/1807060.1807062)
This paper quotes "Spectek. 2007. FNNM40A 16Gb NAND Flash memory data sheet."
Title: Re: Firmware support for ruizu x02
Post by: cleansugar on March 20, 2024, 03:37:28 PM
Ruizu X02 Partial Disassembly and Notes
https://www.audiosciencereview.com/forum/index.php?threads/ruizu-x02-partial-disassembly-and-notes.7697/ (https://www.audiosciencereview.com/forum/index.php?threads/ruizu-x02-partial-disassembly-and-notes.7697/)

ATJ2127 SoC looks like that RAM is integrated into MCU.

This US212A manual 298 page memory map in github https://github.com/Suber/PD196_ATJ2127/tree/maint/Doc (https://github.com/Suber/PD196_ATJ2127/tree/maint/Doc) page shows.

And the manual says that there is 512KB VRAM(flash memory) room can be allocated for all program.

US212A is Windows version toolkit of UCOS II OS for ATJ212x Soc.

So there is no sufficient room for Rockbox OS.