Instruction guide ################# How to activate: - VITA1300 camera driver (VM-012 - camera series) - remapper library - gst-plug-in for PD14.1.0 Linux i.MX6 phyCARD BSP. ============================================================= 1) Check out BSP PD14.1.0 for phyCARD-i.MX6 linux and change into "work"-path 2) Move the file "vm012-support-for-phyCARD-iMX6.tgz" into the working directory and unpack the file: type >tar -xvzf vm012-support-for-phyCARD-iMX6.tgz 3) Activate the remapper-library and gstreamer-plug-in: type >ptxdist menuconfig <*> vita-1300_remapper Graphics & Multimedia ---> gstreamer ---> <*> gst plugin vita 1300 remapper 4) Activate the vita1300 camera driver: type >ptxdist kernelconfig Device Drivers ---> <*> Multimedia support ---> [*] Video capture adapters ---> <*> vita1300 support 5) type >ptxdist go 6) type >ptxdist images The VM-012 camera driver ist now resent. The vita_remapper is now present as library and as gst-plug-in. ------------------------------------------------------------------------------------- * Update "linuximage" and "root" on the phyCARD-i.MX6 module. * Reset the module. ------------------------------------------------------------------------------------ * Change the settings of the bootarg parameters: To change the config-file (bootargs-cam), use the Barebox environment: • 'cd env/bin' • 'edit bootargs-cam' * Customize the CSIx settings to the hardware environment that you are using. are customize Example: for the VM-012 in phyCAM-S+ version on CSI0 with I2C-adress 0x48 the settings should look like this: CSI0=VM-012,0x48 * Add the definition for the VM-012 camera. To do so, add the following three lines: #VM-012-BW/COL-LVDS color typ, can be 'color' or 'mono' (def. mono) #============================================================= vita1300="vita1300.sensor_type=mono" * Add the Vita1300 to the bootargs list: before: ~lobal.linux.bootargs.dyn.cam="board_mx6q_phycard.csi0=$CSI0 $mt0p031_typ $mt9v02x" after: ~lobal.linux.bootargs.dyn.cam="board_mx6q_phycard.csi0=$CSI0 $mt0p031_typ $mt9v02x $vita1300" * save the new enviroments with * restart the module * We recommend to use the gstreamer scripts for testing. The VM-012 is only suport by gstreamer scripts in the .../more_vita1300_scripts/ - directory.