Activity
From 05/23/2017 to 06/21/2017
06/19/2017
- AB 06:59 PM PCB Development: RE: Analog input and outpur
- Andri,
Thank you for your inquiry.
Our standard MitySOM-L138F development kit (http://www.criticallink.com/product/mitydsp-l138f-dev-kit/) does not feature either an analog to digital converter (ADC) or digital to analog converters...
06/17/2017
- Hello,
I own OMAP-L138F board and I am still new to this platform. Would you kindly inform me how can I set the board to read and send analog input ad output?
I am planning use integrate this board to a microwave radar.
regards,
06/12/2017
- MW 12:03 PM Software Development: RE: MityDSP-L138 ARM Bare Metal Development - Code Composer Studio 7
- Hi Rik,
Have you seen this "Starterware wiki page":https://support.criticallink.com/redmine/projects/arm9-platforms/wiki/StarterWare?
A while back we had a couple of engineers here get some of the basic Starterware applications wor... - Hi,
I am trying to create a bare metal application for the MityDSP-L138 ARM9 processor using Code Composer Studio 7.
I have an XDS100v3 emulator.
I have created an OMAP hello world application using code composer studio but I am...
06/08/2017
- JC 05:12 PM Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
- In this case you need to determine where the sd card was mounted. If you prefer the using the gui, then you can right click in the mounted rootfs folder and go to properties. It should show that it was mounted in /media/mitydsp/.
So... - VP 03:29 PM Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
- Jonathan Cormier wrote:
> Vivek Ponnani wrote:
> ...
I am attaching screenshot for the error message I got. - JC 01:24 PM Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
- Vivek Ponnani wrote:
> Jonathan Cormier wrote:
> ...
What error message are you getting? My best guess would be that you are trying to copy files to the sd card which is owned by user root. In that case you need to use sudo to copy w... - VP 12:12 PM Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
- Jonathan Cormier wrote:
> The sd card if formated ext3 or fat32, it should automount to /dev/mmcblk0p1.
> ...
Hi Jonathan,
I am trying to copy application .out file to SD card in Linux VM, but it is not allowing me to copy. The SD c...
06/06/2017
- JC 03:22 PM Software Development: RE: MityDSP-L138F - External SPI access from "Industrial IO Development Kit"
- Updated to contain info on 3B and 3C.
https://support.criticallink.com/redmine/projects/indio/wiki/Industrial_IO_Revision_Information
06/01/2017
- AB 10:37 PM Software Development: RE: Increasing Memory RAM
- Alex,
To begin with can you confirm the module model number you are utilizing specifically? I.e. 1810-DG-225-RC
Unfortunately the AM1810/OMAP-L138 family of processors is limited to a maximum of memory space of 256MByte as shown in... - Hello Good day,
I am working with the MitySOM-1810F PROFIBUS Development kit, I saw the technical characteristics of the ARM9 microprocessor and I know it has 90 MB of *RAM MEMORY*.
I need at least 400 mb of RAM MEMORY for my appli...
05/27/2017
- AH 11:07 AM Software Development: RE: MityDSP-L138F - External SPI access from "Industrial IO Development Kit"
- Hello Mike,
I am using 80-000268RI-3B. but there are no update in the following link regarding the update
https://support.criticallink.com/redmine/projects/indio/wiki/Industrial_IO_Revision_Information
Which revision I can refer t...
05/23/2017
- JC 06:50 PM Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
- The sd card if formated ext3 or fat32, it should automount to /dev/mmcblk0p1.
- VP 06:28 PM Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
- Jonathan Cormier wrote:
> I've not really tried to send files over the terminal. But it should be possible using xmodem. The L138 filesystem has the rx program which is used to receive xmodem file streams. sx would be used on the oth... - JC 06:03 PM Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
- http://k.japko.eu/serial-transfers.html
- JC 05:59 PM Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
- I've not really tried to send files over the terminal. But it should be possible using xmodem. The L138 filesystem has the rx program which is used to receive xmodem file streams. sx would be used on the other side. I'm not sure exac...
- VP 05:52 PM Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
- Jonathan Cormier wrote:
> Vivek Ponnani wrote:
> ...
Hi Jonathan,
It seems the first command of install Prereqs (sudo apt-get install libgnomeui-0 libusb-1.0-0-dev ) didn't work well in my first installation(may be due to momentaril...