Project

General

Profile

Activity

From 12/27/2015 to 01/25/2016

01/25/2016

JC 05:33 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: Spidev issues
Hmm no noticeable errors. You can double check the kernel, on the booted device for the spidev support: Jonathan Cormier
FF 04:21 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: Spidev issues
I added the boot log for the ECC errors also. Fred Frantz
FF 03:39 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: Spidev issues
Hope this helps. Fred Frantz
JC 03:15 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: Spidev issues
Can you attach the bootlog for the device? Jonathan Cormier
FF 03:09 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: Spidev issues
It looks like it is enabled to me.
Fred Frantz
JC 01:41 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: Spidev issues
A pinmux conflict would likely cause the device not to work but it would not affect the creation of the spidev device file.
You need to make sure that SPIDEV is enabled in the kernel. It doesn't look like it is by default.
Jonathan Cormier
FF 01:33 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: Spidev issues
The dev kit baseboard file has been modified to include a "spidev" device, and the kernel was compiled to include the SPI device driver for users. However, the expected /dev/spidev0.1 file is not generated. Can a pinmux conflict with o... Fred Frantz
MJ 03:16 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: MityDSP-L138F - Qt application not seeing USB keyboard
Hi
Thanks, I did very quickly look at the 2015 Alpha release but didn't see the Qt libraries.
At the same time I was investigating the Qt 'configure' parameters posted above and what is suggested by https://wiki.qt.io/Building_Qt_for_E...
Mathew Jones

01/21/2016

FF 08:56 AM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: SocketCAN configuration
After the links were corrected on my system, it works using iproute2 also.
Thanks
Fred Frantz

01/20/2016

JC 05:05 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: SocketCAN configuration
Apparently the filesystem ip utility isn't using busybox. Jonathan Cormier
JC 04:37 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: SocketCAN configuration
It would be the busybox that comes in the TI filesystem we ship with the devkits. Jonathan Cormier
FF 04:32 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: SocketCAN configuration
Thanks for the quick response. What version of busybox are you using?
Thanks,
Fred
Fred Frantz
JC 03:24 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: SocketCAN configuration
I used the busybox ip utility to configure can when I last tested it.
I found the following script which I created to configure can.
attachment:config_can.sh
See the following cantest script which is used to test can by connecting...
Jonathan Cormier
FF 03:16 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: SocketCAN configuration
What is the recommended method for configuring a socketCAN port on the MitySOM3354? I have tried using the iproute2 utility as described in the TI instructions.
http://processors.wiki.ti.com/index.php/AM335X_DCAN_Driver_Guide#Building...
Fred Frantz
JC 11:23 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: gcc 4.8 for OMAP-L138
Here is the command we run to create the jffs file for the original MDK. Where $root is the path to the extracted filesystem. Jonathan Cormier
BA 11:01 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: gcc 4.8 for OMAP-L138
We have a tool that reprograms the root FS on our target device with a jffs2 file. I saw in the Release 2010.05 there are root FS files in both the jffs2 file and a tar.gz file. Do you have a tool or procedure that can convert the mity... Ben Atkinson
BD 10:38 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: MityDSP-L138F - Qt application not seeing USB keyboard

