Tagged Questions

6
votes
5answers
85 views

Best way to install arm-elf-gcc onto a Linux machine

Hey folks, I'm working on a device using arm-elf-gcc to compile code for a MakingThings prototype board. My development machine is a Linux box running Ubuntu 9.10. On a different …
10
votes
6answers
279 views

What’s the simplest Linux capable board I could make at home?

I'd like to make a single board computer capable of booting Linux, with my low-tech garage tools (2 sided PCBs, reflow skillet, no plating through holes). What's the simplest hard …
3
votes
1answer
66 views

what is the largest embedded linux community

Which uclinux community has the largest userbase/is the most active? Is it the ARM9 one?
2
votes
3answers
138 views

How do I program an AVR Raven with Linux or a Mac?

This tutorial starts with programming the Ravens and Jackdaw with a Windows box. Can I do those initial steps with a Linux or OS X machine instead? If so, how? Is there any risk …
3
votes
4answers
250 views

eZ430-Chronos Development on *nix?

So I just got my TI eZ430-Chronos Dev kit (a runners watch & eZ430 micro dev combined), and I am chomping at the bit to start playing around with my new toy. I have just a few …
5
votes
3answers
141 views

Olimex Arm USB JTAG Programmer Problems

I've recently bought an Olimx ARM-USB-OCD JTAG programmer but I've had difficulty getting it to work. My primary system is linux, but I've tested it in window with no luck there …
3
votes
6answers
252 views

Linux / Mac AVR Programming Suite?

I have been coding and using Arduinos for quite some time now. However I am ready to move up to using straight AVR chips without the arduino bootloader. My question is what are r …
4
votes
4answers
167 views

Firsthand experience with Linux AVR IDE

I am looking for some input into getting a good integrated development environment set up for AVR programming under Linux (Assembly and C). My studies gave me some limited practic …