Linux

NXP i.MX SoC Family/Device Trees

Introduction to Device Trees - Linux

10 Linux 10.1 Reading the flattened device tree (FDT) 커널 구성 옵션에 CONFIG_PROC_DEVICETREE가 설정되어 있으면, 부팅 후 /proc 파일 시스템 내에서 커널이 파싱한 실제 디바이스 트리를 볼 수 있다. 예를 들어, /proc/device-tree 아래의 모든 노드에 대해 찾기를 실행할 수 있다: [root@p4080ds]# cd /proc/device-tree [root@p4080ds]# find . ./name [...] ./model ./fsl,dpaa/ethernet@0/fsl,qman-channel [...] ./soc@ffe000000/fman@500000/ethernet@f0000/phy-connection-type [...] ./..

NXP i.MX SoC Family/i.MX 8M Plus Camera and Display Guide

i.MX 8M Plus Camera and Display Guide - ISP Software Arbitrary Resolution Switch Guide

4.1 ISP sensor input 4.1.1 Sensor size limitation SensorInputSize (bounds_width x bounds_height): 최소 해상도: 176 x 144 최대 해상도: 4096 x 3072 너비 정렬: 16 픽셀 높이 정렬: 8 픽셀 EffectiveDataSize (width x height): 최소 해상도: 176 x 144 최대 해상도: 4096 x 3072 너비 정렬: 16 픽셀 높이 정렬: 8 필셀 Limitations: 상단 오프셋: 제한 없음 좌측 오프셋: 제한 없음 Bounds_width >= (left + width) Bounds_height >= (top + height) 센서의 입력 변경은 센서 드라이버에서 지원해야 한다. sens..

NXP i.MX SoC Family/i.MX 8M Plus Camera and Display Guide

i.MX 8M Plus Camera and Display Guide - ISP Using V4L2 Interface

3.1 Overview 이 문서는 Video For Linux 2를 사용하는 ISP 소프트웨어 Application Programming Interface (API)에 대해 설명한다. ISP 소프트웨어 V4L2 API는 Linux 표준 API에서 ISP 하드웨어, 센서 하드웨어와 보정 데이터를 컨트롤한다. 커널 V4L2 드라이버는 V4L2 사용자 애플리케이션의 API 명령과 요청을 처리한다. ISP 소프트웨어 스택과 통신하고 V4L2 사용자 애플리케이션에 이미지 버퍼를 전달한다. 현재, 이 API에는 더 이상 사용되지 않는 함수가 없다. 3.1.1 Requirements/dependencies Linux 환경은 V4L2와 호환된다. 3.1.2 Supported features Table 7에 나열된 IS..

NXP i.MX SoC Family/i.MX Linux Reference Manual

i.MX Linux Reference Manual - Unit Tests - Security

10.7 Security 10.7.1 Display Content Integrity Checker (DCIC) 10.7.1.1 Test Name mxc_dcic_test.out 10.7.1.1.1 Location /unit_tests/DCIC/ 10.7.1.1.2 Functionality DCIC의 목표는 디스플레이로 전송된 안전에 중요한 정보가 손상되지 않았는지 확인하는 것이다. 10.7.1.1.3 Configuration None 10.7.1.1.4 Use Case and Expected Output # ./mxc_dcic_test.out -bw 18 -dev 1 mxc_dcic_test.out에 대한 예상 출력: Opened fb0 open /dev/dcic1 bpp=16, bus_width=18 ..

NXP i.MX SoC Family/i.MX Linux Reference Manual

i.MX Linux Reference Manual - Unit Tests - Audio

10.6 Audio 10.6.1 Advanced Linux Sound Architecture (ALSA) System on a Chip (ASoC) Sound 10.6.1.1 Test Name mxc_tuner_test.out 10.6.1.1.1 Location /unit_tests/ALSA/ 10.6.1.1.2 Functionality ALSA를 사용하여 오디오 기능 테스트. 10.6.1.1.3 Configuration ALSA는 aplay, arecord와 speaker-test의 테스트를 위해 모든 i.MX에서 지원된다. 이 tuner 테스트를 사용하려면, i.MX 6 자동 레퍼런스 보드에서만 사용할 수 있는 tuner 하드웨어가 필요하다. 10.6.1.1.4 Use Case and Expected..

까마귀75
'Linux' 태그의 글 목록