> Today arrived my Dual-USB Bifferboard.
>
> I try to use the SD card reader but I not find any information about
> it.
> At the LuCI web interface i find a "MMC/SD driver configuration" menu
[snip]
[snip]
Both the LUCI and the howto you linked to expect the SD card to be
connected directly to the CPU's GPIO pins. But that's not how the SD
card is connected in the dual-USB Bifferboard, which is why you can't
find the info you're looking for ;-)
As explained (not very well) on
https://sites.google.com/site/bifferboard/Home/2-port-bifferboard the
SD card slot is connected (via a GL827 chip and a PI3USB10
multiplexer) to the USB pins on the CPU. Which means if you put a
SDcard in the SDslot, it appears to the OS as a USB Mass Storage
device, *exactly* the same as if you'd put a normal USB flash stick
into the second USB port.
So as long as you've got the relevant kernel drivers for USB and USB
MassStorage, and your SD card's filesystem all loaded (can't remember
all the details off-hand), it should "just work" and will probably
appear as something like /dev/sda1 or /dev/sdb1
Lurch