Greetings,
this is my first post
i just received my RA plus controller with the addons and is confusing
after reading the manual finally asscembled the basic stuff and tried uploading the codes but somehow i am not able to upload it and the following error comes again and again
The following features were automatically added:
Watchdog Timer
Version Menu
The following features were detected:
Simple Menu
Binary sketch size: 19,040 bytes (of a 258,048 byte maximum)
dyld: Library not loaded: /usr/lib/libedit.3.dylib
Referenced from: /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avrdude
Reason: image not found
thanks in advance for the help
waiting for the reply
Error : not able to upload code
Re: Error : not able to upload code
a bit info on my system i am using Mac OS X version 10.6.8 hope this helps
Re: Error : not able to upload code
Do a search for 10.6.8 theres a manual fix for that library...but i had thought roberto fixed it...either way should be an easy fix.
Re: Error : not able to upload code
i am not at all coding person
so 10.6.8 what you said didnt made me understood what is this
can you please elaborate with details
sorry this might be funny i dont know the abc of coding but thanks for the help
so 10.6.8 what you said didnt made me understood what is this
can you please elaborate with details
sorry this might be funny i dont know the abc of coding but thanks for the help
Re: Error : not able to upload code
That has nothing to do with libraries....
It's a specific to MacOSX 10.6.8
Later versions of MacOSX don't have this problem...
http://forum.reefangel.com/viewtopic.php?p=11125#p11125
It's pretty simple to fix though...
Open your terminal and use the following commands:
It's a specific to MacOSX 10.6.8
Later versions of MacOSX don't have this problem...
http://forum.reefangel.com/viewtopic.php?p=11125#p11125
It's pretty simple to fix though...
Open your terminal and use the following commands:
Code: Select all
cd /usr/lib
sudo ln -s libedit.2.dylib libedit.3.dylib
Roberto.
Re: Error : not able to upload code
got it
but it says i need password now what password to give ?? my laptop doesnt have any sort of password
but it says i need password now what password to give ?? my laptop doesnt have any sort of password
Re: Error : not able to upload code
Whatever password your Mac is setup.
If you don't have one, don't know it or want to change it, google "sudo password mac"
If you don't have one, don't know it or want to change it, google "sudo password mac"
Roberto.
Re: Error : not able to upload code
Its your account password...if you dont know go to the settings app and go to users/accounts and change your password
Re: Error : not able to upload code
thank you very much its done
it says done uploading and rebooting the reefangel controller
how long does it usually takes ??
it says done uploading and rebooting the reefangel controller
how long does it usually takes ??