Mat,
You could try testing the Alpha MDK release we uploaded under the Files tab (2016.01). This is a Yocto-based MDK. It looks like Qt was built with keyboard support as part of this MDK.
Bob Duke
MJ 03:13 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: MityDSP-L138F - Qt application not seeing USB keyboard
That's interesting, so it does look like the 12/03/2012 MDK (with Qt 4.7.4) was built with -qt-kbd-tty but not with: qt-kbd-qvfb and qt-kbd-linuxinput.
I noticed that it +does+ have the mouse support (-plugin-mouse-tslib -qt-mouse-pc -q...
Mathew Jones

01/19/2016

JC 03:19 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: MityDSP-L138F - Qt application not seeing USB keyboard
The build logs for the 4.7.4 qt show the following configure. According to this neither qt-kbd-linuxinput nor qt-kbd-linuxinput were built but qt-kbd-linuxinput was. Jonathan Cormier
MJ 10:56 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: MityDSP-L138F - Qt application not seeing USB keyboard
Hi Jonathan, thanks, I've read something similar or the same links.
I've just tried
Mathew Jones
JC 09:13 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: MityDSP-L138F - Qt application not seeing USB keyboard
http://doc.qt.io/qt-4.8/qt-embedded-charinput.html#specifying-a-keyboard-driver
The above link lists the TTY and LinuxInput driver as what would be needed for keyboard input.
According to this link https://wiki.qt.io/Building_Qt_...
Jonathan Cormier

01/18/2016

MJ 08:17 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: MityDSP-L138F - Qt application not seeing USB keyboard
Hi Tim
I am currently launching my application with the -qws flag, e.g.
Mathew Jones
TI 07:14 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: MityDSP-L138F - Qt application not seeing USB keyboard
Mat,
Its been a while since I have worked in this area, so I'm a bit rusty... Are you launching your app with the -qws flag? This tells the Qt framework to start up the input server and might explain things...
cheers
/Tim
Tim Iskander
MJ 04:42 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: MityDSP-L138F - Qt application not seeing USB keyboard
Hi
I'm having trouble with Qt getting input from a USB keyboard. USB mouse input is fine.
I have a MityDSP-L138 running on the IndustrialIO dev board, connected to a monitor via DVI.
The USB keyboard happily works with the console o...
Mathew Jones

01/15/2016

AD 02:57 PM MitySOM-5CSX Altera Cyclone V FPGA Development: RE: LVDS transceiver for 1000Mb Ethernet MAC & 1000Base-X problem
Hi Charles,
The GXB TX details can be found in Altera's documentation:
https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/hb/cyclone-v/cv_5v3.pdf
Are you using the on-chip biasing network and termination, o...
Adam Dziedzic

01/13/2016

MJ 08:52 AM MityDSP-L138 (ARM9 Based Platforms) FPGA Development: RE: Linux application cannot read/write FPGA registers
Hi Greg
Excellent, that has definitely helped as I can now see /dev/0 after the following two commands (with FPGA loaded from uBoot).
Mathew Jones

01/12/2016

MW 12:43 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: DVI Framebuffer (fpga i2c) problem
Hi Mathew,
Very sorry about that. I didn't catch the LX45 version. The LX45 has some pins that are not bonded to the FPGA package causing the limitation on our devkit (originally designed for the LX16).
Are you using a widescree...
Michael Williamson
MJ 11:26 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: DVI Framebuffer (fpga i2c) problem
From our investigation and suggestions from other wiki/forum pages it is apparent now that it is not possible to output to a DVI monitor from a MityDSP-L138 + Industrial IO development board, with the LX45 FPGA. We have since purchased t... Mathew Jones
GG 11:35 AM MityDSP-L138 (ARM9 Based Platforms) FPGA Development: RE: Linux application cannot read/write FPGA registers
Hi Matthew,
First we need to deal with the issue of /dev/0 not being present. Using /dev/mem is ultimately not what you want to do as you will run into caching issues.
/dev/0 is created after the FPGA is loaded and the device driv...
Gregory Gluszek
MJ 11:16 AM MityDSP-L138 (ARM9 Based Platforms) FPGA Development: Linux application cannot read/write FPGA registers
I am trying write a simple C application (for Linux on the MityDSP-L138 ARM) that can access registers within an LX16 FPGA image, which is yet to be implemented but I'd like to get the basics working for now with any of the CriticalLink ... Mathew Jones
CG 11:08 AM MitySOM-5CSX Altera Cyclone V FPGA Development: LVDS transceiver for 1000Mb Ethernet MAC & 1000Base-X problem
Hi,
I have been attempting to use the development kit to setup and implement a system which interfaces to an externally connected SFP module which I have connected via the SPIe connection to the dev board. I instantiated the TSE Ethern...
Charles Garcia

01/05/2016

BD 05:40 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: gcc 4.8 for OMAP-L138
Also, please make sure you perform the extraction as the root user: Bob Duke
JC 03:51 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: gcc 4.8 for OMAP-L138
Yes, extract the tar ball onto the root filesystem, but make sure to erase the existing one first. And backup your important files of course.
Please let us know if there are any tools missing from the new filesystem that you used in ...
Jonathan Cormier
BA 03:23 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: gcc 4.8 for OMAP-L138
Bob,
Thank you for the response regarding the new gcc cross-compiler for the MityDSP-L138. Now that we're back from the holidays, I was able to successfully cross compile our application on my build machine.
I'm a little unclear, ...
Ben Atkinson
 

Also available in: Atom