Hi all
After getting my DVB-T2 tuner working, I thought I'd try a DVB-S2 tuner.
Installed linux-kirkwood, plugged in my USB tuner and dmesg reports :
ERROR: 256 KiB atomic DMA coherent pool is too small!
Please increase it with coherent_pool= kernel parameter!
This looks like I need to send a kernel parameter from uBoot. I installed blparam-pogoplug, but I suspect I need to do something cleverer than just :
# blparam coherent_poolsize=1M to ensure the right parameters are passed to the kernel on boot.
I'm booting from SATA. Any hints - can't find much about blparam knocking around.