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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
437 Views
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.

Labels (2)
Tags (3)
0 Kudos
Reply
1 Solution
418 Views
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

 

View solution in original post

3 Replies
339 Views
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 Kudos
Reply
335 Views
Aditya_Vashista
Contributor II

Hi @Abisha,

Yes, the solution provided resolved the issue.

 

 

0 Kudos
Reply
419 Views
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