Page 1 of 1
mp3 player
Posted: Thu Nov 20, 2008 4:22 pm
by Woellchen
hi guys
my old mp3 player has been damaged, means i cant hear anything but the player itself is still working great
my idea was to code a little os for it but there are some problems as follow:
-how can i write to the flash? (i mean there are 20mb which i cant use and if i try to formatt, the player os is still starting)
-are there any datasheets? because i dont know which ports are given or not and so on
my mp3 player is a hypersound xd 512mb from yakumo but i cant find any informations about that
hope u can help me
Re: mp3 player
Posted: Thu Nov 20, 2008 4:26 pm
by JamesM
Wrong forum. This is OS Design and Theory. Post reported.
Re: mp3 player
Posted: Thu Nov 20, 2008 5:05 pm
by Combuster
Moved to where it belongs.
Re: mp3 player
Posted: Thu Nov 20, 2008 5:12 pm
by Troy Martin
Check this out:
http://www.rockbox.org
It's an open source OS (well actually, firmware) for MP3 players. Looks real nifty!
Re: mp3 player
Posted: Fri Nov 21, 2008 11:49 am
by Woellchen
thank you for the link, but the software given is not compatible with my mp3
i have searched a bit and i found which processor is built on it: 75 mips dsp
do u know anything about it?
Re: mp3 player
Posted: Fri Nov 21, 2008 1:57 pm
by Brynet-Inc
Woellchen wrote:thank you for the link, but the software given is not compatible with my mp3
i have searched a bit and i found which processor is built on it: 75 mips dsp
do u know anything about it?
While I understand your curiosity about the device, the information you've given us is extremely vague..
MIPS can sometimes refer to the architecture, or as a form of measurement..
Read
DSP..
In this case, it could indicate that it's a 75 MHz MIPS device... but most likely it's a device capable of executing 75(Million instructions per second), the exact architecture being unknown.
I'm not sure what the commonly used architecture for MP3 players is, but I would assume it's something relativity slow.. most of the audio decoding would be done by an additional chip not the devices processor, which is most likely just used for the control software.
I'm also interested in this stuff, but I haven't really looked into it much.. my only advice is to disassemble it.. write down what's written on the individual IC chips and use Google to find datasheets.
I hope you find what you're looking for... don't be discouraged, consider posting pictures of challenging looking components.. past threads have indicated interest in searching for them.
Re: mp3 player
Posted: Fri Nov 21, 2008 2:21 pm
by 01000101
This is an OS development forum, and I think breaking away from the 'standard' x86 architectures or even from just non-embedded devices would be great. I've always been interested in programming for common electronics (mp3 players, dvd players, switches/routers, phones, etc...). I'll definitely try to aid in this project if it starts developing, although I may not be much help.