SimpleIDE on MAC only with sudo
Moerbius
Posts: 5
Hello,
I've installed SimpleIDE on MAC but when i try to upload to the ic it says "error: no propeller chip on port /dev/cu.usbserial-AD025LVN"
However, when i run it as sudo everything works.
Any idea how to fix permissions?
I've installed SimpleIDE on MAC but when i try to upload to the ic it says "error: no propeller chip on port /dev/cu.usbserial-AD025LVN"
However, when i run it as sudo everything works.
Any idea how to fix permissions?
Comments
I am only providing the link to the Linux solution as I am not a Max user. I am hoping someone else will offer specifics if that isn't enough.
In Linux, one just adds themselves to the group called 'dialout'.
You would have to verifiy what Apple called the Group that the serial device is attached to.
And then do something like this..
'sudo adduser $USER dialout'
http://forums.parallax.com/showthread.php/150277-Simple-IDE-Linux-Question
$ ls -l /dev/cu.usbserial-AD025LVN
crw-rw-rw- 1 root wheel 17, 1 Aug 9 17:06 /dev/cu.usbserial-AD025LVN
So the group is wheel wight?
Then:
$ sudo dseditgroup -o edit -a Moerbius -t user wheel
but still doesn't work.
I don't have a dialout group. i tried with tty, wheel and dialer
Any ideas?
In any case, for that particular 'wheel' assignment to work, you need to log out completely and then log in again (restart the computer if you really want to be sure). That is because the change does not take effect until the 'login' program has executed.
-Tor
Well, you should not need any of these permission or group changes to get SimpleIDE working and loading your prop...
What version of SimpleIDE have you installed? Was it acquired from: learn.parallax.com?
What version of Mac OS X are you running?
How are your SimpleIDE preferences set?
The loader delay setting? (see below):
This may asset in debugging your issue.
Thanks,
dgately
Mavericks 10.9.4
loader delay is 0
There is a new version available through http://learn.parallax.com/propellerc . The revisions on the start page were not updated correctly until recently (they should have been removed really IMHO).
the odd thing is that i use avrs for ages and i can program them without sudo...