Questions tagged [embedded]

An embedded system is a computer system designed for specific control functions within a larger system.

Embedded systems contain processing cores that are typically either microcontrollers or digital signal processors (DSP). The key characteristic, however, is being dedicated to handle a particular task. Since the embedded system is dedicated to specific tasks, design engineers can optimize it to reduce the size and cost of the product and increase the reliability and performance.

Source: wikipedia

67 questions
44
votes
4 answers

OpenVPN performance: how many concurrent clients are possible?

I am evaluating a system for a client where many OpenVPN clients connect to a OpenVPN server. "Many" means 50000 - 1000000. Why do I do that? The clients are distributed embedded systems, each sitting behind the system owners dsl router. The server…
Steffen Müller
  • 678
  • 3
  • 10
  • 17
22
votes
6 answers

How bad is it to have multiple devices with the same SSH server keys?

I am working on an embedded device that runs FreeBSD and SSH. As you know, sshd likes to randomly generate a set of server keys when it first boots up. The problem is that we will be shipping the product with a read-only sd-card filesystem…
NXT
  • 371
  • 2
  • 7
12
votes
4 answers

How to lock out normal (non-admin) users during software installs?

We have a lot of thin clients running Windows Embedded Standard 7 and an SCCM 2012 R2 server to manage them. The thin clients have their write filters enabled (FBWF) so machine changes are not persistent. On the rare occasion we have to update…
Wes Sayeed
  • 1,862
  • 6
  • 27
  • 41
11
votes
2 answers

Making SD card corruption-proof

My embedded linux device uses an SD card for saving certain diagnostics data, far too copious for internal flash. The problem is if the device is switched off unexpectedly, the filesystem (FAT32) on the card is corrupted. There is no way to prevent…
SF.
  • 277
  • 3
  • 9
11
votes
2 answers

Prevent data corruption on ext4/Linux drive on power loss

I have some embedded boards running American Megatrends bios with embedded linux as the OS. The problem I have is that the industrial flash ide's will be corrupted on power loss. I have them formatted as ext4. Whenever this happens, I can usually…
Jonathan Henson
  • 889
  • 2
  • 10
  • 16
8
votes
1 answer

Cannot get Motorola MC3190 to associate with WiFi access point

Using the Wireless Fusion management tools for the Symbol / Motorola MC3190, we cannot get the handheld to associate to the WiFi access point. Using the Find WLANs feature in the Fusion software, we can see that the device is detecting the access…
dmarietta
  • 519
  • 2
  • 6
  • 13
8
votes
2 answers

Https for embedded devices, local addresses

I am trying to add https to the embedded devices I am working on. These devices are generally assigned local ip addresses and so cannot get their own ssl certificates. So essentially my question is how does one get a certificate for a device without…
Shiftee
  • 183
  • 1
  • 5
6
votes
3 answers

Up-to-date distros supporting 32-bit i586/non-PAE, specifically for ALIX boards (AMD Geode)

I have several ALIX systems (powered by the AMD Geode LX processor without PAE support) that are still running on Ubuntu 12.04, the last Ubuntu-Release to supports non-PAE kernels (i.e. compiled for the i586 architecture). I use them as low-profile,…
code_onkel
  • 197
  • 1
  • 1
  • 6
6
votes
2 answers

Embedded Linux – mechanism for deploying firmware updates?

I am considering developing on the Yocto project for an embedded Linux project (an industrial application) and I have a few questions for those with experience with embedded Linux in general -- Yocto experience a bonus. Just need to get an idea of…
6
votes
1 answer

`ssh -NfR` equivalent with dropbear

I want to open a reverse tunnel in background. When using OpenSSH ssh -NfR 9022:127.0.0.1:22 always worked. When I did that with dropbear on my router, it failed like this: # ssh -NfR 9022:127.0.0.1:22 ssh: Exited: Error resolving…
keks
  • 163
  • 1
  • 4
6
votes
9 answers

Recommended embedded linux device for light server and learning

Imagine the following situation: I want to have a tiny, light server that is able to run some services like basic Web, ftp, printing servers and pluging hard drives via usb. I would like to use it as a tool for learning about embedded devices and…
Álvaro
  • 183
  • 4
  • 10
6
votes
2 answers

Our embedded linux system won't recognize a USB Device if it is plugged in before powerup. Suggestions?

We are developing on a small embedded device. This device us a gumstix overo board running OpenEmbedded linux. We have our development almost completely done, and have run into the strangest of bugs that we can't figure out. We have a USB Device…
Blaine
  • 111
  • 2
  • 8
6
votes
11 answers

What is a good default IP address?

My company makes Ethernet devices. These devices have very little I/O. No keyboard, no video output. When the customer gets the device he must configure it for his network. I'd like to choose an IP address that won't conflict with an existing…
Robert Deml
  • 297
  • 1
  • 3
  • 9
5
votes
1 answer

Client not getting address from some DHCP server

I'm working on some embedded devices which should be connected to a large network (hundreds of devices) via ethernet and that should be configured using the DHCP protocol. What I'm experiencing is that apparently the devices get the address in some…
Luca Carlon
  • 171
  • 1
  • 8
4
votes
5 answers

Is there an official way to detect an existing DHCP server?

I'm planning a new feature on our product to support a LAN. Since the installation will be done by relatively non-technical people (it's for boats) I was thinking it would be useful to automatically detect whether we needed to provide a DHCP server…
parsley72
  • 224
  • 1
  • 12
1
2 3 4 5