Project

General

Profile

Activity

From 06/03/2013 to 07/02/2013

07/02/2013

SH 04:18 PM Software Development: RE: Simple example needed
Yes, I'm looking for an example similar to the Hello World ARM/DSP project... Steven Hill
MW 03:32 PM Software Development: RE: Simple example needed
Is your ARM processor going to run linux?
Michael Williamson
SH 01:22 PM Software Development: Simple example needed
I am using the MityDSP L-138F Industrial development board. I am not finding the examples for that board given in the MDK_2013-05-15 very useful. Is there a simple project that would show the use of the FPGA GPIO core, for example, tha... Steven Hill
MW 10:51 AM FPGA Development: RE: Hardware Reset
On the MityDSP-L138F, RESET_IN pin is fed into a TPS3808G33DBVR reset monitor circuit. It is not connected to the FPGA or the OMAP-L138 directly. The output RESET of the TPS3808 is fed to the RESET pin on the OMAP-L138. The OMAP-L138 ... Michael Williamson
CL 10:06 AM FPGA Development: RE: Hardware Reset
Hi Mike,
In effect yes. I was wondering if the device/circuit which drives the reset pin of the OMAP processor is also
connected to the FPGA and if yes, which pin.
Regards,
Steven.
Craig Little

07/01/2013

MW 07:49 PM FPGA Development: RE: Hardware Reset
When there is a power on reset, the FPGA will be re-initialized (the program pin is pulled low) and will require reprogramming.
Are you looking for an additional pin that may be used to reset just the FPGA?
-Mike
Michael Williamson
CL 10:48 AM FPGA Development: Hardware Reset
Hi There,
Is there a pin on the MityDSP-L138F processor board FPGA which is attached to a
dedicated power-on/hardware reset source which can be used to initialise/reset registers?
Kind regards,
Steven Bremner.
Craig Little

06/28/2013

CR 01:19 PM Software Development: RE: mtd->read (...) returned ECC error
Hi Tim,
since today, the same problems as already mentioned are happening at the moment on my board.
Before I started with my development, I flashed the mityomap-base.jffs2 (MDK_2012-08-10) fs on the NAND. This works pretty well unti...
Christian Rückl

06/27/2013

DT 04:56 AM Software Development: RE: Fail to boot the kernel after running setup.sh in DVSDK 4.03
Hi Mike & Jonathan,
Really appreciate your help!
The kit could load the kernel now.
-Derek
Derek Tan

06/26/2013

