各位ti 工程师们好,最近在学习TI 的芯片OMAPL 138,在看这篇文章(http://processors.wiki.ti.com/index.php/OMAP-L138_LCDK_Linux_Software_Developer%27s_Guide)的时候有些疑惑,
Commands are preceded by prompts that indicate the environment where the command is to be typed. For example:
host $
Indicates command to be typed into theLinux host shell comand line of the host Linux workstation.
EVM #
Indicates commands to be typed into theU-Boot shellcommand line from the console window connected to the LCDK board’s serial port.
target $
Indicates commands to be entered intoLCDK Linux shell command line, which is usually the serial terminal window connected to the LCDK board's serial port.
请问一下,EVM和target分别对应哪个平台下的操作环境啊?????谢谢!
sai zhong:
回复 Denny%20Yang99373:
谢谢您!
还有一个问题,我在U-Boot command line 下输入'# setenv bootargs mem=64M ip=dhcp noinitrd console=ttyS0,115200n8 root=/dev/nfs rw nfsroot=192.168.1.104:/home/user/target,nolock,rsize=1024,wsize=1024'
命令行总是显示"-sh: setenv: command not found"