u-boot引导网络内核问题(急)

时间:2021-02-05 16:37:07
我vm装的是redhat9.0 

我的u-boot设置是

Mingddie # printenv
bootdelay=3
baudrate=115200
loads_echo=1
ethaddr=00:50:c2:1e:af:3e
autoload=n
ethact=CLX ETHERNET
bootcmd=tftp;bootm
filesize=27e000
fileaddr=80700000
gatewayip=192.168.1.1
netmask=255.255.255.0
ipaddr=192.168.1.230
serverip=192.168.1.222
bootargs=mem=64M console=ttyS0,115200n8 ip=192.168.1.230:::::eth0:off root=/dev/
nfs nfsroot=-o nolock 192.168.1.122:/nfsroot/root-vw rw
bootfile=vmlinux
stdin=serial
stdout=serial
stderr=serial

Environment size: 433/131068 bytes

boot后出现


Creating 2 MTD partitions on "NAND 128MiB 3,3V 8-bit":
0x00200000-0x02000000 : "CLXSOC NAND partition 0"
0x02000000-0x08000000 : "CLXSOC NAND partition 1"
mice: PS/2 mouse device common for all mice
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 4096 bind 8192)
eth0: Provide Mode All: (1)10BaseT-HD (2)10BaseT-FD (3)100baseTx-HD (4)100baseTx
-FD

Sending DHCP requests ...

获动态IP 不是设置了IPaddr的么 怎么还要获呢
但经常获取的结果是timeout 

有次获取了ip 但service ip就变成了0.0.0.0 boot 这些都变成了0

请问什么意思 哪儿错了 怎么修改  谢谢 (新手第一次发求助贴,没扔鸡蛋砸哦)



2 个解决方案

#1


Sending DHCP requests ... 

kernel 把DHCP的属性选上了吧, 进去把这项给去掉。。

#2


是这样的么, 求助

我用的是龙芯的板子

#1


Sending DHCP requests ... 

kernel 把DHCP的属性选上了吧, 进去把这项给去掉。。

#2


是这样的么, 求助

我用的是龙芯的板子