This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Linux
Hi, team
I'm new to DRA714 platform and will want to only buy cpu board "EVMX777BG-01-00-00".First,I need to make jumper wire camera module to camera I/F(J5) of the cpu board.The camera module is ov10635.I plan to verify preview function from camera raw-data input,buffer processing and display output.My questions are:
1.Could you give me suggestion which demo code can be my reference or development's codebase?
2.If I want to call DSP API for calculation,can I refer to whcich software layer,folder or document?
3.I think the OS selection for RTOS and linux,can I refer to whcich software layer,folder or document?
Thanks a lot for all.
Best Regards,
Jacob Lin
Hi CK Hsu
Thanks a lot for your response.
1.Is the "demo usecase singlecam display" means
"PROCESSOR_SDK_VISION_03_04_00_00/vision_sdk/apps/src/hlos/adas/src/usecases/vip_single_cam_openclframe_copy"?Then, how do I configure to make the sample code and test the execution file? Or is there any guideline?For image preview,For the purpose of image preview, I "just only" have a J6Entry board(EVMX777BG-01-00-00 or cpu board) and can focus on the sample code to check the regarding camera module(ov10635,aptina...) to interface of J6Entry board.
2.I plan to use a camera module(e.g. ov10635) and the interface includes camera_data,hsync,vsync,clock,i2c_data,i2c_clk....Then,I will make jumper wire the camera module to J6Entry board J5(camera_data,hsync,vsync,clock,i2c_data,i2c_clk...) and set YUV format output by I2C command.For demo usecase,is the J5 interface OK? Or do I still need to follow the camera interface from Vision board to J6Entry board?
3.If I want to use DRA714-DSP over RTOS,how do I write the alglink to use it or use it? Any guideline?Because I have a image algorithm
and run it on DSP-TMS320DM6437 over RTOS,how do I port my algorithm from TMS320DM6437 to DRA714?
Thanks so much again.
Best Regards,
Jacob Lin
Hi Shiju
Thanks a lot for your explanation and help.
1.For our budget,we can only buy a CPU board(J6Entry board).And I find the camera interface(J5 and J15 connector) on CPU board and will want to buy a new camera module for it or make jumper wire to the interface from my camera module.For my question and my case,where do I modify the usecase "vip_single_cam_frame_copy" (For RTOS only)?Can I modify it or driver? Or I can directly buy the special camera module,e.g. LVDS interface? MIPI interface?...Because I don't understand the difference between "Vision-daughter-board" and "No Vision-daughter-board" with CPU board.
2.What reason do the Linux need the RTOS? I mean the "Linux + RTOS".Is the pure Linux OK?
Thanks so much for your kindly help!!
Best Regards,
Jacob
Hi CK Hsu
Thanks a lot for your help.
I don't have vision board and I'm new to TI platform and VSDK.I don't know PDK and where I need to modify the PDK inside
the VSDK to skip the functions that related to vision board? Could you clearly point out the PDK inside the the VSDK for
usecase "vip_single_cam_frame_copy" or "vip_single_cam_view"?
In addition,are there any materials for how to build the TI RTOS,build environment and build tool?
Best Regards,
Jacob
Dear Shiju and CK,
Thanks for your responses.
If we just have a CPU board for SOC-DRA714's development and integrate our algorithm to DRA714 platform, it's NOT regarding ADAS,deep learning and AI design for our system NOW. Our system is automotive application for image processing.
For our purpose:
1. Could you give us suggestion for RTOS BSP/SDKs(e.g."Automotive RTOS Processor SDK for DRA7x"? or still VSDK?)? We must not want to use the "VSDK" and just TI Agent gives us the suggestion to VSDK.
2. We don't clearly understand the purpose of vision board and need to think our COST and BUDGET for us.CK tells us "only need to connect the OV10635 to the J6Entry board on the related pins and modify the PDK". It's Ok without vision board. Shiju tells us "Without vision card + TDA EVM, we would't be able to make any good progress with VSDK package".Which is correct? How should I do?
Thanks so so much.
Best Regards,
Jacob
I'm Jacob's colleague.
When I tried to integrate "vip_single_cam_frame_copy" to my project, I encounter the same problem like following:how to create a usecase project?I can't build it;please help me; - Processors forum - Processors - TI...
There's error in the "PROCESSOR_SDK_VISION_03_05_00_00/vision_sdk/links_fw/include/link_api/system_linkId.h:836:21" file and
error message is: enumerator value for 'SYSTEM_LINK_ID_CAPTURE_0' is not an integer constant ... and so on.