Activity
From 06/28/2011 to 07/27/2011
06/30/2011
- ML 10:44 AM Software Development: RE: 1st time boot up
- Confirmed serial works - thanks.
06/29/2011
- JP 04:44 PM Software Development: RE: 1st time boot up
- Mark,
A new BSP has been posted. The serial port driver has been changed so that with a -M option, it will not enable the modem state interrupt. For some reason, on the newer revision board/module, there are a lot of these interrupts ... - ML 03:08 PM Software Development: RE: 1st time boot up
- Great, thanks.
FWIW I've verified USB and Ethernet works fine. I can comment out all the ports and run from the serial port as setup by u-boot, and I can telnet in too.
- JP 03:04 PM Software Development: RE: 1st time boot up
- Mark,
It has been a little while and I wanted you to know that we have reproduced this problem and are working on a fix.
06/28/2011
- JP 12:25 PM Software Development: RE: OMAP I2C
- Rob,
The two utilities are convenient for easy command-line or script-based access to the I2C for simple control functions. The utilities are very simple-minded and don't try to deal with interrupts or offer flexibility with respect t... - Hello,
The MityDSP QNX BSP starts up the IC2 QNX driver, but also has two utilities (i2c_get, i2c_set) that bypass the QNX driver. Why are there two different methods for accessing I2C interface? I'm writing some code to communicate...