Activity
From 06/11/2018 to 07/10/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 Software Development: RE: Autoboot Linux in terminal
- It works!
Thanks!
06/25/2018
- JC 01:43 PM 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 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 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...