Activity
From 05/26/2018 to 06/24/2018
06/22/2018
- MW 06:45 PM Software Development: RE: use of IRAM in the project based on MDK_2014-01-13
- Check the cache settings for the L2 in the BIOS section for the DSP project. The cache can be configured to use up some of the IRAM, you may need to reduce it.
- Hi,
I have a custom board with
-- MityDspl-138F module (with FPGA)
-- No Ethernet port
-- UART,USB,SD CARD interface
-- uPP transfer for data process
We are using MMC card for booting linux and to copy application software files...
06/04/2018
- TR 03:41 PM Software Development: RE: xmlrpc libs for application
- ok, that may be the path of least resistance at this point, thanks for the quick response, Regs, Tom
- JC 03:31 PM Software Development: RE: xmlrpc libs for application
- I'm not sure the opkg-target command works or exists anymore. You could with some effort, install the curl libraries on your l138. Then copy them back to your host machine into the correct sysroot location.
- TR 03:21 PM Software Development: RE: xmlrpc libs for application
- Hi Bob,
So I first took a shot at building xmlrpc with the Angstrom 2012.5 rootfs. Have pulled a version of the code that around the time period and got it configured but it's needs curl. From the target I see that curl is an availabl... - BD 02:19 PM Software Development: RE: xmlrpc libs for application
- Tom Riddle wrote:
> Hi,
> ...
Tom, I'm sorry, but that documentation is out-of-date relative to our latest Yocto-based releases.
If you look at the latest MDK, 2018.04, you see a README with a link to the sources and setup files use... - TR 01:15 PM Software Development: RE: xmlrpc libs for application
- Hi,
Hope someone can assist with the following questions. I need to install some packages on the host build system here and have been following this link as to how.
https://support.criticallink.com/redmine/projects/arm9-platforms/w...
06/02/2018
- TR 01:00 PM Software Development: RE: xmlrpc libs for application
- Hi Jonathan, Thanks for the status. Yea I poked around and couldn't readily find links to sources either. I will take a shot at a few things here 1st. So with the Yocto MDK is it the same kernel version? Regs, Tom
06/01/2018
- JC 05:31 PM Software Development: RE: xmlrpc libs for application
- Tom, the open embedded instructions are unlikely to work. They are at least 6 years out of date and I believe most of the urls required have disappeared.
I updated the wiki page to state this. Let us know if you are interested in bui... - TR 04:51 PM Software Development: RE: xmlrpc libs for application
- Hi Bob, So the link Jonathan posted was helpful with our task of building xmlrpc from source. However I am a bit confused WRT OpenEmbedded Classic, OpenEmbedded core. So the MDK we are using has the Angstrom version below. Which one is t...
05/31/2018
- BD 03:39 PM Software Development: RE: xmlrpc libs for application
- Hi Tom, I'm not sure I entirely understand what you are trying to accomplish, but let me start with giving you a few pointers:
Our newest MDK is based on the Yocto project and it can be found under the files tab (Release 2018.04). As ... - TR 03:12 PM Software Development: RE: xmlrpc libs for application
- Some additional detail, have been using the Jan-2014 based MDK for the kernel work to this point, however it doesn't have the oe template. The other MDK I have is MDK_2011-03-31, which does. If I was going to install Open Embedded which ...
- TR 11:37 AM Software Development: RE: xmlrpc libs for application
- Hi, I was looking for opkg-target which is part of the MDK, where would it be? BTW, I am not using the VM on Windows but host natively on a Linux box to develop on. Thanks, Tom
05/30/2018
- TR 11:33 PM Software Development: RE: xmlrpc libs for application
- Hi Jonathan, Thanks that's going to get me started. Regs, Tom
- JC 09:54 PM Software Development: RE: xmlrpc libs for application
- Looks like the library supports autotools and configure. Check out this link: https://support.criticallink.com/redmine/projects/arm9-platforms/wiki/ARM_Software_FAQs#Building-library-which-uses-autotools
- Hi, We have a need to build one of our custom C based apps for the MityDSP L138. It requires libxmlrpc_server and libxmlrpc_util, etc to build against. I cannot locate an libxml*.so in the MDK or in the ti-dvsdk either so it's probably n...