| 
 
贡献199 
飞刀32 FD
注册时间2014-8-1
在线时间17 小时积分59 
 
 
 扫一扫,手机访问本帖  | 
 
| 本帖最后由 踏雪you坑 于 2014-10-9 16:28 编辑 
 使用飞凌AM335x开发板            根据OK335xD-Linux用户手册V1.5.pdf
 #setenv serverip 192.168.1.254(我的ubuntu服务器的ip)
 #setenv ipaddr 192.168.1.216 (设置开发板的ip)
 #setenv bootargs console=ttyO0,115200n8 root=/dev/nfs nfsroot=192.168.1.254:/nfs_rootfs,nolock rw ip=192.168.1.216:192.168.1.254:192.168.1.1:255.255.255.0::eth0:off screentype=R screensize=800x600-vga
 #setenv bootcmd “tftp 80000000 uImage;bootm 80000000”
 #save
 确定TFTP 和nfs在ubuntu上都成功了。且tftp下也有uimage文件   tftpboot目录下也有文件系统了
 可是还是卡住在飞凌嵌入式logo图标。串口输出停在
 ----------------------Main Menu-----------------------
 0 -- exit to uboot shell
 1 -- set LCD parameters
 2 -- erase the whole nand
 3 -- change the calibrate
 4 -- choose work mode
 ------------------------------------------------------
 :
 然后就不懂操作了。求解答
 
 我用TCp软件扫描不出192.168.1.216。说明没有发现设备
 | 
 |