Loading...
Pages: 1 ... 16 17 [18] 19   Go Down
Author Topic: Arduino Tiny  (Read 26196 times)
0 Members and 1 Guest are viewing this topic.
Global Moderator
Dallas
Offline Offline
Shannon Member
*****
Karma: 120
Posts: 10184
View Profile
WWW
 Bigger Bigger  Smaller Smaller  Reset Reset

Code:
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
Offline Offline
Shannon Member
*****
Karma: 120
Posts: 10184
View Profile
WWW
 Bigger Bigger  Smaller Smaller  Reset Reset

Code:
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.

Code:
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 Offline
God Member
*****
Karma: 35
Posts: 988
Once the magic blue smoke is released, it won't go back in!
View Profile
WWW
 Bigger Bigger  Smaller Smaller  Reset Reset

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
Offline Offline
Shannon Member
*****
Karma: 120
Posts: 10184
View Profile
WWW
 Bigger Bigger  Smaller Smaller  Reset Reset


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.

Quote
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 Offline
Newbie
*
Karma: 0
Posts: 40
View Profile
WWW
 Bigger Bigger  Smaller Smaller  Reset Reset

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 Offline
Edison Member
*
Karma: 65
Posts: 2271
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

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 Offline
Newbie
*
Karma: 0
Posts: 40
View Profile
WWW
 Bigger Bigger  Smaller Smaller  Reset Reset

Quote
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
Offline Offline
Shannon Member
*****
Karma: 120
Posts: 10184
View Profile
WWW
 Bigger Bigger  Smaller Smaller  Reset Reset

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 Offline
Edison Member
*
Karma: 31
Posts: 2311
Experienced old Whitebeard with a Full head of Hair...
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

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
Offline Offline
Shannon Member
*****
Karma: 120
Posts: 10184
View Profile
WWW
 Bigger Bigger  Smaller Smaller  Reset Reset

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...

Quote
My primary interest's now are the 328, 2560...


Quote
... 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 Offline
Brattain Member
*****
Karma: 279
Posts: 15320
Measurement changes behavior
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

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 Offline
Edison Member
*
Karma: 31
Posts: 2311
Experienced old Whitebeard with a Full head of Hair...
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

Cool.. Thank You Sir..

Bob
Logged

“The solution of every problem is another problem.” -Johann Wolfgang von Goethe

Italy
Offline Offline
Brattain Member
*****
Karma: 219
Posts: 16509
Don't know what I do
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

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
Offline Offline
Shannon Member
*****
Karma: 120
Posts: 10184
View Profile
WWW
 Bigger Bigger  Smaller Smaller  Reset Reset

...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
Offline Offline
Faraday Member
**
Karma: 33
Posts: 3626
@ssh0le
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

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


Pages: 1 ... 16 17 [18] 19   Go Up
Print
 
Jump to: