Activity
From 05/14/2017 to 06/12/2017
06/12/2017
- 12:03 PM MityDSP-L138 (ARM9 Based Platforms) 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-platform... - Hi,
I am trying to create a bare metal application for the MityDSP-L138 ARM9 processor using Code Composer Studio ...
06/08/2017
- 05:12 PM MityDSP-L138 (ARM9 Based Platforms) 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 righ...
- 03:29 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
- Jonathan Cormier wrote:
> Vivek Ponnani wrote:
> > Jonathan Cormier wrote:
> > > The sd card if formated ext3 or f... - 01:24 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
- Vivek Ponnani wrote:
> Jonathan Cormier wrote:
> > The sd card if formated ext3 or fat32, it should automount to /d... - 12:12 PM MityDSP-L138 (ARM9 Based Platforms) 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.
> [...]
> ...
06/07/2017
- 02:20 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Using EEPROM available on MitySOM-5CSX
- Hello Mike and Adam,
I very much appreciate you both providing other suggestions readily available with our MitySO...
06/06/2017
- 03:22 PM MityDSP-L138 (ARM9 Based Platforms) 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_Rev...
06/02/2017
- 12:14 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Using EEPROM available on MitySOM-5CSX
- The QSPI NOR is supported by the MTD layer, so you should be able to partition it and mount it using JFFS2 (or perhap...
- 12:05 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Using EEPROM available on MitySOM-5CSX
- We're using the 5CSX-H6-4YA so we should have 32MB of QSPI NOR, and we are booting from SD card, though it's possible...
- 10:25 AM MitySOM-5CSX Altera Cyclone V Software Development: RE: Using EEPROM available on MitySOM-5CSX
- Hi Jared,
If you are looking for a small amount of space, there is also some memory available in the RTC. There i...
06/01/2017
- 11:52 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Using EEPROM available on MitySOM-5CSX
- Hi Jared,
Before you get into the I2C EEPROM, does the MitySOM you are using have the QSPI NOR FLASH installed (mo... - +Context:+
My team would like to store some non-volatile data specific to a unit of hardware (independent of the S... - 10:37 PM MityDSP-L138 (ARM9 Based Platforms) 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
... - Hello Good day,
I am working with the MitySOM-1810F PROFIBUS Development kit, I saw the technical characteristics...
05/27/2017
- 11:07 AM MityDSP-L138 (ARM9 Based Platforms) 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:/...
05/23/2017
- 08:32 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Altera spi
- Brian,
Glad to hear it! You're welcome
Dan - 06:24 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Altera spi
- Dan,
Got it working. Thanks for all the help.
Brian - 06:12 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Altera spi
- Brian,
It looks like the Altera GPIO documentation is wrong, in the the driver it's looking for GPIO interrupts to... - 05:57 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Altera spi
- Dan,
I just tried this and I'm getting the same error. I posted my updated dts.
Thanks,
Brian - 05:55 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Altera spi
- Dan,
I just tried this and I'm getting the same error. I posted my updated dts.
Thanks,
Brian - 05:28 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Altera spi
- Brian,
I think this variable was changed to "altr,interrupt-trigger" in the newer kernel. Here is the documentatio... - 05:23 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Altera spi
- Dan,
I have most of it working. The only problem I see now is the gpio not showing up. I'm getting the following err... - 02:38 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Altera spi
- Brian,
Can you post your boot output?
I would recommend doing a diff of the DE0 nano board dts and that one. Th... - 08:21 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Virtual SPI device setup and access using spidev - Altera Cyclone V case
- Glad to hear you got it to work!
Dan - 06:48 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Virtual SPI device setup and access using spidev - Altera Cyclone V case
- Dan,
solved also this step!
I rebuilt the my kernel version using the default .config you suggested me, modified... - 05:20 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Virtual SPI device setup and access using spidev - Altera Cyclone V case
- Glad to hear!
I used our mitysom5csx_devkit_defconfig that is part of our 3.16 kernel
kernel: https://support.c... - 05:04 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Virtual SPI device setup and access using spidev - Altera Cyclone V case
- Dan,
thanks for it.
I've added the spi0 section at the bottom of my dts and it works!!! Fantastic!!
The only po... - 02:32 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Virtual SPI device setup and access using spidev - Altera Cyclone V case
- Hello Gianni,
I see that you've tried to add both the spidev devices to a FPGA spi core and the HPS peripheral. I ... - 06:50 PM MityDSP-L138 (ARM9 Based Platforms) 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....
- 06:28 PM MityDSP-L138 (ARM9 Based Platforms) 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 xm... - 06:03 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
- http://k.japko.eu/serial-transfers.html
- 05:59 PM MityDSP-L138 (ARM9 Based Platforms) 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 ...
- 05:52 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
- Jonathan Cormier wrote:
> Vivek Ponnani wrote:
> > Jonathan Cormier wrote:
> > > Are you connecting to the VM over...
05/22/2017
- 07:59 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Altera spi
- Dan,
I compiled the rel_socfpga-4.1.33-ltsi-rt_17.05.01_pr branch of the kernel form altera open source. I replaced ... - 01:48 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Virtual SPI device setup and access using spidev
- Link to new forum post: https://support.criticallink.com/redmine/boards/45/topics/5295
05/20/2017
- 08:01 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Virtual SPI device setup and access using spidev
- Sorry for the wrong Forum...
I've moved the discussion in the correct one now - MitySOM-5CSX Altera Cyclone V - usi... - Ref: <similar message in ARM9 Based Platforms Forum> https://support.criticallink.com/redmine/boards/10/topics/5285
...
05/19/2017
- 05:45 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Virtual SPI device setup and access using spidev
- Hello Gianni,
Sorry about the confusing before. Would you mind posting your entire altered DTS?
Thank you!
Dan - 05:18 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Virtual SPI device setup and access using spidev
- Gianni Casonato wrote:
> Trying to make the SPI working I've tested several options, found in Internet and in this F... - 04:51 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Virtual SPI device setup and access using spidev
- Trying to make the SPI working I've tested several options, found in Internet and in this Forum too, both adding the ...
- 05:41 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Altera spi
- Brian,
Trying to avoid a board spin is fully understandable. Yes, you should be able to use that kernel on the mit... - 05:20 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Altera spi
- Dan,
I got the Altera spi working on a DE0 nano board with the latest rt kernel form altera : rel_socfpga-4.1.33-l... - 03:47 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Altera spi
- Brian,
I'm sorry for the delay. I've been able to recreate your issue and after looking around Altera's spi kernel... - 01:07 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
- Vivek Ponnani wrote:
> Jonathan Cormier wrote:
> > Are you connecting to the VM over ssh? How are you opening the ... - 08:02 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
- Jonathan Cormier wrote:
> Are you connecting to the VM over ssh? How are you opening the terminal?
I am not usin...
05/18/2017
- 08:22 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Virtual SPI device setup and access using spidev
- Gianni Casonato wrote:
> Hi,
> I'm trying to simulate with SW a SPI device (I don't have the HW) defining a dummy d... - Hi,
I'm trying to simulate with SW a SPI device (I don't have the HW) defining a dummy device to be accessed from us... - 07:05 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
- Are you connecting to the VM over ssh? How are you opening the terminal?
- 04:56 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
- Jonathan Cormier wrote:
> Vivek Ponnani wrote:
> > Jonathan Cormier wrote:
> > > Okay I was able to successfully i... - 02:10 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
- Vivek Ponnani wrote:
> Jonathan Cormier wrote:
> > Okay I was able to successfully install CCSv5.5 in the VM and fo... - 09:56 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
- Jonathan Cormier wrote:
> Okay I was able to successfully install CCSv5.5 in the VM and follow the Starter Guide and...
05/17/2017
- 03:35 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
- Okay I was able to successfully install CCSv5.5 in the VM and follow the Starter Guide and DSP Hello World. Let me k...
- 03:05 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
- Vivek, Looks like there is a bug with the VM that is breaking internet.
* Open Terminal
* @sudo vim /etc/network/... - 06:54 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
- Jonathan Cormier wrote:
> Updated wiki page to hopefully make it clearer.
> https://support.criticallink.com/redmin...
05/16/2017
- 01:58 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: How to configure LCD with L138-FX-225-RC ?
- Hi Andri sorry for the late response,
You can use a LCD on the FPGA less module. However our "LCD":http://www.crit...
05/15/2017
- 04:06 PM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: RE: Schematic of MityARM-3354
- Note: There is a devkit wiki page which links the schematics. https://support.criticallink.com/redmine/projects/am335...
- 04:02 PM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: RE: Schematic of MityARM-3354
- Nikita Spirin wrote:
> Q2:
> On TI Wiki i found recommendations to Unused Signals http://processors.wiki.ti.com/ind... - 03:38 PM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: RE: Schematic of MityARM-3354
- Hi Nikita,
The schematic for the Dev Kit is available on this support site, under the "Files tab on the MitySOM-33... - Hi,
I need the schematic of MityARM-3354 SOM and Development Kit. How can I access to it?
Q2:
On TI Wiki i foun... - 12:23 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Altera spi
- Dan,
Sorry for the delay. I've been out of town. Here is the c file that I was using to test the spi.
Thanks,
Brian
Also available in: Atom
Go to top