KAD is right and you seem to have no clue what you are doing (sorry to say and no disrespect intended).
You should get a bit familiar with linux and shell before you start projects like this.
in short what you need to do:
open a shell and cd to the folder where you have your osd.bin (which seems to be your desktop)
- Code: Select all
cd ~/Desktop
mkdir osd
mount -o loop aryez.osd.bin osd
but it get's even more complicated:
Since I don't know where you got that osd.bin from, it can be in two different formats either it's a ext3 filesystem or a cram filesystem.
If you mount a cramfs you will not be able to modify any files in it because it's a read-only filesystem. You'd need to extract it, modify the files you want and re-pack it.
To see what kind of file it is run this command:
- Code: Select all
file ~/Desktop/aryez.osd.bin
WDLXTV Project Maintainer
-:] If you like my contributions feel free to
donate for a beer or a new flash drive. ...and always remember: RTFM! (
README,
FAQ,
WIKI) [:-