Activity
From 08/16/2011 to 09/14/2011
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
- 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, ... - 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 - 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.... - 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... - 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:
... - 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... - 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... - 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 ...
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... - 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... - 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'...
09/12/2011
- 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... - 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
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... - 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...
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 - 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... - 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 ... - 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...
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... - 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
- 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...
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... - 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...
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 ...
- 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 ... - 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: - 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)...
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... - 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... - 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...
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... - 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
- 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...
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. - 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... - 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 - 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...