Hello.
I plugged 3M HD Camera Board (Leopard Img.) to my DM6446 EVM (Spectrum Digital). When I start a 'prev_720p_example' (examples downloaded from leopard site) on target it shows an error message:
> cannot disable fb/1
This error comes from InitDisplayDevice() function. I have no any displays connected to DM6446 board, but it does not matter I think. On target "/dev/fb" contain '0', '1', '2', '3' files. Why this example cannot disable 'fb/1' device (also, fb/3 device)? I tried to comment disabling all 'fb's in source code but it do not work without this disabling.
Thank you.