Activity
From 07/19/2017 to 08/17/2017
08/15/2017
- Has the MitySOM-5CSX ever been involved in EMI testing? I'm getting reports from a customer that there is quite a bit of radiated noise at the DDR3 frequency range. They haven't given the details yet, but it would be great to know if y...
08/14/2017
- Hello everyone,
Somehow my OMAP-L138F is not detecting my LCD as touchscreen LCD. I am using NEC_NL4827HC19-05B
and follow the step from here
https://support.criticallink.com/redmine/boards/10/topics/4558
the LCD shows the image,...
08/08/2017
- JC 03:32 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: suggested device tree
- Did you try using the earlycon I posted above?
earlycon=omap8250,0x44e09000,115200n8 - TE 02:13 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: suggested device tree
- Hi Jon,
I did try the suggestions made, but I wasn't able to make it any further on the issue. We need to evaluate if u-boot is using the correct jump address to boot the kernel, since we never see any kernel output on the serial line... - JC 02:05 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: suggested device tree
- Hi Timothy, Did you figure this out?
08/03/2017
- NH 07:25 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Using EEPROM available on MitySOM-5CSX
- We are using kernel version 4.1.22
-Nick - MW 07:22 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Using EEPROM available on MitySOM-5CSX
- What version of the kernel are you using? From our site? Version 3.16?
-Mike
- NH 06:58 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Using EEPROM available on MitySOM-5CSX
- Mike,
I recently picked up this task and haven't been able to see the NOR flash device in the MTD devices list. On boot-up I get the following message:
[ 1.159717] cadence-qspi ff705000.spi: couldn't determine tshsl-ns
[ 1.1...
07/27/2017
- VP 06:26 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: SPI interface for ADC5560 (MityDSP L138F)
- Thanks for your response. As mentioned before I am trying to get data on DAC output same as ADC input. But I am not getting proper output signal as Input. From the code I can see uPP is using 75MHz for clock and in FPGA code it seems it ...
07/24/2017
- JC 05:21 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: SPI interface for ADC5560 (MityDSP L138F)
- Vivek Ponnani wrote:
> Thanks for your guidance. I am able to run analog expansion suite examples for ADS 5560 and DAC 5672 individually. Now I am trying to give analog input to ADS 5560 and want to generate the same analog output usin... - VP 03:41 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: SPI interface for ADC5560 (MityDSP L138F)
- Thanks for your guidance. I am able to run analog expansion suite examples for ADS 5560 and DAC 5672 individually. Now I am trying to give analog input to ADS 5560 and want to generate the same analog output using DAC 5672. For that I p...
- JC 05:11 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Using Sodium crypto library and not enough entropy?
- Edwin McKay wrote:
> I am trying to use the "Sodium crypto library" (https://download.libsodium.org/doc/) on the MityDSP. I had earlier ask with help compiling it and that was answered.
> ...
I'm no expert on crypto so I can't say if t... - I am trying to use the "Sodium crypto library" (https://download.libsodium.org/doc/) on the MityDSP. I had earlier ask with help compiling it and that was answered.
When I run the example code I receive the following message:
_This...
07/20/2017
- MW 06:09 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: I2C Slave Communication Hanging
- So I didn't respond right away as you are using verilog and I am more of a VHDL guy, but there is an open drain primitive called OPNDRN.
You can see an example of it inferred in VHDL here (bottom of file) for I2C routing like you are ... - JP 05:43 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: I2C Slave Communication Hanging
- We appear to have finally discovered the root cause of our issue. We actually had a self-inflicted bug where the SCL line on this one port was defined as "output" rather than "inout". Thus, we didn't really have the "open drain" we thoug...
07/19/2017
- JK 07:39 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: I2C Slave Communication Hanging
- Dan,
I've attached 2 scope shots between the Aardvark as master and the ST1633 as slave:
1. A single byte write with a value of 0x01
2. A subsequent single byte read, which we expect to return 0x04 (and does, in this trace)
This ... - JK 03:42 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: I2C Slave Communication Hanging
- Dan,
We'll be conducting investigations this afternoon with both the Linux I2C kernel driver and a bit-bang I2C user-space module we just finished writing. As a part of those investigations, we'll send along a read request capture bet... - DV 03:45 AM MitySOM-5CSX Altera Cyclone V Software Development: RE: I2C Slave Communication Hanging
- Jared,
To me it looks like the scope capture you've shown should be correct and as you've said there shouldn't be a stop condition between the first and second byte, which is why the clock stays low. Though the second byte isn't ack'e...