MyMPx.org

MyMPx.org (http://mympx.org/forum/)
-   Dead Players (http://mympx.org/forum/dead-players/)
-   -   FW 4 iPod Nano 3G clone -ZX-6302L-TLSTK V2.0 ACU7515 (http://mympx.org/forum/dead-players/43377-fw-4-ipod-nano-3g-clone-zx-6302l-tlstk-v2-0-acu7515.html)

lolita 26th Mar 2009 11:30 pm

Re: FW 4 iPod Nano 3G clone
 
Sorry, I am not familiar with ACU75xx hardware. Possibly some other ports need to be set to enable CE function.

You can try downloading the ACU75xx firmware on s1fw.com, disassemble a BREC from one, then look at address 3000 for the code which displays hourglass. It will set the ports to select appropriate CE for the display.

More information at http://wiki.s1mp3.org/

matteo123 27th Mar 2009 6:40 am

and for ak1025 you know this hardware?

lolita 27th Mar 2009 11:41 pm

Re: FW 4 iPod Nano 3G clone
 
AK1025 = ATJ2091

matteo123 28th Mar 2009 6:51 am

you know atj2091????
can you help me????

systembug 30th Mar 2009 6:53 am

Re: FW 4 iPod Nano 3G clone
 
Quote:

Originally Posted by lolita";p=&quot (Post 59235)
You can try downloading the ACU75xx firmware on s1fw.com, disassemble a BREC from one, then look at address 3000 for the code which displays hourglass. It will set the ports to select appropriate CE for the display.

I have tried almost all ACU7515 firmwares on s1fw.com, and I've found that this firmware work with my player! :shock: 8)
Just a little issue: this is a firmware for a 220x176 px display, while my display has a 160x128 px resolution! :evil: :(

Flashing the player with this firmware shows the hourglass in the upper-right portion of the display, then some "fluctuating pixel dust" because the CPU tries to display an higher resolution, and the display can't... but it works! :wink:

After the flash I have dumped the firmware from the player, and this is the s1fwx's result:
Code:

connect to device 'E:\'...
init device...
set device to f-mode...
get info from device...
  ic version = 0x000E
  storage info = 0x0602, 0x0000, 0x0000, 0x0000
  device = 'S1 Mp3 Player'
  manufacturer = 'Wilson Co. Ltd.'
  bootflash type = 'F285'
  brom version = 3.0.80
  firmware version = 9.1.51
read boot record...
detect firmware size...
error: Impossibile leggere dalla periferica specificata.

warning: unknown firmware file
read flash...
error: Impossibile leggere dalla periferica specificata.

write to file 'dump.bin'...

---[ info ]--------------------------------------------------------------------
filename = 'dump.bin'
filetype = afi
md5 = FBC047305657F8641F544EC422D3C265

---[ info:afi ]----------------------------------------------------------------
file id = 'AFI '
vendor id = 0x6977
product id = 0x6552
version = 9.1.51
date = 00/00/0000

+---filename---+ +---size---+ +-type-+ +---+ +--chksum--+
| BRECF285.BIN | | 16kb    | | F285 | | B | | 9CE905E1 |
| FWIMAGE.FW  | | 6mb      | |      | | I | | 383F104C |
| SYSINFO.BIN  | | 192bytes | |      | |  | | 8049869F |
+--------------+ +----------+ +------+ +---+ +----------+

---[ info ]--------------------------------------------------------------------
filename = 'dump.bin.FWIMAGE.FW'
filetype = unknown
md5 = DA6A0D097E307AC52ED9B4AD551801FC

disconnect from device...
success.

I have read the BRECF285.BIN file, but I'm not an expert like you and I don't have understood which are the CEx commands...

Meanwhile, with the help of s1fwx, i have (unsuccessfully) tried to build a new firmware using the *.BIN files from this firmware and the FWIMAGE.FW file from your firmware, but the player loop on hourglass (translated: the firmware does not work...)

Lolita, can you take a look to it for me? :roll: :oops:

lolita 31st Mar 2009 12:42 am

Re: FW 4 iPod Nano 3G clone
 
The BREC code in the working firmware you provided selects CE5 by the usual means. However, your mention of CE1 fluctuating when accessing the flash suggests that the appropriate CE is enabled *only* during read/write operation.

Select CE5 ("o 2 28" in s1giveio), then try reading anything from memory address 8000 or above (e.g. "r 8000") while monitoring CE5. It should pulse low and then go high very very quickly, once the read is complete.

However, getting an hourglass means the controller code in the BREC is compatible with your player, but the one in the firmware you provided is for a "big PCF8833-compatible" type LCM controller; as you may remember, the original GXBL177-xxxx firmware you found is for a different controller, the rarer HD66xxx. Maybe that one was mislabeled or GXBL177 is actually the backlight's part number, and GA177 is the actual display's part#. This confirms that your player has the "big PCF8833-compatible" type controller, probably LDS285,ST7669, or ST7732/35/73. Firmware for those are much easier to find.

Is the only issue with that firmware the incorrect screen size? I.e. controls, playing music, etc. works?

s1fwx cannot work with v9 devices. Use s1res v4.0 instead.

systembug 31st Mar 2009 9:16 am

Re: FW 4 iPod Nano 3G clone
 
Quote:

Originally Posted by lolita";p=&quot (Post 59320)
The BREC code in the working firmware you provided selects CE5 by the usual means. However, your mention of CE1 fluctuating when accessing the flash suggests that the appropriate CE is enabled *only* during read/write operation.

Select CE5 ("o 2 28" in s1giveio), then try reading anything from memory address 8000 or above (e.g. "r 8000") while monitoring CE5. It should pulse low and then go high very very quickly, once the read is complete.

I've tried, but the pulse is too much quick to be seen with a digital multimeter, even reading more data ("r 8000 200")...
I will try with an oscilloscope... if I find it :)
However, I've traced the CE line during the player's boot, and during the "pixel dust" it is fluctuating, so it seems that the CE5 line works correctly.
Quote:

Originally Posted by lolita";p=&quot (Post 59320)
However, getting an hourglass means the controller code in the BREC is compatible with your player, but the one in the firmware you provided is for a "big PCF8833-compatible" type LCM controller; as you may remember, the original GXBL177-xxxx firmware you found is for a different controller, the rarer HD66xxx. Maybe that one was mislabeled or GXBL177 is actually the backlight's part number, and GA177 is the actual display's part#. This confirms that your player has the "big PCF8833-compatible" type controller, probably LDS285,ST7669, or ST7732/35/73. Firmware for those are much easier to find.

I've searched in s1fw.com for ST7732 firmware, but the only that I can download (it seems that Italians providers have some problems with asian fonts in URLs...) does not work because is a 3.xx.xx version...
Quote:

Originally Posted by lolita";p=&quot (Post 59320)
Is the only issue with that firmware the incorrect screen size? I.e. controls, playing music, etc. works?

I've found that:

- Internal flash memory works
- Additional MicroSD flash memory works (no SDHC support)
- Keys works
- MP3 playing works (the display shows - distorted - folder, track name and volume icon)

I don't have tested the FM radio (but this is a minor problem). :roll:
Quote:

Originally Posted by lolita";p=&quot (Post 59320)
s1fwx cannot work with v9 devices. Use s1res v4.0 instead.

I don't understand how merge two firmwares with this software, it seems to be used only for resource edit... and its use with the "half working" firmware for a simple edit (changing the default language) has damaged it (hourglass loop). :?

lolita 1st Apr 2009 1:12 am

Re: FW 4 iPod Nano 3G clone
 
http://www.s1fw.com/Actions-ACU75XX/...Y-1-8A-V1.html

This firmware is also for an LCM with the same controller type on CE5, and is also 128x160. The only problem is the connectivity is wrong -- the backlight is on E4 (you have it on A2), reset is A0 (same as yours), command/data A1 (yours is on B2). If you cannot find a 128x160 firmware with same LCM and connectivity, then we can edit the drivers in this one and change the connectivity so it matches your player, and probably will have to transplant your keyboard driver into here, since this one has a different keyboard connectivity as well.

The following LCM will have a compatible controller, try the firmware for these:

CGS172STBY-1V1
TGG000177NP02-02
TGG000177NP02-03
TGG000177NS02-03
TGG000177YP02-01
TGS177SH00
TGS177SH-ST
TGS177STWT-3V1
TGS177STWT-4V1
TGS177STWT-5V2
XY-1.8A
GA177

matteo123 1st Apr 2009 6:29 am

what is lcm for fgd177slw screen?

lolita 1st Apr 2009 7:34 pm

Quote:

Originally Posted by matteo123";p=&quot (Post 59358)
what is lcm for fgd177slw screen?

If you mean the controller, FGD177SLW has a Samsung S6B* or compatible, 132x162. The LCM itself appears to be equivalent to CM60002.

However it seems to be very rare, as the only firmware I could find with this LCM, and the one from which I got the controller type, is this:

http://bbs.mydigit.cn/read.php?tid=89348

The firmware itself only uses 128x160 though.


All times are GMT -7. The time now is 3:56 am.

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2015, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 RC 2