NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.
Talk:Getting Started With C6Run On Beagleboard
Comments on Getting Started With C6Run On Beagleboard
Twilight said ...
Suhl said ...
somehow strange, becouse tested examples showed better performance for arm than dsp core:
/examples/c6runapp/emqbit# ./benc h_arm N=16, nTimes=100: Dot with C code => time:3.1e-05 s N=16, nTimes=100: Distance with C code => time:9.1e-05 s N=32, nTimes=100: Dot with C code => time:6.2e-05 s N=32, nTimes=100: Distance with C code => time:0.000152 s N=64, nTimes=100: Dot with C code => time:0.000153 s N=64, nTimes=100: Distance with C code => time:0.000305 s N=128, nTimes=100: Dot with C code => time:0.000305 s N=128, nTimes=100: Distance with C code => time:0.00058 s N=256, nTimes=100: Dot with C code => time:0.000579 s N=256, nTimes=100: Distance with C code => time:0.00116 s N=512, nTimes=100: Dot with C code => time:0.00116 s N=512, nTimes=100: Distance with C code => time:0.003113 s N=1024, nTimes=100: Dot with C code => time:0.002289 s N=1024, nTimes=100: Distance with C code => time:0.005066 s N=2048, nTimes=100: Dot with C code => time:0.005066 s N=2048, nTimes=100: Distance with C code => time:0.009491 s N=4096, nTimes=100: Dot with C code => time:0.009613 s N=4096, nTimes=100: Distance with C code => time:0.018616 s N=8192, nTimes=100: Dot with C code => time:0.01825 s N=8192, nTimes=100: Distance with C code => time:0.036865 s N=16384, nTimes=100: Dot with C code => time:0.036468 s N=16384, nTimes=100: Distance with C code => time:0.073364 s
/examples/c6runapp/emqbit# ./benc h_dsp N=16, nTimes=100: Dot with C code => time:0.000527 s N=16, nTimes=100: Distance with C code => time:0.002645 s N=32, nTimes=100: Dot with C code => time:0.001026 s N=32, nTimes=100: Distance with C code => time:0.003972 s N=64, nTimes=100: Dot with C code => time:0.002119 s N=64, nTimes=100: Distance with C code => time:0.006593 s N=128, nTimes=100: Dot with C code => time:0.004125 s N=128, nTimes=100: Distance with C code => time:0.011755 s N=256, nTimes=100: Dot with C code => time:0.008236 s N=256, nTimes=100: Distance with C code => time:0.022216 s N=512, nTimes=100: Dot with C code => time:0.016669 s N=512, nTimes=100: Distance with C code => time:0.042813 s N=1024, nTimes=100: Dot with C code => time:0.03311 s N=1024, nTimes=100: Distance with C code => time:0.084269 s N=2048, nTimes=100: Dot with C code => time:0.066035 s N=2048, nTimes=100: Distance with C code => time:0.167391 s N=4096, nTimes=100: Dot with C code => time:0.131762 s N=4096, nTimes=100: Distance with C code => time:0.333434 s N=8192, nTimes=100: Dot with C code => time:0.263476 s N=8192, nTimes=100: Distance with C code => time:0.665751 s N=16384, nTimes=100: Dot with C code => time:0.533226 s N=16384, nTimes=100: Distance with C code => time:1.33683 s
How is it possible?
suhl
--Suhl 21:45, 25 June 2011 (CDT)
S.CHAMPIN said ...
Hi! were find the following file for "Building Base Image for Beagleboard": . ~/.oe/environment Thanks!
--S.CHAMPIN 07:19, 11 July 2011 (CDT)
S.CHAMPIN said ...
I try to skip this command:". ~/.oe/environment" for make:"bitbake base-image console-image" but I have this error : "OperationalError: attempt to write a readonly database" Can you help me! Thanks
--S.CHAMPIN 09:10, 12 July 2011 (CDT)
Please I need Help, Wen I run the command
bitbake base-image console-image
Appear this error:
ERROR: no recipe files to build, check your BBPATH and BBFILES? NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. ERROR: no recipe files to build, check your BBPATH and BBFILES? FATAL: Openembedded's config sanity checker detected a potential misconfiguration. Either fix the cause of this error or at your own risk disable the checker (see sanity.conf). Following is the list of potential problems / advisories:
Please set TARGET_ARCH directly, or choose a MACHINE or DISTRO that does so.
--Twilight 22:26, 14 February 2011 (CST)