找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 432|回复: 3

[k3] K3 TTL的结果,求大神帮忙指点迷津

[复制链接]
Init Arena
Init Devs.
Boot partition size = 262144(0x40000)
DDR Clock: 800 MHz
Info: DDR frequency set from clkfreq=1400,*800*
robo_eee_advertise_init: GPHY0: EEE advertisement is disabled
robo_eee_advertise_init: GPHY1: EEE advertisement is disabled
robo_eee_advertise_init: GPHY2: EEE advertisement is disabled
robo_eee_advertise_init: GPHY3: EEE advertisement is disabled
robo_eee_advertise_init: GPHY4: EEE advertisement is disabled
et2: Broadcom BCM47XX 10/100/1000 Mbps Ethernet Controller 7.14.164.303 (r666427)
CPU type 0x0: 1400MHz
Tot mem: 524288 KBytes

CFE mem:    0x00F00000 - 0x017C8628 (9209384)
Data:       0x00F507E0 - 0x00F50D24 (1348)
BSS:        0x00F50D30 - 0x00FC6628 (481528)
Heap:       0x00FC6628 - 0x017C6628 (8388608)
Stack:      0x017C6628 - 0x017C8628 (8192)
Text:       0x00F00000 - 0x00F46A5C (289372)

Device eth0:  hwaddr D8-C8-E9-F5-53-E0, ipaddr 192.168.50.1, mask 255.255.255.0
        gateway not set, nameserver not set
Null Rescue Flag.
boot the image...nflash1.trx
go load
Loader:raw Filesys:tftp Dev:eth0 File:: Optionsnull)
Loading: TFTP Server.
..tftp retry wait 0
..tftp retry wait 1
..tftp retry wait 2
Failed.
Could not load :: Timeout occured
Loader:raw Filesys:raw Dev:nflash0.os File: Optionsnull)
Loading: ..... 4716448 bytes read
Entry at 0x00008000
Closing network.
Starting program at 0x00008000
console [ttyS0] enabled, bootconsole disabled
serial8250.0: ttyS1 at MMIO 0x18000400 (irq = 117) is a 16550
brd: module loaded
loop: module loaded
pflash: found no supported devices
bcmsflash: found no supported devices
Boot partition size = 524288(0x80000)
lookup_nflash_rootfs_offset: offset = 0x400000
nflash: squash filesystem with lzma found at block 46
Creating 5 MTD partitions on "nflash":
0x000000000000-0x000000080000 : "boot"
0x000000080000-0x000000180000 : "nvram"
0x000000180000-0x000000400000 : "phicomm"
0x000000400000-0x000002c00000 : "linux"
0x0000005dc080-0x000002c00000 : "rootfs"
PPP generic driver version 2.4.2
PPP MPPE Compression module registered
NET: Registered protocol family 24
p p t p driver version 0.8.5
=== p p t p init ===
Mirror/redirect action on
u32 classifier
    Performance counters on
    Actions configured
Netfilter messages via NETLINK v0.30.
nf_conntrack version 0.5.0 (8041 buckets, 32164 max)
ctnetlink v0.93: registering with nfnetlink.
xt_time: kernel timezone is -0000
ip_tables: (C) 2000-2006 Netfilter Core Team
TCP cubic registered
NET: Registered protocol family 10
ip6_tables: (C) 2000-2006 Netfilter Core Team
NET: Registered protocol family 17
NET: Registered protocol family 15
L2TP core driver, V2.0
PPPoL2TP kernel driver, V2.0
802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
All bugs added by David S. Miller <davem@redhat.com>
Registering the dns_resolver key type
Northstar brcmnand NAND Flash Controller driver, Version 0.1 (c) Broadcom Inc. 2012
NAND device: Manufacturer ID: 0xc2, Chip ID: 0xf1 (Unknown NAND 128MiB 3,3V 8-bit)
Spare area=64 eccbytes 28, ecc bytes located at:
9 10 11 12 13 14 15 25 26 27 28 29 30 31 41 42 43 44 45 46 47 57 58 59 60 61 62 63
Available 35 bytes at (off,len):
(1,8) (16,9) (32,9) (48,9) (0,0) (0,0) (0,0) (0,0)
Scanning device for bad blocks
Options: NO_AUTOINCR,NO_READRDY,NO_SUBPAGE_WRITE,
Creating 1 MTD partitions on "brcmnand":
0x000002c00000-0x000008000000 : "brcmnand"
VFS: Mounted root (squashfs filesystem) readonly on device 31:4.
devtmpfs: mounted
Freeing init memory: 296K
init_main start.
1: set_action 0





按照教程TTL,IP应该是192.168.50.1
自己电脑的IP是192.168.50.2,但是我PING不通路由器,也进不去CFE,求大神帮忙看看

我的恩山、我的无线 The best wifi forum is right here.
你这样理解 可能有点误会了,

Device eth0:  hwaddr D8-C8-E9-F5-53-E0, ipaddr 192.168.50.1, mask 255.255.255.0
        gateway not set, nameserver not set
Null Rescue Flag.
boot the image...nflash1.trx
go load

这个 50.1 只是启动瞬间加载的nvram 设置,但是之后就开始加载固件了,近了固件就会加载 自己的  ip 设置, 还是多试试其他的 .1.1  或.0.1

或者通过ttl ,启动之后,在cfe 下暂停,用命令输入 nvram erase  清空nvram 恢复默认

点评

谢谢大神 搞定了  详情 回复 发表于 2024-1-31 13:22
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
zhjook 发表于 2024-1-31 00:25
你这样理解 可能有点误会了,

Device eth0:  hwaddr D8-C8-E9-F5-53-E0, ipaddr 192.168.50.1, mask 255.2 ...

谢谢大神 搞定了

点评

我k3也故障了。能请教你个问题吗。方便加个微。聊吗。微6349232  详情 回复 发表于 2024-2-1 13:34
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

来自手机 | 显示全部楼层
Tompking 发表于 2024-1-31 13:22
谢谢大神 搞定了

我k3也故障了。能请教你个问题吗。方便加个微。聊吗。微6349232
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-28 07:27

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表