共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电子工程师创研计划】技术变现通道已开启~ | |
发原创文章 【每月瓜分千元赏金 凭实力攒钱买好礼~】 | |
【EEPW在线】E起听工程师的声音! | |
“我踩过的那些坑”主题活动——第001期 | |
高校联络员开始招募啦!有惊喜!! | |
【工程师专属福利】每天30秒,积分轻松拿!EEPW宠粉打卡计划启动! | |
送您一块开发板,2025年“我要开发板活动”又开始了! | |
打赏了!打赏了!打赏了! |
打赏帖 | |
---|---|
电流检测模块MAX4080S被打赏10分 | |
【我踩过的那些坑】calloc和malloc错误使用导致跑飞问题排查被打赏50分 | |
多组DCTODC电源方案被打赏50分 | |
【我踩过的那些坑】STM32cubeMX软件的使用过程中的“坑”被打赏50分 | |
新手必看!C语言精华知识:表驱动法被打赏50分 | |
【我踩过的那些坑】杜绑线问题被打赏50分 | |
【我踩过的那些坑】STM32的硬件通讯调试过程的“坑”被打赏50分 | |
【我踩过的那些坑】晶振使用的问题被打赏100分 | |
【我踩过的那些坑】电感选型错误导致的处理器连接不上被打赏50分 | |
【我踩过的那些坑】工作那些年踩过的记忆深刻的坑被打赏10分 |