I used a solution from another thread to copy in the startup script for V4L2 so that the proper binaries were loaded and such. Disable the matrix-gui as well. This is the 5.3.1.15 version of the SDK.
Downloaded and fixed up the rules to compile the saLoopBack.c and saLoopBackFbdev.c examples.
I am feeding the OMX loopback output from one EVM8168 to get a properly framed input for the development EVM8168 with the latest SDK build.
If I execute saLoopBack, I see the video properly on the screen (the second time, there is inevitable failure the first time the program is run).
If I then execute saLoopBackFbdev , I get the following :
Driver Name: ti81xxvin
Driver bus info: TI81xx Platform
Driver is capable of doing capture
saLoopBackFbdev:
Mode set is 1080P60
Timing Info:
pixel_clk = 148500
x_res = 1920
y_res = 1080
hfp = 88
hsw = 44
hbp = 148
vfp = 4
vsw = 5
vbp = 36
=============================================================
Capture Format:
=============================================================
fmt.type = 1
fmt.width = 1920
fmt.height = 1080
fmt.pixelformat = 859981650
fmt.bytesperline = 5760
fmt.sizeimage = 6220800
=============================================================
Fix Screen Info:
----------------
Line Length - 3840
Physical Address = 8ce00000
Buffer Length = 41943040
Var Screen Info:
----------------
Xres - 1920
Yres - 1080
Xres Virtual - 1920
Yres Virtual - 8640
nonstd - 0
Bits Per Pixel - 16
blue lenth 5 msb 0 offset 0
red lenth 5 msb 0 offset 11
green lenth 6 msb 0 offset 5
trans lenth 0 msb 0 offset 0
Var Screen Info:
----------------
Xres - 1920
Yres - 1080
Xres Virtual - 1920
Yres Virtual - 4320
nonstd - 0
Bits Per Pixel - 24
blue lenth 8 msb 0 offset 0
red lenth 8 msb 0 offset 16
green lenth 8 msb 0 offset 8
trans lenth 0 msb 0 offset 0
Fix Screen Info:
----------------
Line Length - 5760
Physical Address = 8ce00000
Buffer Length = 41943040
C: 0
TS: 59730 index 0
wait vsync failed.
: Connection timed out
Result Time: 0 734002
Floating point exception
Any quick ideas on why waiting for vsync fails??
Tony M.