Questions tagged [linux]

Linux is an UNIX like open source operating system written by Linus Torvalds. There is a spin-off of Linux OS for EE called "Fedora Electronics Lab". If your Linux question isn't electronics-related, ask on one of the other Stack Exchange sites. Stack Overflow, Unix & Linux or Super User are likely what you're looking for.

If your Linux question isn't electronics-related, ask on Stack Overflow, Unix & Linux or Super User.

Links

345 questions
38
votes
5 answers

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 hardware design I could choose? Are there any microcontrollers with enough…
Toby Jaffey
  • 28,796
  • 19
  • 96
  • 150
36
votes
7 answers

Comparison Between SPICE Simulators

I've recently realized that I can't do everything easily in ngspice, mainly because analysis has to be performed through the interpreter. I'm considering switching to a new SPICE simulator. I'd like a list the advantages and disadvantages of the…
sj755
  • 889
  • 3
  • 11
  • 18
34
votes
8 answers

How do I develop for STM32 discovery on Linux?

I have an STM32 discovery board and would like to be able to program it on Linux. What is the easiest way to do this?
Gordon Williams
  • 1,023
  • 4
  • 11
  • 17
34
votes
7 answers

Linux on ARM Cortex-M3 series

I'm new to ARM and a bit confused with all the diferent series. I need to build a low power gateway (ethernet, wifi...), so I guess a cortex-M or cortex-R will be the good starting point. But it didn't find any dev board with say a cortex-m3 (wich…
jojo l'abricot
  • 795
  • 1
  • 7
  • 13
24
votes
3 answers

AVR - How to program an AVR chip in Linux

I recently got an AVRISmkII AVR programmer, and I have an ATtiny85 and ATmega328. I was wondering how I could program these chips (with the programmer) but when I try getting Atmel Studio 6 it is only for Windows. Is there a way I could use in Linux…
user151324
  • 780
  • 3
  • 12
  • 21
23
votes
5 answers

Cheapest ARM with an MMU

What is the cheapest ARM processor with an MMU so I don't have to use uCLinux? Bonus for non-bga and integrated RAM/Flash
stbtra
  • 2,346
  • 3
  • 21
  • 28
22
votes
5 answers

Cortex-m3 toolchain

I am looking for a free (as in freedom) tool chain for Linux (Ubuntu) that allows me to develop for an ARM cortex-m3 (lpc1343) microcontroller. Where do I find such a toolchain? Are there any tutorials?
txwikinger
  • 391
  • 3
  • 9
21
votes
6 answers

Smallest embedded linux distro?

I like to ask to the experts out there.. What is the best embedded linux distro for: Flash memory ~ 700Kb Ram ~ 256Kb Processor: High end arm cortex M3 (something from STM32 family for eg) Required modules: - Kernel core - Basic driver set:…
Frank
  • 2,812
  • 5
  • 30
  • 37
20
votes
5 answers

SPICE Simulator at Linux

What is the better choice to get opensource SPICE simulator on Linux? I am fan of Proteus (Windows) is there any alternative like it?
user17904
16
votes
6 answers

How to plot current in ngspice?

I wish to plot out the current and power in ngspice. In the case of voltage, for example, if I wanted to plot the voltage at node 1 I would use: plot v(1) Problem is, when I try i(1), the vector isn't recognized. Could someone provide a few…
sj755
  • 889
  • 3
  • 11
  • 18
13
votes
7 answers

Program for simulating circuits on linux

Do you know any program that works on linux and can simulate complex circuits?
oneat
  • 581
  • 2
  • 6
  • 11
11
votes
1 answer

SPI transaction timeout linux device driver

I am stuck for last 3 days at a point. I am working on eink device driver with msm8960 qualcomm chipset. Scenario: In file: kernel/arch/arm/mach-msm/devices-8960.c I cannot verify the use of spidm_channels" and "spidm_crci" and the corresponding…
Anshul
  • 201
  • 1
  • 7
11
votes
3 answers

How do I debug a Arduino Uno with gdb on a Linux pc?

How do I debug (source code single step) a Arduino Uno with gdb on a Linux pc? Please note that I do not like to use AVR Studio in wine or VirtualBox. Question 1: Physical connection How and what do I connect to the Uno board? My guess is that…
Johan
  • 2,385
  • 2
  • 25
  • 27
11
votes
10 answers

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 resources to do this? I want to use linux / mac so winavr is out of…
ril3y
  • 571
  • 1
  • 6
  • 14
10
votes
2 answers

Command line interface for KiCAD

Is there a way to produce Gerber files from command line in KiCAD (Linux/Unix) or a tool which can do it for me? The same question for SPICE netlist and BOM xml? I need it to automate this process within a CI-pipelie. GUI is not useable here.
Jan Rosum
  • 146
  • 6
1
2 3
22 23