Activity
From 06/27/2012 to 07/26/2012
07/26/2012
- MW 05:29 PM Software Development: RE: DSP memory map question
- Hello François,
You are correct, the upper ~15MB is not configured by default. You can certainly add another section (we often do on projects here, called "DDR2") in the DSP/BIOS configuration on the project to utilize this block of ... - Documentation said that 32 MB are reserved for DSP. When I look at the DSP memory mapping, it seems that 15 MB of memory is "lost".
I create a project based on http://support.criticallink.com/redmine/projects/arm9-platforms/wiki/DSP_H...
07/23/2012
- JB 08:37 PM Software Development: RE: Starter Guide: "Boot the MityDSP-L138 up into linux." - How?
- Virtual Box is in "bridged" mode - see attached, with the following network configuration for *mitydsp-dev*:
- MW 08:24 PM Software Development: RE: Starter Guide: "Boot the MityDSP-L138 up into linux." - How?
- Hi Jeff,
Is your VM network adaptor set to be a "bridged" connection and not a "NAT"?. Can you ping your VM IP address frmo the MityDSP? E.g., on your VM do an "ifconfig -a" and confirm the address is 192.168.2.120 and on the MityDS... - JB 08:07 PM Software Development: RE: Starter Guide: "Boot the MityDSP-L138 up into linux." - How?
- Yes, I'm using the Industrial I/O dev kit. I'm using the virtual box image provided.
Mike, I'd love your help walking me through this. Give me a number and I'll call. If you have Skype, I'll share my screen.
I tried TFTP. First ... - MW 07:56 PM Software Development: RE: Starter Guide: "Boot the MityDSP-L138 up into linux." - How?
- Hi,
Are you booting on an Industrial I/O (development kit) board? If so, we can walk you through installing the kernel and filesystem (do you want to run from NAND, or SD?). The process shouldn't take very long and flashing up the k... - JB 07:46 PM Software Development: RE: Starter Guide: "Boot the MityDSP-L138 up into linux." - How?
- I tried setting the *bootcmd* variable as suggested and the executed *boot*. This is what I got:
U-Boot > editenv bootcmd
edit: sf probe 0; sf read 0xc0700000 0x100000 0x280000;bootm 0xc0700000
U-Boot > printenv bootcmd
... - JB 07:40 PM Software Development: RE: Starter Guide: "Boot the MityDSP-L138 up into linux." - How?
- The output of *print*:
U-Boot > print
bootdelay=3
baudrate=115200
bootfile="uImage"
flashuboot=tftp 0xc0700000 mityomap/u-boot-ubl.bin; sf probe 0; sf erase 0x10000 0x80000; sf write 0xc0700000 0x10000 ${filesi... - TI 07:33 PM Software Development: RE: Starter Guide: "Boot the MityDSP-L138 up into linux." - How?
- Hmmm
It should autoboot into linux. Can you post the output of the u-boot print command
U-Boot > *print*
And try just typing boot at the prompt
U-Boot > *boot*
to see if it boots into linux. The bootcmd environment variable should b... - Hello. I got the MityDSP hooked up and powered on today. I worked through the Starter Guide, successfully cross-compiling HelloWorld. Then I reached the sentence "Boot the MityDSP-L138 up into linux." How?
I've got the serial connecti...
07/20/2012
- MW 09:01 AM Software Development: RE: Building new openembedded-core based system from scratch
- To clarify (hopefully):
None of our software that is part of the MityDSP-L138 development kit is proprietary. The only things that we keep proprietary in our MityDSP-L138 releases are:
- FPGA VHDL source code for our "cores" (netl... - AG 05:56 AM Software Development: RE: Building new openembedded-core based system from scratch
- Hi,
I'm new to the MityDSP world, but me too, highly interested in this topic.
Could you please clarify if the proprietary bits you are talking about are somewhat related to what meta-mitydsp is supposed to provide to openembedded us...
07/13/2012
- EB 05:07 PM PCB Development: RE: MityDSP-L138F Mounting Holes (Posted on behalf of a customer)
- Hi Tom,
I hate to be a pain, but could you dimension this from the centerline of the connector, or give me a dimension from the pad 1 center to the centerline?
Different manufacturers suggest slightly different pad footprints, but ... - MW 11:37 AM Software Development: RE: DVI on Industrial I/O-Board Rev. B
- Hi Christian,
Check out the "Industrial IO Revision":http://support.criticallink.com/redmine/projects/indio/wiki/Industrial_IO_Revision_Information page for the detailed schematics and information regarding the exact configuration of... - Hi,
I got my MityDSP Devkit (Industrial I/O Board Rev. B) for around 5 weeks ago and now, as i wanna start with the Qt-StarterGuide, i saw in the LCD-Configuration-Wiki the usage of DVI Interface with the L138-Module (No FPGA) isn't p... - CR 10:56 AM Software Development: RE: How to start the u-Boot prompt?
- Thanks, Greg.
07/12/2012
- GG 03:29 PM Software Development: RE: How to start the u-Boot prompt?
- Hi Christian,
If you have a serial cable connected to your unit, when you first power it on you should see a several second count down before the unit actually starts to boot. If you press a key before the count down finishes, you wi... - Hi,
can anybody tell me, how can I get the u-Boot prompt?
What are the steps in which order to do?
Background: I wanna copy a new kernel.
Thanks,
Christian
07/10/2012
- WC 03:51 PM PCB Development: RE: MityDSP-L138F Mounting Holes (Posted on behalf of a customer)
- Thanks Tom, this is exactly what I needed.
- RD 03:27 PM Software Development: RE: GCC Toolchain and Hello World AM335x
- Hi Mike,
Got HelloWorld working correctly... thanks for helping.
I will be sure to post in the right forums from now on.
Thanks again,
Randy - MW 09:32 AM Software Development: RE: GCC Toolchain and Hello World AM335x
- Hi Randy,
This forum is for the MityDSP-L138 Family (ARM9 cores).
For the 335X, your post should go to this forum:
http://support.criticallink.com/redmine/projects/armc8-platforms/boards/28
For the MityARM-3359 SOM, you are g... - RD 09:09 AM Software Development: RE: GCC Toolchain and Hello World AM335x
- Tried based on starter guide (above was something extra I tried)
mitydsp@mitydsp-dev:~$ arm-angstrom-linux-gnueabi-gcc -v
arm-angstrom-linux-gnueabi-gcc: command not found
- I am new to Linux and Eclipse
When launching Eclipse I get:
mitydsp@mitydsp-dev:~$ eclipse
Unable to find full path for "g++"
Unable to find full path for "g++"
Unable to find full path for "arm-angstrom-linux-gnueabi-g++"
Una...
07/09/2012
- TC 04:02 PM PCB Development: RE: MityDSP-L138F Mounting Holes (Posted on behalf of a customer)
I've attached the requested drawing, does this address your needs?
Tom
- EB 08:20 AM PCB Development: RE: USB0_ID on MityARM-1810 PROFIBUS DK
- Mike,
I asked for TI tech support about this, but no reply.
In reference to my last reply:
Can you check your hardware to see if you can measure USBO_ID = high when in USB peripheral mode?
That would help me know when we've fixed it.... - YL 06:16 AM FPGA Development: RE: What‘s the configuration mode of the FPGA?
- Ok, Maybe I see.
FPGA's pin CCLK is the configuration clock , but it has two modes , namely Continuous data loading and Non-continuous data loading.
Maybe you choose the later one, right?
I originally think that the FPGA CCLK need onl...
07/06/2012
- I’m designing a carrier board to host the MityDSP-L138F and would like to use the plated through holes at the edge of the module to solidly mount it to my carrier board. I know the location of the plated through holes relative to the mod...
- MW 07:52 AM FPGA Development: RE: What‘s the configuration mode of the FPGA?
The EMA_WE (B9) pin of the OMAP-L138 is connected to the CCLK (R15) pin on the FPGA for slave select configuration. The WE pin is used during the EMIFA write cycle as a controlled clock to drive the FPGA CCLK during configuration whil...
07/05/2012
- YL 11:40 PM FPGA Development: RE: What‘s the configuration mode of the FPGA?
- Hello Mike,
I still have a question. I found out in the MityDSP-L138F Carrier Board Design Guide that you connected the pin EMA_WE/GP3[11] of L138 to CCLK pin of FPGA. But the FPGA configuration document suggests DSP's CLOCK pin conn... - GG 05:12 PM Software Development: RE: Using RMII with MityDSPL138 and L138F.
- Hi Michele,
I've worked on a project using the RMII before, and as far as I remember we needed to select the correct interface as described in the link Tim provided, and we also needed an FPGA build to route some of the RMII signals.... - EB 02:10 PM PCB Development: RE: USB0_ID on MityARM-1810 PROFIBUS DK
- FYI Mike,
Our cable is a A to mini-B and pins 4&5 are not shorted.
USB0_ID is always low regardless of cable presence.
The AM1808 SPRS653C 2.7.17 says that USB0_ID is an analog input w/o a pullup.
They don't say that it needs an ... - TE 01:10 PM PCB Development: RE: USB0_ID on MityARM-1810 PROFIBUS DK
- Mike,
I am working with Emmett on the software side. I have ported the usb_dev_bulk example into the UART example, removing the LCD calls because I do not have a display attached. I am calling the USBDBulkInit(0, (tUSBDBulkDevice *)... - MW 12:44 PM PCB Development: RE: USB0_ID on MityARM-1810 PROFIBUS DK
- Hello Mr. Bradford,
1. There is no pullup on the MityARM-1810F SOC for the USB0_ID pin (though there is likely one in the AM1810 itself, not sure of the default configuration off hand).
2. There is no connection to the FPGA for any... - We are using MityARM-1810F on the PROFIBUS DK board.
We are trying to use the TI starterware examples to get USB0 to act as a peripheral.
The USB0_ID is always low regardless of the cable attach.
1. Is there a pullup on the MityARM-...
07/04/2012
- MC 09:29 AM Software Development: RE: Using RMII with MityDSPL138 and L138F.
- Hi Tim,
thanks for the link.
I will try that way.
Thank you very much.
Best Regards,
Michele Canepa
- TI 09:23 AM Software Development: RE: Using RMII with MityDSPL138 and L138F.
- Michele,
We have used the RMII configuration on a job. I do not recall any issues (our "experts" on this subject are currently on vac). There is a wiki page ( http://support.criticallink.com/redmine/projects/arm9-platforms/wiki/Network_... - Hello Sirs,
I'm evaluating the possibility to use the RMII interface instead of MII in order to interface the MityDSP Card with a RMII compatible ethernet PHY, on a custom motherboard.
This option is useful for me because of pin mux ...
07/01/2012
- DG 10:35 PM Software Development: RE: Debug problem
- Hello Mike!
I am using a VM from the Critical Link's DVD (MDK 2011/03/31, arm-angstrom-linux ver. 2010.7-test-20101118)
My problem is solved by adding links as in wiki's "GDB dependency hassles", but like this:
sudo ln -s /usr/lib/lib... - MW 12:11 PM Software Development: RE: Debug problem
- Hi,
Which version of the toolchain / VM are you using?
Did you install on your own linux build machine or are you using a VM provided by Critical Link?
-Mike
06/30/2012
- Hello!
I am trying to establish debug session in accordance with wiki's Debugging ARM Apps with Eclipse.
As it said, I have got a library error message "/usr/local/angstrom/arm/bin/arm-angstrom-linux-gnueabi-gdb: error while loading sh...
06/29/2012
- TI 07:12 AM Software Development: RE: chip clocking
- Stéphane
The input clock on the L138 is indeed 24MHz. The max CPU speed on the L138F is actually 456MHz.
I will have the marketing folk look into correcting the table in the overview document.
sorry for any confusion.
cheers
/Tim - Hello,
How fast is the input clock of the omapl138 on the MityDSP-L138F?
Due to the MityDSP family overview, where the CPU speed is given with 450MHz, I assume a 25MHz input clock (instead of a 24MHz one on TIs EVM-Board).
Is this c...