

Introducing The New Embedded Linux Spec 4
An anonymous reader writes "This article at LinuxDevices.com provides an overview of the recently approved Embedded Linux Consortium Platform Specification (ELCPS). The new standard is likely to accelerate the adoption of embedded Linux as a platform within smart devices and systems of many shapes and sizes."
Expensive... (Score:5, Insightful)
It just doesn't seem like it's worth the hassle.
Does the consortium have a suite of automated tests that can verify that the platform was implemented correctly? If not, this is still a lot of smoke and mirrors, especially so because people have been making embedded Linux devices for quite a while based on their own needs (Tivo).
Portability across similar CPUS? (Score:3, Interesting)
So if I make an ELF for an embedded system, will it run on another with the same CPU type? Assuming it doesnt use devices with IRQS and other very hardware-specific progs and sysctls.
Does the standard ensure such portability? I am making a bunch of ARM7 binaries. Will this standard help me port my progs to the plethora of PDAs, GBA and other stuff?? Will porting be even needed.
The apps access a database on the same system and output to a framebuffer.