myMPX
Advertisement


Go Back MyMPx.org > MyMPx.org Forum > Dead Players

FW 4 iPod Nano 3G clone -ZX-6302L-TLSTK V2.0 ACU7515
Reply
Post New Thread
 
LinkBack Thread Tools
  #31 (permalink)  
Old 26th Mar 2009, 11:30 pm
Senior Member
Valued Member
 
Join Date: Aug 2007
Posts: 1,240
Default 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/
__________________
I am no longer affiliated with Actions Semiconductor Co. Ltd. Do not ask me for firmware.
Reply With Quote
  #32 (permalink)  
Old 27th Mar 2009, 6:40 am
Junior Member
 
Join Date: Feb 2009
Posts: 33
Default

and for ak1025 you know this hardware?
Reply With Quote
  #33 (permalink)  
Old 27th Mar 2009, 11:41 pm
Senior Member
Valued Member
 
Join Date: Aug 2007
Posts: 1,240
Default Re: FW 4 iPod Nano 3G clone

AK1025 = ATJ2091
__________________
I am no longer affiliated with Actions Semiconductor Co. Ltd. Do not ask me for firmware.
Reply With Quote
  #34 (permalink)  
Old 28th Mar 2009, 6:51 am
Junior Member
 
Join Date: Feb 2009
Posts: 33
Default

you know atj2091????
can you help me????
Reply With Quote
  #35 (permalink)  
Old 30th Mar 2009, 6:53 am
New Member
 
Join Date: Oct 2008
Posts: 15
Default Re: FW 4 iPod Nano 3G clone

Quote:
Originally Posted by lolita";p=&quot View Post
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: ops:
Reply With Quote
  #36 (permalink)  
Old 31st Mar 2009, 12:42 am
Senior Member
Valued Member
 
Join Date: Aug 2007
Posts: 1,240
Default 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.
__________________
I am no longer affiliated with Actions Semiconductor Co. Ltd. Do not ask me for firmware.
Reply With Quote
  #37 (permalink)  
Old 31st Mar 2009, 9:16 am
New Member
 
Join Date: Oct 2008
Posts: 15
Default Re: FW 4 iPod Nano 3G clone

Quote:
Originally Posted by lolita";p=&quot View Post
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 View Post
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 View Post
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 View Post
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). :?
Reply With Quote
Sponsored Links
  #38 (permalink)  
Old 1st Apr 2009, 1:12 am
Senior Member
Valued Member
 
Join Date: Aug 2007
Posts: 1,240
Default 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
__________________
I am no longer affiliated with Actions Semiconductor Co. Ltd. Do not ask me for firmware.
Reply With Quote
  #39 (permalink)  
Old 1st Apr 2009, 6:29 am
Junior Member
 
Join Date: Feb 2009
Posts: 33
Default

what is lcm for fgd177slw screen?
Reply With Quote
  #40 (permalink)  
Old 1st Apr 2009, 7:34 pm
Senior Member
Valued Member
 
Join Date: Aug 2007
Posts: 1,240
Default

Quote:
Originally Posted by matteo123";p=&quot View Post
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.
__________________
I am no longer affiliated with Actions Semiconductor Co. Ltd. Do not ask me for firmware.
Reply With Quote
Reply

Tags
acu7515, zx-6302l-tlstk v2.0

Sponsored Links



Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking for IPod Nano clone FW zenitraM Firmware 1 14th Aug 2008 5:26 am
dead iPod nano clone ACU7515 9.1.51 original firmware purletpunk Dead Players 3 18th Apr 2008 8:31 am
Would a 3.7 V mAH Ipod Nano battery work in my nano clone? speedypear Support and How To 8 6th Mar 2007 8:32 pm
iŽd like to have nano ipod clone, pls help rossi00069 Support and How To 1 2nd Jan 2007 1:53 pm
iPod nano clone Prospector Support and How To 4 30th Nov 2006 2:22 pm


All times are GMT -7. The time now is 2:11 pm.


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

Designed by indiqo.media