共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起听工程师的声音! | |
| 高校联络员开始招募啦!有惊喜!! | |
我要赚赏金打赏帖 |
|
|---|---|
| OK1126B-S开发板下函数构建及步进电机驱动控制被打赏¥25元 | |
| 【S32K3XX】LPI2C 参数配置说明被打赏¥20元 | |
| OK1126B-S开发板的脚本编程及应用设计被打赏¥27元 | |
| 5v升压8.4v两节锂电池充电芯片,针对同步和异步的IC测试被打赏¥35元 | |
| 【S32K3XX】S32DS LPI2C 配置失败问题解决被打赏¥22元 | |
| 【S32K3XX】FLASH 的 DID 保护机制被打赏¥19元 | |
| OK1126B-S开发板串口通信及其使用被打赏¥18元 | |
| 【S32K3XX】多核 CORE ID 获取被打赏¥18元 | |
| OK1126B-S开发板的GPIO资源及其使用被打赏¥20元 | |
| 【分享开发笔记,赚取电动螺丝刀】三分钟快速上手驱动屏幕(Arduino IDE环境)被打赏¥23元 | |
我要赚赏金
