cajus wrote: 
> Hi,
> So I bought me some TSL2561 Lux Sensors
> (https://www.adafruit.com/products/439), which I connected to the I2C
> bus on the PI's expansion headers.
> To make the sensors work, I need an additional driver, the tsl2563.
> In the kernel, this one is in the Industrial I/O support tree:
> 
> Unfortunately is this driver not part of the piCore player kernel.
> I managed to build my own kernel with the missing driver for Raspbian ,
> but I failed for the piCore player kernel.
> In the tinycore forum
> (http://forum.tinycorelinux.net/index.php?topic=19617.0) I found a post
> with a generic recipe.
> This works, but this has created a significantly larger initramfs file
> which has a knock-on on boot time.
> 
> Questions:
> Where can I find the .config file, with which the piCore player kernel
> was build? I could use this as a base for extending the kernel.
> Wouldn't it be a good idea to place the file either on the
> sourceforge.net/projects/picoreplayer website or on the
> sites.google.com/site/picoreplayer/home homepage?
> 

We don't maintain the kernel, we use the stock kernel from tinycore.  
Come over to those forums and we can help out.  You don't need to
replace the whole kernel, just build a the needed module.   But I'm
using the same light sensor without a kernel driver.  The card is i2c,
and that support is in the kernel already.   you just need a userspace
driver for the chipset.  I use a python library.....works great.   I'm
controlling the brightness of a LED clock display on the front of my box
which is also i2C.


------------------------------------------------------------------------
paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=105018

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to