共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 跳转至页
回复
有奖活动 | |
---|---|
【有奖活动】分享技术经验,兑换京东卡 | |
话不多说,快进群! | |
请大声喊出:我要开发板! | |
【有奖活动】EEPW网站征稿正在进行时,欢迎踊跃投稿啦 | |
奖!发布技术笔记,技术评测贴换取您心仪的礼品 | |
打赏了!打赏了!打赏了! |
打赏帖 | |
---|---|
【笔记】生成报错synthdesignERROR被打赏50分 | |
【STM32H7S78-DK评测】LTDC+DMA2D驱动RGBLCD屏幕被打赏50分 | |
【STM32H7S78-DK评测】Coremark基准测试被打赏50分 | |
【STM32H7S78-DK评测】浮点数计算性能测试被打赏50分 | |
【STM32H7S78-DK评测】Execute in place(XIP)模式学习笔记被打赏50分 | |
每周了解几个硬件知识+buckboost电路(五)被打赏10分 | |
【换取逻辑分析仪】RA8 PMU 模块功能寄存器功能说明被打赏20分 | |
野火启明6M5适配SPI被打赏20分 | |
NUCLEO-U083RC学习历程2-串口输出测试被打赏20分 | |
【笔记】STM32CUBEIDE的Noruletomaketarget编译问题被打赏50分 |