Unable to ap1302 firmware on default image for FRDM im93 board when trying to use RPI_CAM

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Unable to ap1302 firmware on default image for FRDM im93 board when trying to use RPI_CAM

跳至解决方案
699 次查看
Aditya_Vashista
Contributor II

I am trying to run the demos on NXP Go point which comes pre-installed in the FRDM imx-93 development board. For that i have downloaded the ap1302 firmware from ONSEMI github repo 9as mentioned in Board User Manual Rev. 1.0. I have renamed and placed the firmware file in /lib/firmware/imx/camera/ path as well.  When connecting RPI-CAM-MIPI, i am not able to interface with the camera and getting no feed when trying to run GoPoint demos for video test or object classification.

I have tried using all 3 firmwares, available on ONSEMI github link in UM, but getting the same results. 

Output of $dmesg | grep ap1302, is attached as image.

标签 (2)
标记 (3)
0 项奖励
回复
1 解答
680 次查看
Chavira
NXP TechSupport
NXP TechSupport

Hi @Aditya_Vashista!

Thank you for contacting NXP Support!

 

You should download the "ap1302_60fps_ar0144_27M_2Lane_awb_tuning.bin" file from the ON Semiconductor github page, rename the file to "ap1302.fw" and save the file in  "/lib/firmware/imx/camera/"

 

After that you have to reboot your board and corroborate that the camera is working with the next command:

 

$ gst-launch-1.0 -v v4l2src device=/dev/video0 ! "video/x-raw,format=YUY2,width=1280,height=800" ! queue ! waylandsink

 

I have tried those steps by my side and is working  without problems.

 

Best Regards!

Chavira

 

在原帖中查看解决方案

3 回复数
601 次查看
Abisha
Contributor I

Hi @Aditya_Vashista 

Have you resolved this issue? I am also working on the same board and facing the same problem.

0 项奖励
回复
597 次查看
Aditya_Vashista
Contributor II

Hi @Abisha,

Yes, the solution provided resolved the issue.

 

 

0 项奖励
回复
681 次查看
Chavira
NXP TechSupport
NXP TechSupport

Hi @Aditya_Vashista!

Thank you for contacting NXP Support!

 

You should download the "ap1302_60fps_ar0144_27M_2Lane_awb_tuning.bin" file from the ON Semiconductor github page, rename the file to "ap1302.fw" and save the file in  "/lib/firmware/imx/camera/"

 

After that you have to reboot your board and corroborate that the camera is working with the next command:

 

$ gst-launch-1.0 -v v4l2src device=/dev/video0 ! "video/x-raw,format=YUY2,width=1280,height=800" ! queue ! waylandsink

 

I have tried those steps by my side and is working  without problems.

 

Best Regards!

Chavira