Project

General

Profile

Activity

From 08/17/2011 to 09/15/2011

09/15/2011

FW 05:12 PM Software Development: RE: Mounting USB Flash Memory (mitydspl138)
Hi Mike,
I don't think that is the case; I tried to manually mount as well, but there was no driver in /dev either. Greg sent me a new kernel with USB mass storage support built in, and that worked fine (although I don't recall if it ...
Fred Weiser
MC 10:33 AM Software Development: RE: Mounting USB Flash Memory (mitydspl138)
Hi
I am also trying to get a USB disk to mount. Is it possible the USB drive is not auto mounted, but can be mounted manually? What would be the usb device name under /dev?
Thanks,
Mike
Mike Costa
MW 11:16 AM Software Development: RE: SATA on MityDSP-L138F dev board
Glad to hear it!
As for "who is in charge", the filesystem images (our "base" vs. our "full") are basically openembedded images (the "base" console image and an image that includes qt4-embedded libraries with a handful of utilities). ...
Michael Williamson
MC 10:27 AM Software Development: RE: SATA on MityDSP-L138F dev board
Hi Mike,
Wow that was easy ;-) It worked right out of the box.
I am curious, who is in charge of the Linux distro that CriticalLink provides?
Mike Costa
SW 10:00 AM Software Development: RE: uPP/DMA registers
Mike,
I was just planning on mapping the registers and accessing them that way. It looks like there is a specific method for setting the module PSC out of reset, but I assume just writing the correct pin mux value to the register wil...
Scott Whitney
MW 09:35 AM Software Development: RE: uPP/DMA registers
Sure you can, though the pinmux setter/getter routines in the kernel are not currently exported.
-Mike
Michael Williamson
SW 09:29 AM Software Development: RE: uPP/DMA registers
Mike,
I see there is nothing in the da850.c file for the uPP, either for clock, or pin muxing. I could just write a kernel module to access the pin mux and PSC registers directly if I don't want to mess with recompiling the whole ker...
Scott Whitney

09/14/2011

MW 08:31 PM Software Development: RE: Unable to build root file system
In theory, you could point it to support.criticallink.com's tree....
Kind of spooky the amount of time git.kernel.org has been down..... hopefully it will be back shortly....
-Mike
Michael Williamson
MW 08:28 PM Software Development: RE: uPP/DMA registers
check arch/arm/mach-davinci/da850.c
There is likely a clock that needs to be defined/enabled for the UPP.
Also there is a power and sleep controller register that may need to be enabled (part of the same clock structures in linux, ...
Michael Williamson
SW 01:43 PM Software Development: RE: uPP/DMA registers
Mike,
Where is the clock tree? I think I have printed out the uPP status and control register, and if what I'm looking at is correct it is partially enabled, only the local reset is asserted. Scott
Scott Whitney
MW 08:23 PM Software Development: RE: Official u-boot with higher baud rate options
Hi Noman,
I don't see any reason not to support this, but it may take some time for this change to propagate to our factory images/procedures. we'll need to test it here as well, but we'll try to roll it in. Thanks for the feedback....
Michael Williamson
NS 01:57 PM Software Development: Official u-boot with higher baud rate options
Hi,
I would like to get the following change in the next official uboot release. This would allow the use to change the baudrate at the u-Boot and transfer the images at higher baud rate, once the image transfer is complete the baudra...
Noman Siddiqui
MW 08:20 PM Software Development: RE: SATA on MityDSP-L138F dev board
Well Mike,
I think all you need to do is get a powered SATA drive and plug it in. If you are using our provided filesystem (well, really just udev) and the default kernel you should have SATA support. The config option should be:
...
Michael Williamson
MC 02:32 PM Software Development: SATA on MityDSP-L138F dev board
Hi,
I am looking to get some relatively quick proof of concept & testing of the SATA functionality with the MityDSP-L138F module and dev board.
Could you possibly point me to some resources on how to get a SATA drive running with e...
Mike Costa
GG 10:52 AM FPGA Development: RE: ucf file
Hi Scott,
Yes, you should be able to use the same UCF file. The pin mapping between the LX45 and LX16 is the same, the only issue is that there are 7 or 8 pins on the LX16 that are not connected on the LX45. If you try to use these pi...
Gregory Gluszek
SW 09:54 AM FPGA Development: ucf file
We have a MityDSP L138 development kit with the Spartan 6 LX16 FPGA. We are in the process of purchasing the MityDSP L138 with the Spartan 6 LX45 PFGAs. Do we use the same ucf file for both fpga's found in the MDK release? That would ... Scott Whitney

09/13/2011

NS 09:59 AM Software Development: RE: Unable to build root file system
Hi Mike,
build-essential is now installed. However, i realized that the checkout was not done because it was not in the right directory. I corrected the steps as below:
#bash> export MDK=/home/mitydsp/MDK_2011-03-31
#bash> cd ${MD...
Noman Siddiqui
MW 07:31 AM Software Development: RE: Unable to build root file system
Hi Norman,
A couple of observations:
1) The package name is "build-essential" not "build-essentials", I will try to correct the original wiki page. Sorry about that.
2) When you cloned the openembedded setup, did you check out...
Michael Williamson
MW 07:25 AM Software Development: RE: ymodem
Hello Mr. Nagel,
We've never tried using ymodem here at Critical Link as serial download speed hasn't been an issue. Folks generally have a faster interface to the device or do it during kernel runtime, or use kermit, which we haven'...
Michael Williamson

