Qplus, An Open Source Embedded Linux Toolkit
An anonymous reader writes "In this article at LinuxDevices.com, Jerry Epplin takes a detailed look Qplus, an open source embedded Linux toolkit, examining what the project has accomplished -- and what is still to be done. Epplin concludes that "...The introduction of Qplus is certain to be a welcome development for developers who have been hoping for a pure open source embedded Linux toolkit. It is already an impressively capable kit, with suitably ambitious goals and a well-designed infrastructure to achieve them.""
I've been thinking about getting started in embedded Linux, with the end goal of creating simple devices (little robots or whatever).
Searching Google for "embedded linux" and similar turns up alot of hits, but most are about as useful as searching for "c"
It seems like most of what I can find is either information about what devices (SBCs, etc) you can run one of the embedded linux distros on (for example, LinuxDevices mentioned in the article seems to focus on this) or assumes you're already an embedded Linux expert and can hack a kernel like Linus himself.
I've been thinking about buying something like uCsimm to play around with, but without being able to find any "getting started" type info, I'm concerned it would just be a waste of money.
So my question is, what are the good resources out there with introductory level coverage of embedded Linux such that some of us might eventually be able to use this fine toolkit? If anyone has any links I'd really appreciate some pointers.
Is this project Qt based? The screenshots seem to be from KDE 1.x.
What I'm listening to now on Pandora...
Unfortunately, when you add functionality it gets real complicated real quick. I tried putting together a turnkey Mozilla distro with an embedded Linux, KDrive X, and Mozilla. Did it work? Did it hell. Mozilla would just hang on startup, waiting for some service that wasn't there. I spent ages trying to find out why and eventually had to give up.
I haven't looked closely at QPlus, because it's in Korea and is Slashdotted out of its tiny mind. What I'd really like is a source-based system, where I can just type 'make' in the top level and it will rebuild everything I'm using, libc and all. Unfortunately the review talks about RPMs, so I suspect it isn't.
Has anyone here actually used QPlus and can comment on it?
from what I've seen... I installed it and set up a project -- it spit out a root file system and a kernel.
what I'm stuck on is how to utilize what it created. I don't know if I can launch it in bochs/vmware, or how I can roll it up into a binary file and flash it to the platform I want to use (and will undoubtably break in the process).
I have a AMIT based broadband router, and basically I want to roll my own router/pf/nat on it.