JC 04:48 PM Software Development: RE: Fail to boot the kernel after running setup.sh in DVSDK 4.03
Derek,
Where you aware of this wiki page?
http://support.criticallink.com/redmine/projects/arm9-platforms/wiki/Dv_sdk_notes
It may help getting the dv sdk working with our kernel.
-Jonathan
Jonathan Cormier
MW 07:26 AM Software Development: RE: Fail to boot the kernel after running setup.sh in DVSDK 4.03
Hi Derek,
The kernel that comes with the DVSDK (uImage-da850-omapl138-evm.bin) will not work with the MityDSP-L138 and Industrial I/O board, it is setup to work with the OMAP-L138 EVM kit from TI. You should be able to replace that w...
Michael Williamson
SH 02:19 PM FPGA Development: RE: Problem building IndustrialIO project build_lcd_rev_c
I found the solution to the problem. I had to remove the Xilinx device that was in the iMPACT window (left over from the original IndustrialIO example project .ipf file, I assume) and the add a new device which is done by selecting the ... Steven Hill
MW 01:57 PM FPGA Development: RE: Problem building IndustrialIO project build_lcd_rev_c
OK clearly it's not finding the file (according to the log). Looks like you have spaces in your path to the bit file, that may be the problem. You might try to copy the bit file to a local path and see if it can open it up. Also, make... Michael Williamson
SH 01:54 PM FPGA Development: RE: Problem building IndustrialIO project build_lcd_rev_c
That does not seem to work. WHen I double click on "Generate File" I get a big red "Generate Failed" box. The word "bypass" under the XILINX device should change to the file name and it doesn't. I have attached a snapshot of the impact ... Steven Hill
MW 01:31 PM FPGA Development: RE: Problem building IndustrialIO project build_lcd_rev_c
Not having the tools up in front of me. I think you can put more than one bit file into a configuration PROM (to support chained programming). Once you select the first part, just click cancel for additional parts and move onto the fil... Michael Williamson
SH 01:22 PM FPGA Development: RE: Problem building IndustrialIO project build_lcd_rev_c
I built a simple project based on files for GPIO_Test from Conor O in the post "Xilinx design suite 14.2 and MDK_2012-08-10" in this forum. This project built with no errors. I imported the .ipf file from the build_lcd_rev_c example an... Steven Hill
GG 09:02 AM FPGA Development: RE: Problem building IndustrialIO project build_lcd_rev_c
Hi Steven,
The issue here is that entity description for the i2c component has changed since the Rev A and B boards. All the code in the "rev_ab : if BOARD_REV = "A" or BOARD_REV = "B" generate" statement is going to be ultimately ig...
Gregory Gluszek
MW 07:29 AM PCB Development: RE: Expansion IO mating headers type
We use "Molex 87759-5050":http://www.mouser.com/ProductDetail/Molex/87759-5050/?qs=%2Fha2pyFadujxwC2WDHBby6OIFIiNwyQwis8wKb55FnE%3D connectors on a couple expansion boards.
-Mike
Michael Williamson
CR 04:55 AM Software Development: RE: Data Transfer over DSPLink
Great!
This works :)
Thanks,
Christian
Christian Rückl

06/25/2013

DT 09:30 PM Software Development: RE: Fail to boot the kernel after running setup.sh in DVSDK 4.03
Hi Jonathan,
Thank you for your reply:)
I'm using the Industrial IO Development Kit with MityDSP-L138F. No change was made before running setup.sh in DVSDK 4.03.
Is the DVSDK 4.03 suitable to the kit?
Derek Tan
JC 10:02 AM Software Development: RE: Fail to boot the kernel after running setup.sh in DVSDK 4.03
Derek,
I'm unclear with what you changed between when it was last working and now.
-Jonathan
Jonathan Cormier
DT 12:56 AM Software Development: RE: Fail to boot the kernel after running setup.sh in DVSDK 4.03
I have build the kernel with codes in git://support.criticallink.com/home/git/linux-davinci.git
No more output is seen on the console after "booting the kernel"
refer to this article: http://processors.wiki.ti.com/index.php/Kernel_...
Derek Tan
SH 04:02 PM FPGA Development: Problem building IndustrialIO project build_lcd_rev_c
Following on from a similar question in the forum "Creating FPGA Base-Project - core manager problem" I am trying to build the "build_lcd_rev_c" project. I have used the .vhd files from MDK_2013-05-15/fpga/vhdl and the netlist (.ngc) fi... Steven Hill
SH 03:48 PM Software Development: RE: CPU Clock and FPGA clock interaction
Based on what you have told me about Linux operating points, I won't be fooling with the CPU frequency. I will find a workaround to get the clocks I need on the FPGA... Steven Hill
MW 02:51 PM Software Development: RE: CPU Clock and FPGA clock interaction
Hi Steven,
If you need a specific frequency for your FPGA, I would recommend adding an external Crystal or Oscillator to your design and bringing it into the FPGA via one of the available GCLK pins. From there you can PLL the frequenc...
Michael Williamson

06/24/2013

