Part Number: AM62A7
Hi team,
I am trying to add a new driver for 0x03f10 to the AM62A Edgi AI build. |
I have integrated a driver and DTBO, this builds and runs.
I have been working through this to generate a raw file ,so I can tune the ISP, If I run the command to generate a Raw file It doesn't allocate a buffer.
///////////////////mediactl comamnd////////////////////
root@am62axx-evm:~# media-ctl -p
Media controller API version 6.12.35[ 664.905484]
[ 664.905484] vvdn init routing
Media device information
------------------------
driver [ 664.912545]
[ 664.912545] vvdn set1 routing
j721e-csi2rx
model TI-CSI2RX
serial [ 664.922583]
[ 664.922583] vvdn init format
bus info platform:30102000.ticsi2rx
hw revision 0[ 664.932662]
[ 664.932662] vvdn get frame internval
x1
driver version 6.12.35
Device topology
- entity 1: 3010[ 664.943137] ox06c 2-0036:
[ 664.943137] vvdn get frame
2000.ticsi2rx (7 pads, 7 links, 1 route)
type V4L2 [ 664.954231]
[ 664.954231] vvdn get frame internval
subdev subtype Unknown flags 0
device node name /de[ 664.964726] ox06c 2-0036:
[ 664.964726] vvdn get frame
v/v4l-subdev0
routes:
0/0 -> 1/0 [ACTIVE]
pad0: SINK
[stream:0 fmt:SRGGB12_1X12/1920x1280 field:none]
<- "cdns_csi2rx.30101000.csi-bridge":1 [ENABLED,IMMUTABLE]
pad1: SOURCE
[stream:0 fmt:SRGGB12_1X12/1920x1280 field:none]
-> "30102000.ticsi2rx context 0":0 [ENABLED,IMMUTABLE]
pad2: SOURCE
-> "30102000.ticsi2rx context 1":0 [ENABLED,IMMUTABLE]
pad3: SOURCE
-> "30102000.ticsi2rx context 2":0 [ENABLED,IMMUTABLE]
pad4: SOURCE
-> "30102000.ticsi2rx context 3":0 [ENABLED,IMMUTABLE]
pad5: SOURCE
-> "30102000.ticsi2rx context 4":0 [ENABLED,IMMUTABLE]
pad6: SOURCE
-> "30102000.ticsi2rx context 5":0 [ENABLED,IMMUTABLE]
- entity 9: cdns_csi2rx.30101000.csi-bridge (5 pads, 2 links, 1 route)
type V4L2 subdev subtype Unknown flags 0
device node name /dev/v4l-subdev1
routes:
0/0 -> 1/0 [ACTIVE]
pad0: SINK
[stream:0 fmt:SRGGB12_1X12/1920x1280 field:none]
<- "ox06c 2-0036":0 [ENABLED,IMMUTABLE]
pad1: SOURCE
[stream:0 fmt:SRGGB12_1X12/1920x1280 field:none]
-> "30102000.ticsi2rx":0 [ENABLED,IMMUTABLE]
pad2: SOURCE
pad3: SOURCE
pad4: SOURCE
- entity 15: ox06c 2-0036 (1 pad, 1 link, 2 routes)
type V4L2 subdev subtype Sensor flags 0
device node name /dev/v4l-subdev2
routes:
0/0 -> 0/0 [ACTIVE]
0/0 -> 0/1 [ACTIVE]
pad0: SOURCE
[stream:0 fmt:SRGGB12_1X12/1920x1280@1/60 field:none colorspace:raw]
[stream:1 fmt:unknown/0x0@1/60]
-> "cdns_csi2rx.30101000.csi-bridge":0 [ENABLED,IMMUTABLE]
- entity 21: 30102000.ticsi2rx context 0 (1 pad, 1 link)
type Node subtype V4L flags 0
device node name /dev/video2
pad0: SINK
<- "30102000.ticsi2rx":1 [ENABLED,IMMUTABLE]
- entity 27: 30102000.ticsi2rx context 1 (1 pad, 1 link)
type Node subtype V4L flags 0
device node name /dev/video3
pad0: SINK
<- "30102000.ticsi2rx":2 [ENABLED,IMMUTABLE]
- entity 33: 30102000.ticsi2rx context 2 (1 pad, 1 link)
type Node subtype V4L flags 0
device node name /dev/video4
pad0: SINK
<- "30102000.ticsi2rx":3 [ENABLED,IMMUTABLE]
- entity 39: 30102000.ticsi2rx context 3 (1 pad, 1 link)
type Node subtype V4L flags 0
device node name /dev/video5
pad0: SINK
<- "30102000.ticsi2rx":4 [ENABLED,IMMUTABLE]
- entity 45: 30102000.ticsi2rx context 4 (1 pad, 1 link)
type Node subtype V4L flags 0
device node name /dev/video6
pad0: SINK
<- "30102000.ticsi2rx":5 [ENABLED,IMMUTABLE]
- entity 51: 30102000.ticsi2rx context 5 (1 pad, 1 link)
type Node subtype V4L flags 0
device node name /dev/video7
pad0: SINK
<- "30102000.ticsi2rx":6 [ENABLED,IMMUTABLE]

