Global Moderator
Dallas
Online
Shannon Member
Karma: 119
Posts: 10168
|
 |
« Reply #255 on: November 16, 2012, 02:26:20 am » |
C:\Arduino\arduino-1.5.1r2/hardware/tools/avr/bin/avrdude -CC:\Arduino\arduino-1.5.1r2/hardware/tools/avr/etc/avrdude.conf -q -q -pattiny13 -cstk500v1 -PCOM6 -b9600 -e -Ulock:w:0x3F:m -Uefuse:w:{bootloader.extended_fuses}:m -Uhfuse:w:0xFF:m -Ulfuse:w:0x2A:m
"efuse" memory type not defined for part "ATtiny13" Argh!!! I've been playing with version 1.5 for three hours and I already hate it!
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Dallas
Online
Shannon Member
Karma: 119
Posts: 10168
|
 |
« Reply #256 on: November 16, 2012, 02:53:07 am » |
avrdude: can't open input file C:\Arduino\arduino-1.5.1r2/hardware/arduino/avr/bootloaders/empty13Aat1.hex: No such file or directory avrdude: read from file 'C:\Arduino\arduino-1.5.1r2/hardware/arduino/avr/bootloaders/empty13Aat1.hex' failed Oops. Looking in the wrong root for the bootloader. C:\Arduino\arduino-1.5.1r2/hardware/tools/avr/bin/avrdude -CC:\Arduino\arduino-1.5.1r2/hardware/tools/avr/etc/avrdude.conf -q -q -pattiny13 -cstk500v1 -PCOM6 -b9600 -e -Ulock:w:0x3F:m -Uefuse:w:{bootloader.extended_fuses}:m -Uhfuse:w:0xFF:m -Ulfuse:w:0x2A:m "efuse" memory type not defined for part "ATtiny13" Oops. Using the tools.avrdude.erase.pattern from the wrong platform.txt file. I give up. I'll try again when 1.5.2 has been released.
|
|
|
|
|
Logged
|
|
|
|
|
Leeds, UK
Offline
God Member
Karma: 35
Posts: 986
Once the magic blue smoke is released, it won't go back in!
|
 |
« Reply #257 on: November 16, 2012, 03:34:03 am » |
I found a reference to the arduino core in the platforms.txt file which should be 'tiny'. I have change that and attached it.
I'm not having any problems with 1.5.0, though it seems in 1.5.1 they changed how the menu's work so the diving of boards into submenus that I had done doesn't work anymore. Other than that though all is well (maybe its because I have a different core? though there shouldn't be an issue with that from the IDEs point of view).
|
|
|
|
|
Logged
|
~Tom~
|
|
|
|
Global Moderator
Dallas
Online
Shannon Member
Karma: 119
Posts: 10168
|
 |
« Reply #258 on: November 16, 2012, 02:38:42 pm » |
Doesn't help. The tools.avrdude.erase and tools.avrdude.bootloader entries from the IDE platform.txt file are used instead of the ones from the tiny file. Other than that though all is well (maybe its because I have a different core? though there shouldn't be an issue with that from the IDEs point of view). It's not a core issue. It's an IDE issue. 1.5.1 has bugs in how platform.txt is handled. There are also some fundamental problems with the way entries are defined in platform.txt. Thank you for trying to help.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 40
|
 |
« Reply #259 on: March 05, 2013, 07:51:43 am » |
Dropping into this thread out of the blue and starting with Arduino IDE 1.5.2, what would be the easiest way to get the arduino-tiny library going? I've looked at the page on google code, but it looks like it's all for the 1.0.x library layout.
-jcw
|
|
|
|
|
Logged
|
|
|
|
|
Valencia, Spain
Offline
Edison Member
Karma: 65
Posts: 2262
|
 |
« Reply #260 on: March 05, 2013, 08:19:13 am » |
Dropping into this thread out of the blue and starting with Arduino IDE 1.5.2, what would be the easiest way to get the arduino-tiny library going? I've looked at the page on google code, but it looks like it's all for the 1.0.x library layout.
Install 1.0.x...? You can easily have both versions working side-by-side.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 40
|
 |
