720p@30fps HD USB Webcam DEMO Application is ready to download from link: 720p@30fps HD USB Webcam DEMO Application is ready to download.
- Bill
The download link is: www.leopardimaging.com/Download.html
It's greate :D
thx, can anyone with the board make a video capture with this and post it?
I am sure i am not doing something correct here. i keep getting this error when I run "make" from the sd_boot_readme. Can anyone help me on this?
desktop:~/DM365SDK844703/HD 720p USB Webcam/dm3xx_sd_boot-6_leopard$ make
make -C sdcard_flash PLATFORM=DM36x all
make[1]: Entering directory `/home/kappiah/DM365SDK844703/HD 720p USB Webcam/dm3xx_sd_boot-6_leopard/sdcard_flash'
arm_v5t_le-gcc -DUBL_NAND=1 -Os -IDM36x -DDM36x -g -DANSI_COLORS --include sdc_debug.h -I../flash_utils/Common/include -I../flash_utils/DM36x/Common/include -I../flash_utils/Common/arch/arm926ejs/include -I../flash_utils/Common/sft/include -I../flash_utils/Common/gnu/include -I../flash_utils/Common/drivers/include -I ../flash_utils/Common/ubl/include ../flash_utils/Common/arch/arm926ejs/src/boot.c -c -o DM36x/boot.o
make[1]: arm_v5t_le-gcc: Command not found
make[1]: *** [DM36x/boot.o] Error 127
make[1]: Leaving directory `/home/kappiah/DM365SDK844703/HD 720p USB Webcam/dm3xx_sd_boot-6_leopard/sdcard_flash'
make: *** [all] Error 2
you need the cross platform GCC (arm) package installed, it cannot find it (arm_v5t_le-gcc)
Thanks Kang, any pointer to how i can get it the cross platform GCC installed?
i have not used it, but it is probably bundled in the ridgerun sdk or montavista, depending on what you use exactly
try find / -name arm_v5t_le-gcc if you have no clue, then add the path where it is located to your path eg
export PATH=$PATH:/usr/local/bin/arm_..
Otherwise, if it's not included, you can just follow this:
processors.wiki.ti.com/.../DMAI_GStreamer_Plug-In_Getting_Started_Guide
I have installed the RR SDK, mvl_5_0_0801921_demo_sys_setuplinux & mvl_5_0_0_demo_lsp_setuplinux_02_00_00_140, i still dont have the compiler on my system. Am i missing any of the montavista stuff?
The compiler is available here: software-dl.ti.com/.../index_FDS.html
The only thing you need is MVL 5.0 Tools
I didn't notice that you've already install it (mvl_5_0_0801921_demo_sys_setuplinux). It is just not in your path. By default, the tool is at /opt/mv_pro_5.0/montavista/pro/devkit/arm/v5t_le/bin
Thanks Leon, for some reason the only directory i have under /opt/mv_pro_5.0/montavista/pro/devkit/ is lsp.
/opt/mv_pro_5.0/montavista/pro/devkit/lsp/ti-davinci/linux-2.6.18_pro500. Thus i dont have ../arm/v5t_le/bin. I will install the tools again.
Get it working now. i did not untar the mvltools. Thanks
Now, my linux box does not have SD card slot so i am using USB interface [/media/095F-D66A]
Does anyone know how i can format it with the ./dm3xx_sdboot format /dev/sdX command?
please do "ls /dev/sd*", and then compare to what you get after the USB card reader is connected. You will find the device.
Perfect, it work for me now. Thanks Leon!