09/12/2011

TN 02:47 PM Software Development: ymodem
Hi,
What is a better option to upload a file (uImage for example) at U-boot prompt ?
When ymodem transfer fails, u-boot stays in loop forever, unable to interrupt.
kermit seems slower than ymodem.
Are there any known problems usin...
Thomas Nagel
NS 09:15 AM Software Development: Unable to build root file system
Hi Mike,
I was trying to build the root file system using the instructions on the wiki but getting lot of errors. Could you please take a look at the attached file and let me know if i am missing something.
Thanks,
Noman
Noman Siddiqui

09/09/2011

GG 04:45 PM Software Development: RE: IndustrialLO.bin
Hi Scott,
Yes, the IndustrialIO.bin file distributed in the MDK has the base module and other cores built in and you can access them through the EMIF interface.
The cores in IndustrialIO.bin are:
constant CORE_BASE_MODULE : inte...
Gregory Gluszek
SW 04:01 PM Software Development: IndustrialLO.bin
Hello,
I am working with writing drivers to access FPGA registers on the EMIFA. I currently don't have any custom vhdl code. My end design will have me access some dual port ram on the FPGA via CS3 on the ARM. Until I get our desig...
Scott Whitney

09/08/2011

TC 04:29 PM Software Development: RE: no serial data when first using dev kit
Mike -
Glad you are up and running. Good point about the out of box experience.
Thanks,
Tom
Thomas Catalino
MC 04:25 PM Software Development: RE: no serial data when first using dev kit
Hi Greg,
That was it! I did not use the cable supplied because I always have serial cables connected to my computer.
On that note, the DVD should really have a simple getting started pdf explaining things such as the null modem ca...
Mike Costa
GG 04:20 PM Software Development: RE: no serial data when first using dev kit
Hi Mike,
J502 is the default RS232 port and the ribbon cable is meant to be used on this port for RS232 communication.
My guess is that you are not using a Null Modem cable and that is the reason you see nothing over RS232. Let us ...
Gregory Gluszek
MC 04:11 PM Software Development: no serial data when first using dev kit
Hi,
I am just starting to get my Dev kit up and running with the L138f Module. I am used to the Embedded Linux dev environment, and was under the impression that I should be able to get a Bootloader running right out of the box over...
Mike Costa

09/01/2011

KF 06:50 PM FPGA Development: RE: Xilinx ISE Design Suite 13.2 and MDK_2011_08_01
Hi Mike,
The files it was getting stuck on were ads7843.vhd, i2c.vhd, lcd_ctlr.vhd and tfp410.vhd.
However, I made progress, by removing them from the project whilst the project was updated, changing the device info to give a speed of...
Keith Fletcher
MW 07:08 AM FPGA Development: RE: Xilinx ISE Design Suite 13.2 and MDK_2011_08_01
The project and NGC files were built with ISE 12.3. We will be migrating the 13.x in the next release cycle.
Which ngc files does the project require the source for?
-Mike
Michael Williamson
KF 12:34 AM FPGA Development: Xilinx ISE Design Suite 13.2 and MDK_2011_08_01
Hi,
I have just downloaded the windows version of Xilinx ISE Design Suite 13.2 and attempted to build the examples IndustrialIO.xise from the MDK_2011_08_01, however I get the error "This project was generated by a previous version of P...
Keith Fletcher

08/31/2011

