simon's blog

Android r10 kernel on sbc51

simon's picture

Just created a new branch on my github repo that unifies support for Android r10 (updated with the latest patches from Freescale's distro) for the Bluetechnix i.mx51 SBC.

Find the source at:

https://github.com/svogl/linux-2.6/tree/kernel-2.6.35-fsl-sbc51%2Bimx_r10_android

i.mx51 2.6.35 support for ka-ro tx51

simon's picture

I have started porting the latest ltib kernels from FreeScale to the modules manufactured by Ka-Ro, you can find a booting version in the *-tx51 branch at https://github.com/svogl/linux-2.6

i.mx51 bsp for kernel 2.6.35 on github

simon's picture

I have been working with a FreeScale-based SBC made by Bluetechnix, which comes with the standard 2.6.31 kernel as patched by Freescale. One requirement was talking to a board that hosts an FTDI USB/Serial bridge, which did not communicate well under this environment.

Fun with the APE - embedded communication JS style

simon's picture

We have set up an APE-server (Ajax Push Engine, http://www.ape-project.org) instance for integrating two distinct application domains: Browser-based applications on the one hand, embedded boards on the other hand. The combination of the two is used for the HomeButler AAL framework ( http://www.homebutler.at ) and lets us trigger actions from the home automation network directly onto your browser screen (among others...)

Embedded Javascript - Spidermonkey on ARM

simon's picture

In order to optimize high-level services and development speed, we have implemented an embedded communication framework using Javascript: I extended the spidermonkey interpreter core with a number useful of low-level features like basic file access, BSD socket support etc., which enables developers to comfortably store  service information in hashmaps (JS objects), exchange data using JSON, and not bother with memory leaks. A lean state machine implementation for encapsulating reconnects and device states let us create maintainable code

Subscribe to RSS - simon's blog