Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
ARM on Linux insanity
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 26 - 34 of 34 - Collapse all  -  Translate all to Translated (View all originals) < Older 
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Erik Walthinsen  
View profile   Translate to Translated (View Original)
 More options Aug 21 2012, 1:38 pm
From: Erik Walthinsen <om...@omegacs.net>
Date: Tue, 21 Aug 2012 10:38:09 -0700
Local: Tues, Aug 21 2012 1:38 pm
Subject: [dorkbotpdx-blabber] ARM on Linux insanity
On 08/21/2012 10:25 AM, David Turnbull wrote:

> Madness! There's thousands of people all over the world doing the same
> non-productive work.

No kidding...

That's why a major component of our talk at DEFCON involved the idea
that the ARM toolchain on Linux needs to be *seriously* revamped so it
doesn't suck.  That includes both the programming tools (OpenOCD is a
nightmare) and the toolchain integration (per-chip headers, linkscripts,
crt.o's, and everything else).  Right now it's a total crapshoot whether
the chip you select is going to have any kind of sane (and vaguely
functional) example somewhere out there, otherwise you have to pry
highly non-standard files out of the manuf's crappy IDE and try to
shoehorn them into your own project.

Compiling for ARM should work like AVR:

arm-...-gcc -mmcu=stm32f103rb -o program program.c
<EOM>

If anybody's interested in contributing to such a project, we have
forums at <http://www.dcgdark.net/forums/viewforum.php?f=8> and I'm
hoping to be at the next dorkbot meeting, hopefully Mike will be there too.
_______________________________________________
dorkbotpdx-blabber mailing list
dorkbotpdx-blab...@dorkbot.org
http://music.columbia.edu/mailman/listinfo/dorkbotpdx-blabber


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "random inquiry." by Paul Stoffregen
Paul Stoffregen  
View profile   Translate to Translated (View Original)
 More options Aug 21 2012, 1:38 pm
From: Paul Stoffregen <p...@pjrc.com>
Date: Tue, 21 Aug 2012 10:38:37 -0700
Local: Tues, Aug 21 2012 1:38 pm
Subject: Re: [dorkbotpdx-blabber] random inquiry.
On 08/21/2012 10:25 AM, David Turnbull wrote:

> Madness! There's thousands of people all over the world doing the same
> non-productive work.

Not entirely non-productive, since I did eventually find a way to make
it work.  ;-)

And no, OpenOCD, Keil, IAR, Segger, etc are not the answer when you want
something to work in a way dramatically different than the established
norm....

_______________________________________________
dorkbotpdx-blabber mailing list
dorkbotpdx-blab...@dorkbot.org
http://music.columbia.edu/mailman/listinfo/dorkbotpdx-blabber

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Erik Walthinsen  
View profile   Translate to Translated (View Original)
 More options Aug 21 2012, 1:47 pm
From: Erik Walthinsen <om...@omegacs.net>
Date: Tue, 21 Aug 2012 10:47:06 -0700
Local: Tues, Aug 21 2012 1:47 pm
Subject: Re: [dorkbotpdx-blabber] random inquiry.
On 08/21/2012 10:38 AM, Paul Stoffregen wrote:

> And no, OpenOCD, Keil, IAR, Segger, etc are not the answer when you want
> something to work in a way dramatically different than the established
> norm....

Agreed, since I had to build my own complete toolset to do parallel
Xmega programming with full isolation...  I did manage to make it work
with avrdude, though I had to modify it slightly, and it has to feed
through my multiplexer daemon.

I'm curious specifically in what way what you're trying to do conflicts
with the "standard" approaches?  Does it boil down to an architectural
flaw in one of the standard tools?  Would more factorizable tools help?
_______________________________________________
dorkbotpdx-blabber mailing list
dorkbotpdx-blab...@dorkbot.org
http://music.columbia.edu/mailman/listinfo/dorkbotpdx-blabber


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zach Archer  
View profile   Translate to Translated (View Original)
 More options Aug 21 2012, 1:51 pm
From: Zach Archer <zkarc...@gmail.com>
Date: Tue, 21 Aug 2012 10:51:02 -0700
Local: Tues, Aug 21 2012 1:51 pm
Subject: Re: [dorkbotpdx-blabber] random inquiry.
If anyone is interested, I answered my own question -- there are many
DAC options available. You can even build your own. This page is a
good starting point:
http://embeddednewbie.blogspot.com/2011/02/review-of-arduino-dac-solu...

-- Zach
zacharcher.com

_______________________________________________
dorkbotpdx-blabber mailing list
dorkbotpdx-blab...@dorkbot.org
http://music.columbia.edu/mailman/listinfo/dorkbotpdx-blabber

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Paul Stoffregen  
View profile   Translate to Translated (View Original)
 More options Aug 21 2012, 2:09 pm
