i am trying to write a device driver for my gps module. somehow the linux os when loaded to my arm board have /dev directory read only. when i try to do a "vi /dev/gps" it says file is read only.
due to this reason my application program can't open the /dev/gps.
Anybody know what is the problem here. May be i am too vague.
mount
? – Faheem Mitha Apr 04 '11 at 15:37id
,ls -l /dev/gps
, andls -lL /dev/gps
if you can. – penguin359 Apr 06 '11 at 04:09