共2条
1/1 1 跳转至页
uClinux uClinux启动时网络不能启动
问
MagicARM uClinux启动时提示网络不能连通,启动画面如下,请求解决
Shell invoked to run file: /etc/rc
Command: hostname GDB-ARMulator
Command: /bin/expand /etc/ramfs.img /dev/ram1
Command: mount -n -o remount,rw /
Command: mount -t proc proc /proc
Command: mount -t ext2 /dev/ram1 /var
Command: insmod /bin/zlg_ffs
Using /bin/zlg_ffs
Warning: loading zlg_ffs will taint the kernel: non-GPL license - Proprietary
See http://www.tux.org/lkml/#export-tainted for information about tainted mods
zlg_ffs: zlg_ffs_init OK
Command: mount /dev/zlg_ffs /usr
VFS: CAN't find ext2 filesystem on dev zlg_ffs(126,0).
kmod: failed to exec /sbin/modprobe -s -k nls_cp437, errno = 2
kmod: failed to exec /sbin/modprobe -s -k nls_iso8859-1, errno = 2
kmod: failed to exec /sbin/modprobe -s -k nls_iso8859-1, errno = 2
kmod: failed to exec /sbin/modprobe -s -k nls_iso8859-1, errno = 2
Command: mkdir /var/tmp
Command: mkdir /var/log
Command: mkdir /var/run
Command: mkdir /var/lock
Command: mkdir /var/empty
Command: /usr/etc/rc
BINFMT_FLAT: Loading file: /usr/etc/rc
BINFMT_FLAT: bad magic/rev (0x6f64202f, need 0x4)
Shell invoked to run file: /usr/etc/rc
Command: insmod /usr/bin/dm9000
insmod: /lib/modules/2.4.24-uc0: No such file or directory
insmod: /lib/modules: No such file or directory
insmod: dm9000.o: no module by that name found
pid 19: failed 256
Command: ifconfig eth0 172.18.154.250
kmod: failed to exec /sbin/modprobe -s -k eth0, errno = 2
SIOCSIFADDR: No such device
pid 20: failed 256
Command: ifconfig eth0 netmask 255.255.0.0
kmod: failed to exec /sbin/modprobe -s -k eth0, errno = 2
SIOCSIFNETMASK: No such device
pid 22: failed 256
Command: ifconfig eth0 down
kmod: failed to exec /sbin/modprobe -s -k eth0, errno = 2
SIOCGIFFLAGS: No such device
pid 24: failed 256
Command: ifconfig eth0 hw ether 00:14:97:0f:00:00
kmod: failed to exec /sbin/modprobe -s -k eth0, errno = 2
SIOCSIFHWADDR: No such device
pid 26: failed 256
Command: ifconfig eth0 up
kmod: failed to exec /sbin/modprobe -s -k eth0, errno = 2
SIOCGIFFLAGS: No such device
pid 28: failed 256
Command: route add default gw 172.18.154.1
SIOCADDRT: Network is unreachable
pid 30: failed 1792
Execution Finished, Exiting
pid 18: failed 1792
Command: cat /etc/motd
Welcome to
____ _ _
/ __| ||_|
_ _| | | | _ ____ _ _ _ _
| | | | | | || | _ \| | | |\ \/ /
| |_| | |__| || | | | | |_| |/ \
| ___\____|_||_|_| |_|\____|\_/\_/
| |
|_|
GDB/ARMulator support by <davidm@snapgear.com>
For further information check:
http://www.uclinux.org/
答 1: hehe我也发现相同情况,大家帮忙解决一下,多谢 答 2: dm9000驱动出了问题?
MagicARM uClinux启动时提示网络不能连通,启动画面如下,请求解决
Shell invoked to run file: /etc/rc
Command: hostname GDB-ARMulator
Command: /bin/expand /etc/ramfs.img /dev/ram1
Command: mount -n -o remount,rw /
Command: mount -t proc proc /proc
Command: mount -t ext2 /dev/ram1 /var
Command: insmod /bin/zlg_ffs
Using /bin/zlg_ffs
Warning: loading zlg_ffs will taint the kernel: non-GPL license - Proprietary
See http://www.tux.org/lkml/#export-tainted for information about tainted mods
zlg_ffs: zlg_ffs_init OK
Command: mount /dev/zlg_ffs /usr
VFS: CAN't find ext2 filesystem on dev zlg_ffs(126,0).
kmod: failed to exec /sbin/modprobe -s -k nls_cp437, errno = 2
kmod: failed to exec /sbin/modprobe -s -k nls_iso8859-1, errno = 2
kmod: failed to exec /sbin/modprobe -s -k nls_iso8859-1, errno = 2
kmod: failed to exec /sbin/modprobe -s -k nls_iso8859-1, errno = 2
Command: mkdir /var/tmp
Command: mkdir /var/log
Command: mkdir /var/run
Command: mkdir /var/lock
Command: mkdir /var/empty
Command: /usr/etc/rc
BINFMT_FLAT: Loading file: /usr/etc/rc
BINFMT_FLAT: bad magic/rev (0x6f64202f, need 0x4)
Shell invoked to run file: /usr/etc/rc
Command: insmod /usr/bin/dm9000
insmod: /lib/modules/2.4.24-uc0: No such file or directory
insmod: /lib/modules: No such file or directory
insmod: dm9000.o: no module by that name found
pid 19: failed 256
Command: ifconfig eth0 172.18.154.250
kmod: failed to exec /sbin/modprobe -s -k eth0, errno = 2
SIOCSIFADDR: No such device
pid 20: failed 256
Command: ifconfig eth0 netmask 255.255.0.0
kmod: failed to exec /sbin/modprobe -s -k eth0, errno = 2
SIOCSIFNETMASK: No such device
pid 22: failed 256
Command: ifconfig eth0 down
kmod: failed to exec /sbin/modprobe -s -k eth0, errno = 2
SIOCGIFFLAGS: No such device
pid 24: failed 256
Command: ifconfig eth0 hw ether 00:14:97:0f:00:00
kmod: failed to exec /sbin/modprobe -s -k eth0, errno = 2
SIOCSIFHWADDR: No such device
pid 26: failed 256
Command: ifconfig eth0 up
kmod: failed to exec /sbin/modprobe -s -k eth0, errno = 2
SIOCGIFFLAGS: No such device
pid 28: failed 256
Command: route add default gw 172.18.154.1
SIOCADDRT: Network is unreachable
pid 30: failed 1792
Execution Finished, Exiting
pid 18: failed 1792
Command: cat /etc/motd
Welcome to
____ _ _
/ __| ||_|
_ _| | | | _ ____ _ _ _ _
| | | | | | || | _ \| | | |\ \/ /
| |_| | |__| || | | | | |_| |/ \
| ___\____|_||_|_| |_|\____|\_/\_/
| |
|_|
GDB/ARMulator support by <davidm@snapgear.com>
For further information check:
http://www.uclinux.org/
答 1: hehe我也发现相同情况,大家帮忙解决一下,多谢 答 2: dm9000驱动出了问题?
共2条
1/1 1 跳转至页
回复
我要赚赏金打赏帖 |
|
|---|---|
| 基于MCP23S17的输入输出功能模块控制被打赏¥20元 | |
| 【S32K3XX】SPD 软件包使用Link文件修改被打赏¥22元 | |
| Switch-Case局部变量定义问题被打赏¥23元 | |
| 基于米尔TIAM62L开发板的串口通信及应用被打赏¥20元 | |
| PCF8574功能模块及其使用被打赏¥20元 | |
| 传感器LSM6DSO及LIS3MDL的功能检测被打赏¥18元 | |
| LPS25HB气压传感器及其检测被打赏¥18元 | |
| HTS221温湿度传感器及其检测被打赏¥18元 | |
| 【S32K3XX】HSE FW 版本更新被打赏¥21元 | |
| 基于ArduinoUNO开发板的AT24C02读写测试被打赏¥16元 | |
我要赚赏金