From: Paul Stoffregen <p...@pjrc.com>
Date: Tue, 21 Aug 2012 11:09:41 -0700
Local: Tues, Aug 21 2012 2:09 pm
Subject: Re: [dorkbotpdx-blabber] random inquiry.
On 08/21/2012 10:47 AM, Erik Walthinsen wrote:

> On 08/21/2012 10:38 AM, Paul Stoffregen wrote:
>> And no, OpenOCD, Keil, IAR, Segger, etc are not the answer when you want
>> something to work in a way dramatically different than the established
>> norm....

> Agreed, since I had to build my own complete toolset to do parallel
> Xmega programming with full isolation...  I did manage to make it work
> with avrdude, though I had to modify it slightly, and it has to feed
> through my multiplexer daemon.

> I'm curious specifically in what way what you're trying to do
> conflicts with the "standard" approaches?

It's really too early to go into details.

> Does it boil down to an architectural flaw in one of the standard
> tools?  Would more factorizable tools help?

Basically, no.  The existing tools aren't flawed.  Well, they aren't
flawed, except for missing support for various hardware, bugs, and
terrible usability (mostly OpenOCD... Keil & IAR are pretty solid).  
They're just fundamentally designed and built around well established
paradigms, the standard ways of doing things that are so common that
it's hard to imagine any other approach.

> _______________________________________________
> dorkbotpdx-blabber mailing list
> dorkbotpdx-blab...@dorkbot.org
> http://music.columbia.edu/mailman/listinfo/dorkbotpdx-blabber

_______________________________________________
dorkbotpdx-blabber mailing list
dorkbotpdx-blab...@dorkbot.org
http://music.columbia.edu/mailman/listinfo/dorkbotpdx-blabber

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Cameron Adamez  
View profile   Translate to Translated (View Original)
 More options Aug 21 2012, 4:04 pm
From: Cameron Adamez <came...@soycow.org>
Date: Tue, 21 Aug 2012 13:04:03 -0700
Local: Tues, Aug 21 2012 4:04 pm
Subject: Re: [dorkbotpdx-blabber] random inquiry.
The particular STM32 on the Maple Bacon doesn't have onboard DACs, but LeafLabs had a Maple using the RET6 chip (STM32F103RET6 I think) that had onboard DACs. I am in development to expose the pins on that chip and include a MIDI circuit, audio jacks, etc.

Cameron

On Aug 21, 2012, at 10:51 AM, Zach Archer wrote:

_______________________________________________
dorkbotpdx-blabber mailing list
dorkbotpdx-blab...@dorkbot.org
http://music.columbia.edu/mailman/listinfo/dorkbotpdx-blabber

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Cameron Adamez  
View profile   Translate to Translated (View Original)
 More options Aug 21 2012, 4:08 pm
From: Cameron Adamez <came...@soycow.org>
Date: Tue, 21 Aug 2012 13:08:35 -0700
Local: Tues, Aug 21 2012 4:08 pm
Subject: Re: [dorkbotpdx-blabber] random inquiry.
That's how open source works. (Just look at the history of the Wiring board.) Eventually these things will converge or borrow.

Also, LeafLabs has done a stellar job on libmaple so far.
Plus, people are still working on the ARM compiler, as you can see:
https://launchpad.net/gcc-arm-embedded/

Cameron

On Aug 21, 2012, at 10:25 AM, David Turnbull wrote:

_______________________________________________
dorkbotpdx-blabber mailing list
dorkbotpdx-blab...@dorkbot.org
http://music.columbia.edu/mailman/listinfo/dorkbotpdx-blabber

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Cameron Adamez  
View profile   Translate to Translated (View Original)
 More options Aug 21 2012, 4:09 pm
From: Cameron Adamez <came...@soycow.org>
Date: Tue, 21 Aug 2012 13:09:49 -0700
Local: Tues, Aug 21 2012 4:09 pm
Subject: Re: [dorkbotpdx-blabber] random inquiry.
If you want to contribute, you can fork away :)

It's the one called peperbacon.

https://github.com/soycamo/maplebacon

Cameron

On Aug 21, 2012, at 1:04 PM, Cameron Adamez wrote:

_______________________________________________
dorkbotpdx-blabber mailing list
dorkbotpdx-blab...@dorkbot.org
http://music.columbia.edu/mailman/listinfo/dorkbotpdx-blabber

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zach Archer  
View profile   Translate to Translated (View Original)
 More options Aug 21 2012, 7:47 pm
From: Zach Archer <zkarc...@gmail.com>
Date: Tue, 21 Aug 2012 16:47:00 -0700
Subject: Re: [dorkbotpdx-blabber] random inquiry.
Thanks! I'll check these out after I get comfortable with the Maple & IDE.

-- Zach
zacharcher.com

_______________________________________________
dorkbotpdx-blabber mailing list
dorkbotpdx-blab...@dorkbot.org
http://music.columbia.edu/mailman/listinfo/dorkbotpdx-blabber

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages < Older 
« Back to Discussions « Newer topic     Older topic »