Hello all,
I have this unused Pico USB MP3 player and I want to hack it's firmware (mainly as a learning experience).
I'm thinking of doing this in Assembly as it's the most low-level, is this a good idea?
Also, how would I go about customising the firmware in Assembly in the first place?
Thanks in advance.
2 replies to this topic
#1
Posted 04 February 2012 - 05:19 AM
|
|
|
#2
Posted 04 February 2012 - 01:07 PM
Find out what microcontroller or microprocessor it has. How you program it largely depends on that.
Latinamne loqueris?
#3
Posted 06 February 2012 - 01:56 AM
I really hope you're not attached to that thing, because there's a fair chance of you bricking it if you don't know exactly how it's designed. As mebob said, you'll have to disassemble it, figure out how it works, code up something fun in that microprocessor's language, and then blast it onto the MP3 player.
However, things like this are most likely stored in ROM, in which case you're out of luck because it can't be modified. If it's EEPROM you're going to have to get an appropriate programming device thingamajig to let you overwrite the original firmware. If you're going to do that I strongly recommend you make a backup copy of the original first.
However, things like this are most likely stored in ROM, in which case you're out of luck because it can't be modified. If it's EEPROM you're going to have to get an appropriate programming device thingamajig to let you overwrite the original firmware. If you're going to do that I strongly recommend you make a backup copy of the original first.
sudo rm -rf /
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