DT 10:28 PM Software Development: RE: Fail to boot the kernel after running setup.sh in DVSDK 4.03
uboot env:
> U-Boot > printenv
> ...
Derek Tan
DT 09:42 PM Software Development: Fail to boot the kernel after running setup.sh in DVSDK 4.03
Hi all, I have just running setup.sh in DVSDK_4.03, and MityDSP-L138F could not boot the kernel now.
Serial port outputs:
> OMAP-L138/AM-1808/AM-1810 initialization passed!
> ...
It stops here, no more outputs.
Copy uImage from...
Derek Tan
JB 03:10 PM Software Development: RE: Networking requires ifup
Bingo. Good catch. I didn't look close enough at the comma/space separators.
Thanks for your help!
Joe.
Joe Bauman
JC 03:05 PM Software Development: RE: Networking requires ifup
The big difference between your boot and mine is:
I have
Jonathan Cormier
JB 02:55 PM Software Development: RE: Networking requires ifup
The only thing in the boot log that jumps out at me is: Joe Bauman
JC 11:38 AM Software Development: RE: Networking requires ifup
Joe,
Looking at the networking startup script, all it does is run ifup -a to bring the interfaces up. Could you try running this command instead or "ifup eth0" and see if the command works? Also watch the kernel messages during boot...
Jonathan Cormier
JB 11:27 AM Software Development: Networking requires ifup
Starting a new post for this question.
When the MityDSP (L138F) boots up, I am unable to connect via SSH. I have to login through the serial port and run "ifup eth0" first - then everything works just fine.
Occurs using static (bo...
Joe Bauman
SH 02:00 PM Software Development: CPU Clock and FPGA clock interaction
For various reasons I would prefer an FPGA clock of 96 MHz. Am I right in assuming that if I modify the kernel to get a CPU clock of 288 MHz I will get what I want? If so, which file in the kernel do I need to modify to get my desired ... Steven Hill
VG 10:29 AM Software Development: RE: DSP Helloworld execution error
commenting out the deletes solved the problem
thanks
Vinod Ganesh
JC 08:57 AM Software Development: RE: DSP Helloworld execution error
Vinod,
If you look at the arm_main.cpp file, the application doesn't wait for you to press q. Its currently setup so that q can be used as an escape if the dsp never sends its response. If you would like it to wait for the user to hi...
Jonathan Cormier
VG 05:46 AM Software Development: DSP Helloworld execution error
hi,
I could successfully compile the arm_main.cpp in eclipse and dsp_main.cpp in ccs. But upon execution the exit of applicaton happened even before i entered q and i am also getting the following error. pls help me out with this
r...
Vinod Ganesh
JC 10:21 AM Software Development: RE: Missing Angstrom Packages
Good to know.
As far as eth0 not coming up some things to look at:
* Make sure that ip=dhcp was passed to kernel on bootargs
* Make sure /etc/init.d/networking is started on startup. Mine is symlinked in /etc/rcS.d.
Jonathan Cormier
JB 09:51 AM Software Development: RE: Missing Angstrom Packages
Thanks Jonathan -
That worked just fine - I started down that path but didn't get the right combination of packages. One of the PAM ipk's triggered about 24 additional package downloads and it installed just fine.
Also got NTP ins...
Joe Bauman
NA 10:05 AM Software Development: RE: DSP Hello World error message
Thanks for your help Nick Arango
JC 09:02 AM Software Development: RE: DSP Hello World error message
Nick,
I've just updated the wiki page with a new arm_main.cpp and cleaned up some of the instructions. The error messages have been hidden for now by removing the delete statements. We are planning on working towards tracking the AS...
Jonathan Cormier
JC 09:02 AM Software Development: RE: Warning messages when running DSP Hello World
Nick and François,
I've just updated the wiki page with a new arm_main.cpp and cleaned up some of the instructions. The error messages have been hidden for now by removing the delete statements. We are planning on working towards tr...
Jonathan Cormier

06/23/2013

SH 04:51 PM FPGA Development: Core Creation Guidelines
The link to "FPGA Core Creation Guidelines" appears to be broken in the Wiki - can anyone point me to the relevant information? Steven Hill
HK 01:38 PM PCB Development: Expansion IO mating headers type

Hi
Wat are recomended type of male headers mating with the Industrial IO Development Kit expansion IO connectors J700-J702.
Heniek
Henryk Kowalski

06/21/2013

JC 11:47 AM Software Development: RE: Missing Angstrom Packages
I was using the latest MDK filesystem but I suspect it will work the same for your version.
-Jonathan
Jonathan Cormier
JC 11:46 AM Software Development: RE: Missing Angstrom Packages
Joe,
This seems to be a problem with the latests Angstrom repos. I was able to find a forum post related to this. https://groups.google.com/forum/#!topic/beagleboard/bsiWha74mc8
Download the ipk from http://www.angstrom-distributi...
Jonathan Cormier
JB 11:21 AM Software Development: Missing Angstrom Packages
Good Morning -
Has anyone had any luck getting "missing" Angstrom packages installed when using the 2012-08-10 MDK? The two examples I've been looking for are sudo and ntp:
root@mityomapl138:/home/user# opkg install sudo
Unknown ...
Joe Bauman

06/20/2013

JC 03:35 PM Software Development: RE: DSP Hello World error message
[Edit] Woops I quoted myself instead of edited. Jonathan Cormier
JC 03:35 PM Software Development: RE: DSP Hello World error message
Steven,
I just followed the [[DSP_Hello_World]] tutorial and didn't have the same build errors you did. It should be noted though that the example files in the latest MDK were not updated and would exhibit these errors you mentioned....
Jonathan Cormier
MW 11:12 AM Software Development: RE: Data Transfer over DSPLink
Messages don't have to be strings. You can create message structures (and include headers, for example, that contain message IDs, etc.) and overlay them onto the buffers passed using the APIs....
-Mike
Michael Williamson
CR 10:13 AM Software Development: Data Transfer over DSPLink
Hi,
I was able to run the "DSP Hello World" totorial in the wiki but there i can only transfer messages between both cores. Is there a, more or less, easy way to modify your "DSP Hello World" example to transfer other datas? How can I...
Christian Rückl
CR 10:07 AM Software Development: RE: GPIO Output immediately after power on
Thanks Mike,
the stronger pull downs should be acceptable in my design.
christian
Christian Rückl

06/19/2013

SH 06:48 PM Software Development: RE: DSP Hello World error message
Hi:
I'm getting the same assertions. I re-flashed the kernel and the file system on the board with the latest images from the MDK_2013-05-15 BSP (Kernel version 3.2.0), and the files that I used to build the example also came from th...
Steven Hill
MW 01:39 PM Software Development: RE: GPIO Output immediately after power on
The only way I know of is to use stronger pull downs (1 or 2K I think) externally. You'll burn a bit more power and have to cobb up your board if it's already implemented....
We've been burned by those pull-ups quite often, particula...
Michael Williamson
CR 12:51 PM Software Development: RE: GPIO Output immediately after power on
Ohh, OK.
I found a way at Ti's support page how to change the UBL to set the defaultstate of the PUPDSEL-registers:
http://e2e.ti.com/support/dsp/omap_applications_processors/f/42/t/185405.aspx?pi21918=1
but this change will hap...
Christian Rückl
MW 12:14 PM Software Development: RE: GPIO Output immediately after power on
Keep in mind that the OMAP-L138 also has built in pull-up and pull-down resistors on just about every pin.
On reset, IIRC, most of the pins have weak pull-ups enabled. Search for the PUPEN register in the TRM and check the state. Un...
Michael Williamson
CR 12:02 PM Software Development: RE: GPIO Output immediately after power on
Tim,
thanks for the fast reply!
The following Pins on the L138 (no FPGA-Version)SoM are driven at the beginning of the startup sequence, also when i'm only in the u-boot terminal.
- 14
- 32
- 36
- 44
- 118
- 128
- 134
- 1...
Christian Rückl
TI 11:34 AM Software Development: RE: GPIO Output immediately after power on
Christian,
there are 2 possibilities for where pins are being enabled and potentially toggled. A lot of this depends on which pins you are talking about too.
The processor has a pre-defined reset state for every pin, which is listed in...
Tim Iskander
CR 10:34 AM Software Development: GPIO Output immediately after power on
Hi,
Does anybody know where it comes from, that i get immediately a signal on some pins after the module is powered on???
This happens before the Linux kernel will loaded! Has this something to do with the configuration of u-Boot-Boo...
Christian Rückl

06/14/2013

DS 06:52 PM Software Development: RE: DSPHelloWorld won't compile
I don't see any errors in the console.txt. Maybe eclipse has something cached and is showing errors that aren't current.
You could use the makefile to compile and eliminate eclipse: http://support.criticallink.com/redmine/attachments/d...
Dave Stehlik
SH 06:15 PM Software Development: RE: DSPHelloWorld won't compile
To Dave Stehlik: Most of the errors disappeared when I fixed the error in the Message() functio, but I am still left with the errors mentioned in my last post. The project seems to build without errors, but Eclipse is showing the error... Steven Hill
SH 06:08 PM Software Development: RE: DSPHelloWorld won't compile
I'm replying to my own post - I found a problem with the lpMessageOutbound->SendMessage function. When I changed the SendMessage function to match the function in ipc_outbound.h then the project seemed to build - but it still shows erro... Steven Hill
DS 06:03 PM Software Development: RE: DSPHelloWorld won't compile
Hello Steven,
I am going to assume that you have an error indicating that it can't locate an include file,
say stdio.h.
Did you follow http://support.criticallink.com/redmine/projects/arm9-platforms/wiki/DSP_Hello_World
Any varia...
Dave Stehlik
MW 05:51 PM Software Development: RE: can't detect USB2.0 device
Not sure why the 3.2 kernel is causing problems for you. It could be that you need to recompile our 3.2 kernel branch and run a menuconfig and make sure that support for the driver for that ethernet adaptor is enabled. If it's compiled... Michael Williamson
MW 05:47 PM Software Development: RE: DSP Hello World error message
Sorry for the delay.
I have seen these messages before, but we have several applications that do not exhibit this issue on teardown. I suspect that the example application needs some attention. Are you rebuilding the examples are us...
Michael Williamson
MW 05:45 PM Software Development: RE: omap driver & rs485
The omap driver is modified for the MityARM-3359 (the AM335X SOC chips). This patch actually came from support of our MityDSP-L138 product line (the OMAP-L138 / AM-1808 SOC chips). The L138 product line uses an adaptation of the 8250 d... Michael Williamson
LM 04:35 PM FPGA Development: RE: Issues programming FPGA using Linux driver
Thanks for the quick reply!
I am indeed using a BIN file. It is entirely possible that it is not bit-swapped, it was generated months ago. I will regenerate it to make sure it is formatted properly.
Thanks,
Lars
Lars Majlof
MW 03:57 PM FPGA Development: RE: Issues programming FPGA using Linux driver
If you are not using the framework, the state sysfs value will report FAIL (I think it is checking the version of the FPGA base module in our fraemwork).
But.... the DONE LED should turn on.
Is it possible that you are not creating...
Michael Williamson
LM 03:21 PM FPGA Development: Issues programming FPGA using Linux driver
I am trying to program the LX45 FPGA on my MityDsp board using the fpga_ctrl.ko driver but don't have much luck.
Everything seems to work using the procedure in the Wiki page.
It seems like I can reset the FPGA, set it into programmin...
Lars Majlof

06/13/2013

SH 09:44 PM Software Development: DSPHelloWorld won't compile
I am trying to compile the ARM part of DSPHelloWorld in Eclipse. Compile of arm_main is failing for really basic stuff - can't resolve printf, fgets, etc;can't resolve symbol NULL, uint16_t, etc. This must be a simple error, but I am v... Steven Hill
MM 09:20 AM Software Development: omap driver & rs485
Hi,
I've some questions about your patch from this link : http://support.criticallink.com/redmine/projects/armc8-platforms/wiki/Driving_RS-485_transceivers
If I understand correctly, to control the gpio, you are modifying the omap ...
michael musset

06/12/2013

JM 02:15 AM Software Development: RE: SATA disk can‘t be linked when booting the linux kernel (Using industrial board)
Thanks for answering me so quickly, the S/N number of my MITY-AM1808 is: 121470. I will also try some other sata disks to see if this problem can disappear (currently I use Kingston SV200S37A/64G). And I will also try the embest' kernel ... Jun Mo

06/11/2013

CO 08:02 AM Software Development: RE: DSP vs NEON for Floating point
Sorry, my bad. I see it now. The first time I tried the SDK it didn't work as I didn't install the whole 4GB of stuff. But it works now and gives me a hello_world_dsp executable. I'll figure out dsplink and cmem now (cmem isn't in the MD... Conor O
MW 07:28 AM Software Development: RE: DSP vs NEON for Floating point
Hello Conor,
On the DVSDK, the examples in c6run include a "hello world" (ti-dvsdk_omapl138-evm_04_03_00_06/c6run_0_98_03_03/examples/c6runapp/hello_world) and a couple of other examples that should work without modification for the M...
Michael Williamson
CO 06:26 AM Software Development: RE: DSP vs NEON for Floating point
Just in addition - it would kinda cool to have a "Hello world" done using the TI DVDSK as it has the command line DSP build tools and utilities like C6Run. A little example using a few floating point calculations to illustrate the benefi... Conor O
MW 07:37 AM Software Development: RE: SATA link down
Just following up, are you still having problems?
-Mike
Michael Williamson
MW 06:32 AM Software Development: RE: SATA disk can‘t be linked when booting the linux kernel (Using industrial board)
Hello,
Thank you for your post. I have not heard back from yilan wang, and I was assuming that his issue was resolved. Perhaps not? We have had several customers have this issue (trying to use SATA-III) and resolved their issue wit...
Michael Williamson
JM 05:57 AM Software Development: SATA disk can‘t be linked when booting the linux kernel (Using industrial board)
When I use industrial board 000268RI-2B and mityARM-1808 to do some development, I'v meet the same problem with "yilin wang", who asked this question 20 days ago. And I followed your advice "See the AM1808 Errata Advisory 2.1.11 for deta... Jun Mo

06/10/2013

MW 11:12 AM Software Development: RE: Noise on the Can Bus Interface
Hi Jeremy,
Sorry we didn't respond right away. We were trying to find someone to look at the issue and set something up to test it.
Glad to hear you've worked around your initial problems.
The 2012.05 angstrom build and feeds (...
Michael Williamson
JY 11:06 AM Software Development: RE: Noise on the Can Bus Interface
I figured out where the dropped frames were going. It appears the noise is being sufficiently taken care of when the signals are subtracted, although it could potentially cause problems for edge detection since the signal subtraction doe... Jeremy Young

06/07/2013

NA 12:53 PM Software Development: DSP Hello World error message
When (in the DSP Hello World) the arm calls ldDspApp0>StopApp(), I receive an error message (at the bottom of this post)
I have seen several other unresolved issues of the same sort of on this forum. Has there been anything done to addr...
Nick Arango

06/06/2013

NA 04:41 PM Software Development: RE: Warning messages when running DSP Hello World
I'm getting the same thing Nick Arango
CO 04:29 PM Software Development: RE: DSP vs NEON for Floating point
Digikey is open but managers' pockets are closed most of the time!
My circuit design is in flux still but I'm at the stage where I'll have to interface to the module itself rather than using the Industrial I/O board. Getting others to...
Conor O
MW 11:39 AM Software Development: RE: DSP vs NEON for Floating point
Digikey is open 24 hours a day!
Do you have a lot of interfaces to rework if you retarget your module?
-Mike
Michael Williamson
CO 11:28 AM Software Development: RE: DSP vs NEON for Floating point
Thank you for that Mike. I'm trying to figure out is it worth the pain of learning the DSP toolsets and dealing with CCS if I could chuck it all in and move to a different platform and just use gcc. But apparently there are math librarie... Conor O
MW 09:47 AM Software Development: RE: DSP vs NEON for Floating point
The DSP floating point performance is *very good* compared to the ARM9. It's actually faster (when coded right) than the Cortex A9 because it has multiple ALUs for floating point.
I will try to dig up a trade study we did on this a w...
Michael Williamson
CO 09:40 AM Software Development: DSP vs NEON for Floating point
Dear Critical Link,
Now that you have newer modules in Cortex A8 and Dual A9 versions, I have a question as regards the efficacy of the L138 for certain processing work. The project I am on will take data like absorption spectra and p...
Conor O
JY 12:51 PM Software Development: Noise on the Can Bus Interface
I have measured a significant 500kHz noise burst on the CAN bus pins of the Industrial IO board. the reason for checking this is I am noticing frame drops from the candump frames by comparing the candump output to a logic analyzer. Are y... Jeremy Young

06/05/2013

JY 01:08 PM Software Development: RE: Can Interface won't probe
Okay, I had wiring problem. candump now dumps the received frames to the console. So we are up and running. thanks for your help.
Jeremy
Jeremy Young
MW 12:33 PM Software Development: RE: Can Interface won't probe
Can you dump out the exact commands you used?
Thanks. (I am not a CAN expert, but I can try to track down the engineer that did the original testing).
-Mike
Michael Williamson
JY 12:27 PM Software Development: RE: Can Interface won't probe
Well, Although the kernel now sees the CAN controller the ifconfig -a reads all zeros for everything even after I apply the IP command and bring up the interface with ifconfig. Let me know if there is anything else I need to do to bring ... Jeremy Young
JY 11:26 AM Software Development: RE: Can Interface won't probe
I applied the patch to the 3.2 kernel and it is now up and running. I will now check the the functionality with the canutils. Thanks for the quick response.
Jeremy
Jeremy Young
JY 11:00 AM Software Development: RE: Can Interface won't probe
I am dead in the water at the moment. I will try the patch set on the 3.2 kernel and let you know how it goes. Jeremy Young
MW 10:23 AM Software Development: RE: Can Interface won't probe
Hello,
I've pushed a "patch set":http://support.criticallink.com/gitweb/?p=linux-davinci.git;a=commit;h=c008e4e8bbd2e3709da2d4bbfd7f5d772640bebf (really only need the last one) to the mitydsp-linux-v3.2 branch that will get the CAN co...
Michael Williamson
MW 07:31 AM Software Development: RE: Can Interface won't probe
Hello Mr. Young,
I have reproduced the issue here. There are some patches that never made it to our external git tree that need to be added.
You were right, one of the patches involved the SPI1 pin-mux enables.
I will get the p...
Michael Williamson

06/04/2013

JY 01:51 PM Software Development: RE: Can Interface won't probe
The only other thing is I have your rs485 converter card plugged into the expansion port for UART2 Jeremy Young
JY 01:44 PM Software Development: RE: Can Interface won't probe
The revision # is 80-000268RI-2B
I downloaded the latest release today and compiled the kernel with out the audio card and mmc stuff. no modification to the baseboard implementation file.
I will redo the kernel with zero changes an...
Jeremy Young
MW 01:35 PM Software Development: RE: Can Interface won't probe
Can you please send me the revision of the board you are working with (there should be an 80- number somewhere on the board)?
I will try to reproduce the issue. Could be a pinmux thing, but that would mean we have a problem with our ...
Michael Williamson
JY 01:01 PM Software Development: RE: Can Interface won't probe
It is just the eth0 and lo entries. there is no can0 entry. the probe fails on boot up. Jeremy Young
MW 12:07 PM Software Development: RE: Can Interface won't probe
Can you dump the text of "ifconfig -a"?
-Mike
Michael Williamson
JY 12:06 PM Software Development: RE: Can Interface won't probe
In case it is important I am using the Am1810 with the industrial IO board. I have tried both Linux branches and they both give the same error. It seems the pinmux isn't right but I am uncertain as to what it should be. Jeremy Young

06/03/2013

JY 05:14 PM Software Development: Can Interface won't probe
I get the following dmesg about the MCP251x not working,
MCP251x didn't enter in conf mode after reset
Is there something I need to do with the pin muxing to get this working?
Jeremy Young
 

Also available in: Atom