NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.

Talk:Setting up OMAP-L137 Target File System

From Texas Instruments Wiki
Jump to: navigation, search
For technical support please post your questions at http://e2e.ti.com. Please post only comments about the article Setting up OMAP-L137 Target File System here.

Comments on Setting up OMAP-L137 Target File System


Mtzgustavo said ...

Might want to comment that if running "/sbin/ifconfig" on a Vmware Linux image returns a loop back IP address (127.0.0.1), then you will have to reconfigure your network setup.

--Mtzgustavo 16:24, 7 April 2009 (UTC)

Jpplus said ...

when run host $ arm_v5t_le-gcc hello.c -o hello seems cannot find the "stdio.h", how to include these stdio.h /stdlib.h/socket.h in search path? where these header file are?

--Jpplus 04:24, 7 September 2009 (CDT)

Michele sponchiado said ...

In my case: 1-I was working with a switch between host and target board, so I've configured serverip, ipaddr and nfshost env variables to correct values 2-Montavista asks for password at the end of boot; the only way to get it work was to follo the instructions in http://linux.davincidsp.com/pipermail/davinci-linux-open-source/2008-November/009329.html

--Michele sponchiado 04:07, 11 January 2010 (CST)

Robert.Krejci said ...

If this: EVM # setenv bootcmd 'dhcp;bootm' does not run, try: EVM # setenv bootcmd 'tftp;bootm'

--Robert.Krejci 11:21, 15 January 2010 (CST)