Hi,
I want a boot print message for a TDA2X EVM board.Could you give me a complete Boot print log?Please send me a document.Thank you!
Best regards ,
Ycc
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.
Hi,
I want a boot print message for a TDA2X EVM board.Could you give me a complete Boot print log?Please send me a document.Thank you!
Best regards ,
Ycc
Hi,
Please find attached the logs for the application (Vision-SDK) as well the kernel logs on boot-up.
Regards
Shravan
Hi,
I have already seen your VSDKLinux boot logs.txt.I have a question.when you Log in as root on the UART console,you can run ./apps.out directly.
I compiled VisionSDK according to VisionSDK_Linux_UserGuide to create SD card boot.The instructions for running the demo are as follows:
I have to run load_ocl_kos.sh、opencl_env.sh、vision_sdk_load.sh first,then run apps.out.Otherwise it will give an error.As shown below
root@dra7xx-evm:/opt/vision_sdk# ./apps.out
ASSERT (osa_mem.c|OSA_memInit|595)
Why can you run apps.out directly?What are the effects of these three documents?Finally, I attached the log record of my operation.
Regards,
Yccmy log.log
Hi,
You have to run the vision_sdk_load.sh script before running apps.out as it loads the memcache kernel module which is used by the Vision-SDK application.
If you have any further questions, please create a new thread, we will support you. Issue pertaining to the Vision-SDK logs is resolved.
Thank you.
Regards
Shravan
EDIT: You need to run the script vision-sdk-load.sh, not source it. please go to /opt/vision_sdk folder and run ./vision-sdk-load.sh.