manuals.online logo
Brands
  1. Home
  2. •
  3. Brands
  4. •
  5. Congatec
  6. •
  7. Microcontroller
  8. •
  9. Congatec conga-CAM/MIPI User manual

Congatec conga-CAM/MIPI User manual

Copyright © 2018 congatec AG CAM_KIT_MIPI_13 1/4
conga-CAM/MIPI
congatec Smart Camera Development Kit
Quick Start Guide
Revision 1.3
www.congatec.com
conga-CAM/MIPI DevelopmentKit
Starter-Kit for 2 MIPI cameras
based on conga-PA5
Embedded in your success.
Copyright © 2018 congatec AG CAM_KIT_MIPI_13 2/4
1 Introduction
This guide gives a brief overview of the conga-CAM/MIPI and how to set it up.
1.1 Product Overview
The conga-CAM/MIPI—a congatec starter kit for two MIPI cameras—provides
manufacturers with instantly deployable smart camera platform. This platform
helps to simplify the development of smart camera solutions, reduces cost and
accelerates time to market.
The kit contains amongst other components, the conga-PA5/N3350-4G module.
The module features the Intel®5th generation Celeron®processor. With
6 W maximum TDP, the kit offers Ultra Low Power board with high computing
performance and outstanding graphics, in addition to a MIPI-CSI compliant camera
with a high-definition sensor.
The various features and capabilities the kit offers make it ideal for designing
compact, energy-efficient, performance-oriented and customizable smart camera
solutions.
The conga-CAM Kit/MIPI is for evaluation or development purposes only and is
provided "as is".
1.2 What is in the Package
The conga-CAM/MIPI development kit (PN:077655) includes the following items:
Part No. Item Qty Description
048121 conga-PA5/N3350-4G 1 congatec Single Board Computer
048152 conga-PA5/CSP-T 1 congatec passive cooling solution (threaded)
with four screws
44500036 LI-AR023Z-YUV-MIPI 1 Leopard Imaging MIPI-CSI2 Camera (HDR
video camera in pass through mode)
48000042 I-PEX cable FAW-1223-T1 1 Cable for camera-adapter connection
48000043 LI-QA50SA0-ADP v1.2 1 Camera adapter for conga-PA5
10000470 Power Supply Unit 60 W 1 Power supply (12V/5A with 5.5 x 2.5 mm plug)
10000240 USB 2.0 Flash Drive 1 USB stick with pre-configured Yocto BSP (test
image)
Note
2 Hardware Setup
Steps:
1. Attach the conga-PA5/CSP-T passive cooling solution to the module using the
supplied screws.
2. Connect one end of the I-PEX cable to the camera and the other end of the cable
to the camera adapter.
3. Connect the flat foil end of the camera adapter to the module, with the conductive
traces facing up.
4. Attach the USB stick containing pre-installed image.
5. Connect the power supply plug to the module and insert the power cord into a
convenient AC outlet.
Outcome:
a. the board boots from the pre-installed image on the USB stick.
b. login screen appears.
As soon as you plug the attached power supply to a power source, the conga-CAM/MIPI
powers up automatically.
6. Type root and press enter to log in.
7. Type startx to start the window's manager
8. Open a terminal:
– run the camera script with the command bash run_ar023z.sh
– to switch between the open windows, use ALT + TAB keys
Note
1
2
23
4
5
Copyright © 2018 congatec AG CAM_KIT_MIPI_13 3/4
3 Software
3.1 Distribution
The software and documentation is available upon request.
3.2 Supported Operating System
•Yocto
The Yocto BSP is available upon request.
3.3 Board Support Package
The steps below describes how to fetch and install the congatec Yocto BSP. The
BSP provides congatec hardware specific settings, libraries and applications.
3.3.1 Prerequisite:
Yocto Project Development Environment. For more information, visit:
https://www.yoctoproject.org/docs/1.8/yocto-project-qs/yocto-project-qs.html
3.3.2 Steps:
Follow the steps below to clone and apply the congatec BSP:
1. Clone a copy of the Apollo Lake-I BSP from Github and check out the MR3.1
Branch:
$ git clone https://github.com/01org/iotg-yocto-bsp-public.git -b
e3900/master
$ git checkout E3900-MR3.1
2. Run the setup.sh script to customize the congatec BSP for the installation:
$ cd iotg-yocto-bsp-public
$ ./setup.sh
Note
3. Copy the kernel patches to the build machine and extract them:
$ tar xvfz rel_iotg_seg_ipu_integration_mr3_base_mr3.1_cgt.tar.gz
4. Go to the yocto directory:
cd yocto_build/meta-intel-leafhill/recipes-kernel/linux/linux-yocto
5. Move the kernel patches to the linux-yocto directory:
$ mv /home/user/rel_iotg_seg_ipu_integration_mr3_base_mr3.1_cgt/* patches/
6. List the contents of the patch directory and print them to the .scc file:
$ ls patches/ > ipu-patch-integration.scc
7. Open the file with vi editor:
$ vi ipu-patch-integration.scc
8. Press Esc to enter the vim command prompt mode.
– enter the following command:
$ :%s/^/patch patches\//
9. Press Esc to enter the vim command prompt mode.
– enter the following command:
$ :x
10. Edit the kernel BitBake recipe to include the .scc file:
$ cd ..
$ vim linux-yocto_4.1.bbappend
To prevent integration problems, add the SRC_URI as shown below:
SRC_URI += "le://kernel-patch-integration.scc \
le://ipu-patch-integration.scc \
le://kernel_ipu.scc \
le://kernel_io.scc \
le://kernel_audio.scc \
${@bb.utils.contains('AUDIO_FEATURES', 'ssp', 'le://kernel_audio-
ssp.scc', '', d)} \
"
Note
Copyright © 2018 congatec AG CAM_KIT_MIPI_13 4/4
11. Go to the build directory:
$ cd ../../../build/
12. Prepare the build environment and start the image creation process:
$ source ../oe-init-build-env .
$ bitbake core-image-sato-sdk
3.3.3 Installing additional files
1. Start the system.
2. Install the RPM files:
$ rpm -ivh --nodeps aiqb-<version>.x86_64.rpm
$ rpm -ivh --nodeps libiaaiq-<version>.x86_64.rpm
$ rpm -ivh --nodeps libiacss-<version>.x86_64.rpm
$ rpm -ivh --nodeps libcamhal-<version>.x86_64.rpm
$ rpm -ivh --nodeps icamerasrc-<version>.x86_64.rpm
$ rpm -ivh --nodeps <ipu4fw-<version>.DSS.signed.x86_64.rpm
3. Copy the libcamhal_prole.xml to the camera directory:
$ cp libcamhal_prole.xml /etc/camera
4. Restart the system
3.3.4 Testing the application:
1. Type startx to start the window's manager
2. Open a Terminal:
– run the camera script with the command bash run_ar023z.sh
– to switch between the open windows, use ALT + TAB keys

Other Congatec Microcontroller manuals

Congatec SMARC conga-SMX8-X User manual

Congatec

Congatec SMARC conga-SMX8-X User manual

Congatec conga-SBM3 User manual

Congatec

Congatec conga-SBM3 User manual

Congatec conga-SKIT User manual

Congatec

Congatec conga-SKIT User manual

Congatec conga-SKIT/ARM i.MX8 User manual

Congatec

Congatec conga-SKIT/ARM i.MX8 User manual

Congatec conga-QKIT User manual

Congatec

Congatec conga-QKIT User manual

Congatec conga-QKIT/x86 User manual

Congatec

Congatec conga-QKIT/x86 User manual

Congatec conga-SMX8-Mini User manual

Congatec

Congatec conga-SMX8-Mini User manual

Congatec conga-SKIT/APL User manual

Congatec

Congatec conga-SKIT/APL User manual

Popular Microcontroller manuals by other brands

Fujitsu MB90480 Series Hardware manual

Fujitsu

Fujitsu MB90480 Series Hardware manual

sparkfun Gram Piano Series Assembly guide

sparkfun

sparkfun Gram Piano Series Assembly guide

Smarti DIS-4X-INTAS Installation & operation manual

Smarti

Smarti DIS-4X-INTAS Installation & operation manual

Sferalabs Strato Pi CM 4S 32GB user guide

Sferalabs

Sferalabs Strato Pi CM 4S 32GB user guide

Cypress FR MB91460 Series programming

Cypress

Cypress FR MB91460 Series programming

ST STLINK-V3MINIE user manual

ST

ST STLINK-V3MINIE user manual

Motorola ColdFire MCF5281 user manual

Motorola

Motorola ColdFire MCF5281 user manual

mikroElektronika Click quick start guide

mikroElektronika

mikroElektronika Click quick start guide

ST STM32F423 Series Reference manual

ST

ST STM32F423 Series Reference manual

ZiLOG Z16FMC Series quick start guide

ZiLOG

ZiLOG Z16FMC Series quick start guide

Texas Instruments MSP430F6745 manual

Texas Instruments

Texas Instruments MSP430F6745 manual

NXP Semiconductors Freescale TWR-POS-K81 quick start guide

NXP Semiconductors

NXP Semiconductors Freescale TWR-POS-K81 quick start guide

NimbeLink Skywire BeagleBone Cape Lite user manual

NimbeLink

NimbeLink Skywire BeagleBone Cape Lite user manual

Renesas RZ/T1 Series user manual

Renesas

Renesas RZ/T1 Series user manual

Texas Instruments TMS570LC4357 Technical reference manual

Texas Instruments

Texas Instruments TMS570LC4357 Technical reference manual

Allegro ASEK21-T-KIT quick guide

Allegro

Allegro ASEK21-T-KIT quick guide

Nuvoton I94100 Series user manual

Nuvoton

Nuvoton I94100 Series user manual

NXP Semiconductors EasyEVSE EV user guide

NXP Semiconductors

NXP Semiconductors EasyEVSE EV user guide

manuals.online logo
manuals.online logoBrands
  • About & Mission
  • Contact us
  • Privacy Policy
  • Terms and Conditions

Copyright 2025 Manuals.Online. All Rights Reserved.