2010-09-21 02:23:20 Canned demos
Wojtek Skulski (UNITED STATES)
Message: 93641
Hi:
I am looking for the source code directories of canned demos such as a networked oscilloscope. They are described on Wiki, but somehow I cannot locate the source directories under /home/uclinux/uClinux-dist. The following page describes the application, but it does not mention where is the source.
docs.blackfin.uclinux.org/doku.php?id=netscope
Thank you, -- Wojtek
QuoteReplyEditDelete
2010-09-21 02:27:45 Re: Canned demos
Mike Frysinger (UNITED STATES)
Message: 93642
$ grep oscill -i user/*.local -B 1
user/Kconfig.local-config USER_NDSO
user/Kconfig.local: bool "Networked Software Defined Storage Oscilloscope"
$ grep USER_NDSO user/Makefile* user/*/Makefile*
user/blkfin-apps/Makefile:dir_$(CONFIG_USER_NDSO) += ndso
$ ls user/blkfin-apps/ndso/
ChangeLog.txt gnuplot Makefile Readme.txt src_awg src_ndso src_ppi_fpga_prj thttpd web_awg web_ndso web_ppi_fpga_prj
QuoteReplyEditDelete
2010-09-21 23:32:56 Re: Canned demos
Wojtek Skulski (UNITED STATES)
Message: 93715
Mike:
thanks a lot! Just what I needed.
Wojtek