MW 09:02 PM Software Development: RE: u-boot prompt from kernel possible ?
Hi Thomas,
From linux, if you issue the "reboot" command, it will jump back to u-Boot.
The bootdelay variable (see the "u-Boot documentation, here":http://www.denx.de/wiki/view/DULG/UBootEnvVariables) is read from the u-Boot enviro...
Michael Williamson
TN 06:21 PM Software Development: u-boot prompt from kernel possible ?
Hi,
Once the kernel is loaded and we are logged in, is there a way to restart and bring the card to U-boot> prompt whenever we want ? In other words, is it possible to somehow selectively get to u-boot prompt after booting, without miss...
Thomas Nagel

08/22/2011

GG 03:12 PM Software Development: RE: Transfer files to card from PC via usb ? instead of ethernet ?
What modules are missing exactly? In the kernel menuconfig you can elect to "Enable loadable module support" and then include certain drivers as modules (select M instead of Y in the menuconfig). Perhaps you changed this when rebuilding ... Gregory Gluszek
TN 02:51 PM Software Development: RE: Transfer files to card from PC via usb ? instead of ethernet ?
Thank you. I downloaded Tera Term and it worked !
sorry to bother you - one last question. I noticed that after kernel installation using the uImage I built, the modules are missing. How can I make sure the drivers (.ko) files get into ...
Thomas Nagel
GG 11:42 AM Software Development: RE: Transfer files to card from PC via usb ? instead of ethernet ?
What program are you using for terminal access?
I just tested with Tera Term Professional Version 4.57, using the default Kermit settings, and the Kermit transfer seems to have worked fine:
Gregory Gluszek
TN 11:20 AM Software Development: RE: Transfer files to card from PC via usb ? instead of ethernet ?
Thank you. I built the image according to instructions (added USB storage support)
http://support.criticallink.com/redmine/projects/arm9-platforms/wiki/Linux_Kernel
On the terminal , I typed
U-Boot> loadb
## Read for binary (kermit)...
Thomas Nagel

08/19/2011

MW 01:40 PM Software Development: RE: Transfer files to card from PC via usb ? instead of ethernet ?
You will need to rebuild the kernel (and install it on your system) such that it supports USB mass storage devices and ensure that the FAT filesystem is enabled.
You can download a new kernel image (painful, I understand) to run out o...
Michael Williamson
TN 01:33 PM Software Development: RE: Transfer files to card from PC via usb ? instead of ethernet ?
Thank you very much for the information. After using USB 1.1 port as host port, connecting a USB flash drive, I have problem as described here : http://support.criticallink.com/redmine/boards/10/topics/666
lsmod shows empty list and the...
Thomas Nagel
MW 07:29 AM Software Development: RE: Transfer files to card from PC via usb ? instead of ethernet ?
USB support for the OMAP-L138 is fully described in the User Guides provided by the TI on it's "OMAP-L138 Processor":http://focus.ti.com/docs/prod/folders/print/omap-l138.html web page.
USB1 (pins 23,25) is a HOST only USB 1.1 complia...
Michael Williamson

08/18/2011

TN 03:33 PM Software Development: RE: Transfer files to card from PC via usb ? instead of ethernet ?
Hi,
USB stick is not connected. It is a USB cable only.
The configuration is like this :
UART to USB via FT232R : This works..able to login as root.
USB1 pins 23,25 pinhead to USB : This connection does not get recognized when c...
Thomas Nagel
MW 02:46 PM Software Development: RE: Transfer files to card from PC via usb ? instead of ethernet ?
Can you provide a reference schematic to your baseboard?
Do you have a USB memory stick connected to one of the two ports?
-Mike
Michael Williamson
TN 02:16 PM Software Development: Transfer files to card from PC via usb ? instead of ethernet ?
Hi,
I have two USB cables connected to baseboard.
Using one, I am able to connect to console and login root@mitydspl138
dmesg output is here :
usbcore: registered new interface driver usbfs
usbcore: registered new interface driv...
Thomas Nagel

08/17/2011

TN 06:33 PM Software Development: RE: MityDSP GUI
Thanks for the reply. Sorry for the confusion.
We have our own baseboard with mitydsp connected to it. Using UART to USB it is now detected on the PC. Thanks for the help.
Thomas Nagel
MW 12:53 PM Software Development: RE: MityDSP GUI
Hi Thomas,
I'm a little confused. The MItyDSP-L138 card is a "system on module (SOM) or computer on module (COM) ":http://en.wikipedia.org/wiki/Computer-on-module, not a "single board computer (SBC) ":http://en.wikipedia.org/wiki/Sin...
Michael Williamson
TN 12:41 PM Software Development: RE: MityDSP GUI
Hi Mike, Thanks for the reply. We do not have the baseboard. Only the mitydsp-l138 card. Can we still communicate with it directly ? For example, USB to ethernet ? Is that possible ?
Thanks.
TN
Thomas Nagel
MW 07:33 AM Software Development: RE: MityDSP GUI
The Industrial I/O card (the MityDSP-L138 development kit baseboard) should have come with a 10 pin ribbon to DB-9 connector. That plugs into the connector next to the power input terminals. The interface requires a NULL modem serial c... Michael Williamson
 

Also available in: Atom