Hi all,
while waiting for the new kernel to compile, I ask for advices !
I have a new project about reading sensors, analyzing them, and graph them on a portable unit.
I studied the "doable" thing on a PIC. It was fine to a certain point using a FT800 Eve chip for graphical LCD.
Until... the mechanical engineer asked for new features like 20KSps sampling of 4 sensors....
Too much amount of data for a simple pic circuitry. To be able to do that, I'll have to use buffers and so on...
So exit the PIC, welcome BBB.
Recordings will be made using AD8326 ADCs in a SPI like bus, that I'll drive using bit-banging IOs. This way I'm able to read n Adcs at a time because I need data to be sampled at the exact same time for each sensor.
Will use the PRU route because of precise timing needed.
For now I'm experimenting on the freshly arrived BBB.
I played a bit on cross compiling Qt4, was fine without OpenGLES will try with it and might even try Qt5.
Where I need advices is about this:
- which kernel and/or distribution (testing on debian for now ) to use in order to be able to use QtQuick, mean openGLES as I read ?
- I use Robert miraculous scripts, but I'd like to strip down the distribution to almost bare, I'll be using just SSH and Qt qws for display.
- which are the mandatory kernel drivers for the BBB board in order to have it running with LCD cape with openGL, SPI , I2c and GPIO available for Qt ?
I read a lot, but information is surprisingly fast outdated.
I'm new to linux kernel. Even if I maintain some servers, I never had a look at the kernel building.
I'm used to FreeBSD one as I have been building a few things around Geode processors and played a lot at shrinking system to fit on small CF cards. But that's another life :)
Thanks for your help and guidelines.