Activity
From 06/02/2018 to 07/01/2018
06/28/2018
I have a custom board with
-- MityDspl-138F module (with FPGA)
-- No Ethernet port
-- UART,USB,SD CARD interface
-- uPP transfer for data process
I have developed a C++ CCS 6.1.3 project with compiler version 7.4.16 which uses ...
06/26/2018
- YY 04:56 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Autoboot Linux in terminal
- It works!
Thanks!
06/25/2018
- JC 01:43 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Autoboot Linux in terminal
- Here you go.
https://stackoverflow.com/questions/10282981/automatic-login-on-angstrom-linux
@# vim /etc/systemd/system/getty.target.wants/serial-getty@ttyS1.service@ - Hello! I have a development board OMAPL138-F, version of kernel linux - 3.2. I have some questions: 1) how can autoboot Linux without entering a user name, 2) what commands are needed and where should they be prescribed?
Thanks! - VP 10:58 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: use of IRAM in the project based on MDK_2014-01-13
- Thanks Michael for your tour reply. Actually I am not much familiar with all the settings. To setup my project I followed the link
https://support.criticallink.com/redmine/projects/arm9-platforms/wiki/DSP_Hello_World
and as suggest...
06/22/2018
- MW 06:45 PM MityDSP-L138 (ARM9 Based Platforms) 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/06/2018
- Here is where I am at with my project using Yocto, and where I could use some help:
1. I have a serial connection to the Target.
2. I have an Ethernet connection to the target.
3. I can compile the Yocto distribution. I have added a m...
06/04/2018
- TR 03:41 PM MityDSP-L138 (ARM9 Based Platforms) 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 MityDSP-L138 (ARM9 Based Platforms) 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 MityDSP-L138 (ARM9 Based Platforms) 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 MityDSP-L138 (ARM9 Based Platforms) 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 MityDSP-L138 (ARM9 Based Platforms) 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 MityDSP-L138 (ARM9 Based Platforms) 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