mp3 player

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
Woellchen
Posts: 19
Joined: Sat Apr 26, 2008 1:19 pm

mp3 player

Post 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
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Re: mp3 player

Post by JamesM »

Wrong forum. This is OS Design and Theory. Post reported.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: mp3 player

Post by Combuster »

Moved to where it belongs.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
Troy Martin
Member
Member
Posts: 1686
Joined: Fri Apr 18, 2008 4:40 pm
Location: Langley, Vancouver, BC, Canada
Contact:

Re: mp3 player

Post 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!
Image
Image
Solar wrote:It keeps stunning me how friendly we - as a community - are towards people who start programming "their first OS" who don't even have a solid understanding of pointers, their compiler, or how a OS is structured.
I wish I could add more tex
User avatar
Woellchen
Posts: 19
Joined: Sat Apr 26, 2008 1:19 pm

Re: mp3 player

Post 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?
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Re: mp3 player

Post 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. ;)
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Re: mp3 player

Post 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.
Post Reply