« Reply #261 on: March 05, 2013, 09:13:08 am » |
Install 1.0.x...? Yes, that had crossed my mind... I was just wondering whether there's a version out in the wild which already has the reorg needed for 1.5.x. Looks like I just got something going, BTW. But tying into an existing codebase would be nice. -jcw
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Dallas
Online
Shannon Member
Karma: 119
Posts: 10168
|
 |
« Reply #262 on: March 05, 2013, 12:14:20 pm » |
I was just wondering whether there's a version out in the wild which already has the reorg needed for 1.5.x. Bear in mind the multi-platform support has not finished gelling.
|
|
|
|
|
Logged
|
|
|
|
|
Anaheim CA.
Offline
Edison Member
Karma: 31
Posts: 2311
Experienced old Whitebeard with a Full head of Hair...
|
 |
« Reply #263 on: March 06, 2013, 09:12:29 am » |
Is it worth the required space to install it in.. (1.5.X) My primary interest's now are the 328, 2560 and I'd sure like to learn to really use the 2313... After I think, a better understanding of the Language.
Bob
|
|
|
|
|
Logged
|
“The solution of every problem is another problem.” -Johann Wolfgang von Goethe
|
|
|
|
Global Moderator
Dallas
Online
Shannon Member
Karma: 119
Posts: 10168
|
 |
« Reply #264 on: March 06, 2013, 03:11:04 pm » |
Is it worth the required space to install it in (1.5.X)... I have not used 1.5.X since I first installed it. 1.0.X is an excellent choice for... My primary interest's now are the 328, 2560... ... and I'd sure like to learn to really use the 2313. After I think, a better understanding of the Language. Yeah, that 2313 really tests the limits of one's sanity. So very little memory.
|
|
|
|
|
Logged
|
|
|
|
|
Left Coast, CA (USA)
Offline
Brattain Member
Karma: 279
Posts: 15314
Measurement changes behavior
|
 |
« Reply #265 on: March 06, 2013, 03:24:26 pm » |
Is it worth the required space to install it in.. (1.5.X) My primary interest's now are the 328, 2560 and I'd sure like to learn to really use the 2313... After I think, a better understanding of the Language.
Bob
No, in fact in my opinion one should avoid using 1.5.x unless they are using it (as required) for the new Due arm based board. It's a beta release and one should avoid using it for all 8 bit AVR chips. When it comes out of beta I'm sure they will release it as the IDE standard release to support all arduino boards. Lefty
|
|
|
|
|
Logged
|
|
|
|
|
Anaheim CA.
Offline
Edison Member
Karma: 31
Posts: 2311
Experienced old Whitebeard with a Full head of Hair...
|
 |
« Reply #266 on: March 06, 2013, 05:18:49 pm » |
Cool.. Thank You Sir..
Bob
|
|
|
|
|
Logged
|
“The solution of every problem is another problem.” -Johann Wolfgang von Goethe
|
|
|
|
Italy
Offline
Brattain Member
Karma: 219
Posts: 16495
Don't know what I do
|
 |
« Reply #267 on: May 20, 2013, 03:40:02 am » |
Now that the IDE 1.0.5 seems to be the last release of the branch 1.0.x (read here), are there news about the Tiny core integration into IDE 1.5.x?
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Dallas
Online
Shannon Member
Karma: 119
Posts: 10168
|
 |
« Reply #268 on: May 22, 2013, 09:13:09 pm » |
...are there news about the Tiny core integration into IDE 1.5.x? Well, 1.5.2 is not any better. I'll give the Nightly Build a spin...
|
|
|
|
|
Logged
|
|
|
|
|
SE USA
Online
Faraday Member
Karma: 33
Posts: 3624
@ssh0le
|
 |
« Reply #269 on: May 22, 2013, 09:41:07 pm » |
not sure how a minor revision of the 1.0 branch automatically assumes news on the beta 1.5 branch but good to know
|
|
|
|
|
Logged
|
http://arduino.cc/forum/index.php?action=unread;boards=2,3,4,5,67,6,7,8,9,10,11,66,12,13,15,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,86,87,89,1;ALL
|
|
|
|
|