共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 跳转至页
回复
| 有奖活动 | |
|---|---|
| 这个春节你犒赏自己什么了?分享你的故事,有奖征集 | |
| 2026年“我要开发板活动”第三季,开始了! | |
| 硬核工程师专属补给计划——填盲盒 | |
| “我踩过的那些坑”主题活动——第002期 | |
| 【EEPW电子工程师创研计划】技术变现通道已开启~ | |
| 发原创文章 【每月瓜分千元赏金 凭实力攒钱买好礼~】 | |
| 【EEPW在线】E起听工程师的声音! | |
| 高校联络员开始招募啦!有惊喜!! | |
我要赚赏金打赏帖 |
|
|---|---|
| 【S32K3XX】SWT 模块使用被打赏¥22元 | |
| 【分享开发笔记,赚取280元手持便携数字示波器】32位linux内核内存映射896的理解被打赏¥14元 | |
| AG32VH407开发板例程体系的构成与使用方法被打赏¥20元 | |
| 【S32K3XX】SEMA42 模块使用被打赏¥26元 | |
| 【S32K3XX】XRDC 功能使用被打赏¥22元 | |
| 【分享开发笔记,赚取280元手持便携数字示波器】8051使用keil编译的程序移动心得被打赏¥21元 | |
| 【S32K3XX】HSE 密钥管理被打赏¥17元 | |
| 【S32K3XX】Standby RAM的初始化流程被打赏¥18元 | |
| Gravity:中英文语音合成模块V2.0及其串口控制被打赏¥24元 | |
| 全彩色度变化图的绘制被打赏¥27元 | |
我要赚赏金
