|
Problem converting bootloader codes
|
Postings by administrators only.
Refresh page
| Posted by |
Anish
(3 posts) bio
|
| Date |
Thu 16 Aug 2012 03:47 PM (UTC) [ quote
] |
| Message |
Hi all
I am trying to implement the Arduino bootloader Programmer given in this link
http://www.gammon.com.au/forum/?id=11635
I am using Arduino uno to burn bootloader into Arduino Mega 2560.
But I have problems with my MUSHclient . I am gettin this error :
string "Immediate"]:83: bad argument #6 to 'ColourNote' (string expected, got no value)
stack traceback:
[C]: in function 'ColourNote'
[string "Immediate"]:83: in main chunk
What do I do to resolve this so I can convert my hex files .
Anish | top |
|
| Posted by |
Nick Gammon
Australia (18,770 posts) bio
Forum Administrator |
| Date |
Reply #1 on Fri 17 Aug 2012 12:43 AM (UTC) [ quote
] |
| Message |
Change this line:
ColourNote ("red", "", "Discarded line:", line)
to:
ColourNote ("red", "", "Discarded line: " .. line)
I'll amend the other thread. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | top |
|
| Posted by |
Anish
(3 posts) bio
|
| Date |
Reply #2 on Fri 17 Aug 2012 09:05 AM (UTC) [ quote
] Amended on Fri 17 Aug 2012 12:32 PM (UTC) by Anish
|
| Message |
Hi Nick ,
oh Thanks .
But I guess I am implementing it wrong .
Im not sure by what program i am supposed to upload to the uno .
I see a lot of .h files ,one .ino file and one .c file in the http://gammon.com.au/Arduino/Atmega_Board_Programmer.zip
folder.
How and what file do I upload to the arduino uno.
Is there a .pde file missing in the above mentioned folder ? | top |
|
| Posted by |
Nick Gammon
Australia (18,770 posts) bio
Forum Administrator |
| Date |
Reply #3 on Sun 19 Aug 2012 10:42 PM (UTC) [ quote
] |
| Message |
| Version 1.0+ of the IDE opens .ino files rather than .pde files. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | top |
|
| Posted by |
Anish
(3 posts) bio
|
| Date |
Reply #4 on Mon 20 Aug 2012 01:38 PM (UTC) [ quote
] |
| Message |
Hi
I got it running .
Thanks for the help
Cheers
Anish | top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
728 views.
Postings by administrators only.
Refresh page
top
Comments to:
Gammon Software support
Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )