Showing posts with label Embedded. Show all posts
Showing posts with label Embedded. Show all posts

Sunday, August 23, 2009

mysql-embedded

Well, I was looking at sqlite last week. But while doing a yum update I found this rpm package. "mysql-embedded". On doing a rpm -qi, it told me that this is a C interface to mysql that can directly be embedded in your application. I haven't tried it yet. But I am sure its going to be interesting. The package has only one shared library. However the size is ~7.5M. If I happen to use it, will post again here.

Saturday, June 14, 2008

pxa255 again

We need to bring up a board based on pxa255. The following drivers needs to be added

1. P33 Intel flash driver
2. DM9k driver

We have no idea how the devices are connected as of now. When I last looked at it, I had merged the drivers for these devices. But the platform device structure needs to be populated and I am stuck there.