Hello
I am trying to do a clean Minibian:
https://minibianpi.wordpress.com/ install with ASI 178MC Camera.
We can also use Raspian Lite:
https://www.raspberrypi.org/downloads/raspbian/ that's also without X-server.
Questions:
1. Where is the camera driver for ARMv7 or ARMv6?
2. Can the camera driver be install the standard way like we install drivers for wifi and bluetooth?:
example broadcom wifi driver: apt-get install firmware-brcm80211
3. If we need to compile the camera driver please point me in the right direction?
when running lsusb, I see the camera is detected with this:
root@minibian:~# lsusb
Bus 001 Device 007: ID 03c3
Bus 001 Device 003: ID 0424 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b Linux Foundation 2.0 root hub
root@minibian:~#
Thank you ;)