English 中文(简体)
Difference between embedded linux and moblin,openmoko linux
原标题:

I am having an handheld device with ARM platform. I planning to load OS into it. So which OS I should go for ? (Embedded linux or Moblin like any other flavour). Actually I want to know the difference between Embedded linux and Moblin and other distributions like that.

问题回答

Your question really lacks the detail and there can t be single straight forward answer to it - like "Use only XYZ OS". It depends on following factors

  • The available memory (flash/RAM ) on the device
  • What application u re planning to build
  • Availability of toolchain for compiling and debugging your app.

More important (or at least something you need to consider first) is if there exists a board support package for the device in question (see wikipedia entry for bsp). Sometimes the provider of the device (e.g. if it is an evaluation board from one of the chip manufacturers) has a "ready to utilize" bsp that can be a starting point. One project that could be a starting point is Openembedded.





相关问题
Difference between embedded linux and moblin,openmoko linux

I am having an handheld device with ARM platform. I planning to load OS into it. So which OS I should go for ? (Embedded linux or Moblin like any other flavour). Actually I want to know the difference ...

How to implement websockets on an embedded device server?

I am working with an electronics appliance manufacturer to embed LAN based control systems into the products. The idea is to serve up a system configuration/control interface through a web browser so ...

Loading an image in Java without AWT

I am on an embedded platform without access to AWT. I was wondering if anyone knew of a standalone library to load images without any AWT involvement. Thanks, Braden McDorman

Can I set the Linux SIGUSR1 from within the kernel?

I might be approaching this all wrong but... I have a linux kernel device driver that handles an external interrupt and currently performs a printk() when it occurs. What I would like to do is ...

USB Port Speed Linux [closed]

How to programatically determine the usb port speed in embedded devices running the Linux kernel?

What is the easiest x86 Embedded Linux? [closed]

I want to play around with some embedded linux. I want it to be able to run on an x86 processor (for start, it will be running on my regular PC). I have looked online, but the ones I have found seem ...

热门标签