找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 11990|回复: 14

[HG8245千兆版救砖]TTL已经可以中断autoboot,求刷机指令及Flash的地址

[复制链接]
发表于 2016-1-8 00:57 | 显示全部楼层 |阅读模式
  1. U-Boot 1.1.4 (Jun 21 2012 - 13:51:21)
  2. U-Boot code: 90500000 -> 9051E974  BSS: -> 9055525C
  3. RAM Configuration:
  4. Bank #0: 90000000 64 MB
  5. Flash: 16 MB
复制代码
通过TTL进华为HG8245猫,已经可以中断系统引导了,方法是不停的按d,然后你会发现系统停在:
  1. Press d key to abort autoboot: 10
  2. hisilicon #
复制代码
输入help后有如下指令可供执行:
  1. hisilicon # help
  2. ?       - alias for 'help'
  3. base    - print or set address offset
  4. bdinfo  - print Board Info structure
  5. bootm   - boot application image from memory
  6. crc32   - checksum calculation
  7. dhcp    - invoke DHCP client to obtain IP/boot params
  8. echo    - echo args to console
  9. erase   - erase FLASH memory
  10. flinfo  - print FLASH memory information
  11. fsinfo  - print information about filesystems
  12. fsload  - load binary file from a filesystem image
  13. help    - print online help
  14. lastword- print last word
  15. loadboardinfo- download file from tftp server
  16. loadflashcfg- download file from tftp server
  17. loadfs  - download file system from tftp server
  18. loadjffs2- download file from tftp server
  19. loadkernel- download file from tftp server
  20. loadminisystem- download file from tftp server
  21. loadsystem- download file from tftp server
  22. loaduboot- download file from tftp server
  23. loop    - infinite loop on address range
  24. ls      - list files in a directory (default /)
  25. md      - memory display
  26. mtest   - simple RAM test
  27. mw      - memory write (fill)
  28. ping    - send ICMP ECHO_REQUEST to network host
  29. printenv- print environment variables
  30. protect - enable or disable FLASH write protection
  31. rarpboot- boot image via network using RARP/TFTP protocol
  32. reset   - Perform RESET of the CPU
  33. saveenv - save environment variables to persistent storage
  34. setenv  - set environment variables
  35. tftp    - download or upload image via network using TFTP protocol
  36. update  - update board software
  37. vdecrest- vdecrest
  38. vencrest- vencrest
  39. version - print monitor version
复制代码
输入printenv也能看到相关配置
  1. hisilicon # printenv
  2. bootdelay=1
  3. baudrate=115200
  4. ethaddr=00:00:00:00:00:02
  5. ipaddr=192.168.0.10
  6. serverip=192.168.0.1
  7. netmask=255.255.255.0
  8. bootfile="Image"
  9. stdin=serial
  10. stdout=serial
  11. stderr=serial
  12. verify=n
  13. filesize=2
  14. bootcmd=bootm 0x20060054 0x91000000
  15. bootargs=noalign mem=50M console=ttyAMA0,115200 root=/dev/ram0 rootfstype=squashfs mtdparts=hisilicon:0x40000(boot)ro,0x1000(flashcfg)ro,0x1f000(syspara)ro,0x180000(krnl)ro,0x8fffac@0x1e0054(rootfs)ro,0x248fd8@0xc17028(minisystem)ro,0x180000(jffs2cfg),-(reserved) user_debug=0x1f panic=1
复制代码
但是在此模式下,因为不知道flash偏移值,无法进行flash的擦除和重刷,另外,华为在U-boot模式下,也没有提供常规的cp.b拷贝内存文件到flash中等功能,仅有loadsystem,loaduboot等直接写入闪存的命令,这样就涉及到对各个版本的固件解包了,不知如何才能将bin固件拆分成uboot,system等单独的文件?求论坛各位大大拔冗相助。目前我的2个8245都是砖,进系统在加载无线网络模块的时候进入死循环,能ping通,无法telnet,无法web,ttl输入无响应。
万分感谢!


发表于 2016-1-8 12:11 | 显示全部楼层
帮您编程器写入吧,马化腾1976421907 密语8245

点评

感谢兄弟,太麻烦了啊,还得吧机器发过来发过去的,汗。。  详情 回复 发表于 2016-1-8 12:16
回复 支持 反对

使用道具 举报

 楼主| 发表于 2016-1-8 12:16 | 显示全部楼层
路由摧手 发表于 2016-1-8 12:11
帮您编程器写入吧,马化腾1976421907 密语8245

感谢兄弟,太麻烦了啊,还得吧机器发过来发过去的,汗。。
回复 支持 反对

使用道具 举报

发表于 2016-1-11 21:32 | 显示全部楼层
无法中断,我的启动信息下,请高手指点

/*..............
System start ...
.............*/
U-Boot 1.1.4 (Jul 31 2013 - 16:25:21)
U-Boot code: 90500000 -> 9051FC94  BSS: -> 9054658C
RAM Configuration:
Bank #0: 90000000 64 MB
Flash: 16 MB
*** Warning - bad CRC, using default environment
In:    serial
Out:   serial
Err:   serial
Extend LSW IS AR8316
Initialize broadcast table ... ok
CPURTx Driver For Pilot <Board-A>!
### JFFS2 loading 'fsok' to 0x904bfe84
Scanning JFFS2 FS: . done.
### JFFS2 load complete: 2 bytes loaded to 0x904bfe84
No board type file!
ui_board_id = 2
[main.c__3719]::Magic1:0x0, magic2 0x0, count 0, flag 0, MainAreaOK 0, slaveAreaOK 0
[main.c_3784]Start from normal system!
Magic1:0x5a5a5a5a, magic2 0xa5a5a5a5, count 0, flag 0
Addr[0]:0x0,Addr[1]:0x40000,Addr[2]:0x41000,Addr[3]:0x60000,Addr[4]:0x1e0000,Addr[5]:0xae0000,Addr[6]:0xe60000
Start copy data from 0x201e0054 to 0x91000000 with sizeof 0x008f3040 .....................Done!
Start system with ram disk and set bootcmd to
BootArgs:noalign mem=50M console=ttyAMA0,115200 root=/dev/ram0 rootfstype=squashfs mtdparts=hisilicon:0x40000(boot)ro,0x1000(flashcfg)ro,0x1f000(syspara)ro,0x180000(krnl)ro,0x8fffac@0x1e0054(rootfs)ro,0x248fe0@0xc17020(minisystem)ro,0x180000(jffs2cfg),-(reserved) user_debug=0x1f panic=1
U-boot Start from NORMAL Mode !
## Booting image at 20060054 ...
   Image Name:   Linux-2.6.21.7-hrt1
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    1456776 Bytes =  1.4 MB
   Load Address: 90008000
   Entry Point:  90008000
   Loading Kernel Image ... OK
## Loading Ramdisk Image at 91000000 ...
   Image Name:   squashfs
   Image Type:   ARM Linux RAMDisk Image (uncompressed)
   Data Size:    9383936 Bytes =  8.9 MB
   Load Address: 00000000
   Entry Point:  00000000
Starting kernel ...
Uncompressing Linux............................................................................................ done, booting the kernel.
Kernel Early-Debug on Level 0
iotable information:
virtual: 4093640704physical: 262144  length: 4096    type: 0
virtual: 4145283072physical: 90432  length: 4096    type: 0
virtual: 4145295360physical: 90435  length: 4096    type: 0
virtual: 4145340416physical: 90446  length: 4096    type: 0
virtual: 4145344512physical: 90447  length: 4096    type: 0
virtual: 4093706240physical: 262160  length: 4096    type: 0
virtual: 4093771776physical: 262176  length: 4096    type: 0
virtual: 4145307648physical: 90438  length: 32768    type: 0
virtual: 4145287168physical: 90433  length: 4096    type: 0
virtual: 4145348608physical: 90448  length: 4096    type: 0
virtual: 4076863488physical: 196608  length: 4096    type: 0
virtual: 4145291264physical: 90434  length: 4096    type: 0
virtual: 4145299456physical: 90436  length: 4096    type: 0
virtual: 4145303552physical: 90437  length: 4096    type: 0
hisilicon_map_io        281     [arch/arm/mach-sd5113_v100_p01/core.c]
hisilicon_init_irq      108     [arch/arm/mach-sd5113_v100_p01/core.c]
hisilicon_timer_init    228     [arch/arm/mach-sd5113_v100_p01/systimer.c]
hi_kernel_wdt_init      216     [arch/arm/mach-sd5113_v100_p01/hi_drv_wdt.c]
hisilicon_init_machine  175     [arch/arm/mach-sd5113_v100_p01/core.c]
hi_kernel_pci_preinit   390     [arch/arm/mach-sd5113_v100_p01/hi_pci.c]
pci clock is on!
hi_kernel_pci_postinit  488     [arch/arm/mach-sd5113_v100_p01/hi_pci.c]
hi_kernel_pci_postinit on!
Linux version 2.6.21.7-hrt1 (root@vsut193167) (gcc version 4.1.2 (Wind River Linux Sourcery G++ 4.1-84)) #2 Wed Jul 31 16:31:00 CST 2013
CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv6TEJ), cr=00c5387f
Machine: SD5113-V100-PILOT-B01
Memory policy: ECC disabled, Data cache writeback
Get mem size 0x3200000;
CPU0: D VIPT write-back cache
CPU0: I cache: 16384 bytes, associativity 4, 32 byte lines, 128 sets
CPU0: D cache: 16384 bytes, associativity 4, 32 byte lines, 128 sets
Built 1 zonelists.  Total pages: 12700
Kernel command line: noalign mem=50M console=ttyAMA0,115200 root=/dev/ram0 rootfstype=squashfs mtdparts=hisilicon:0x40000(boot)ro,0x1000(flashcfg)ro,0x1f000(syspara)ro,0x180000(krnl)ro,0x8fffac@0x1e0054(rootfs)ro,0x248fe0@0xc17020(minisystem)ro,0x180000(jffs2cfg),-(reserved) user_debug=0x1f panic=1
PID hash table entries: 256 (order: 8, 1024 bytes)
Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
Memory: 50MB = 50MB total
Memory: 38508KB available (2636K code, 200K data, 108K init)
Security Framework v1.0.0 initialized
Capability LSM initialized
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
NET: Registered protocol family 16
Hisilicon clock system V0.01
[clk_register, 244]     AHBCLK
[clk_register, 244]     ARMCORECLK
[clk_register, 244]     UARTCLK
PCI: bus0: Fast back to back transfers enabled
istatus and imask 16777216
istatus and imask 0
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 2048 (order: 2, 16384 bytes)
TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
TCP: Hash tables configured (established 2048 bind 2048)
TCP reno registered
checking if image is initramfs...it isn't (bad gzip magic numbers); looks like an initrd
Freeing initrd memory: 9164K
Registering GDB sysrq handler
squashfs: version 3.4 (2008/08/26) Phillip Lougher
squashfs: LZMA suppport for slax.org by jro
JFFS2 version 2.2. (C) 2001-2006 Red Hat, Inc.
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
Serial: dw  uart driver
dev:f2: ttyAMA0 at MMIO map 0x1614f000 mem 0xf714f000 (irq = 17) is a AMBA/DW
dev:f1: ttyAMA1 at MMIO map 0x1614e000 mem 0xf714e000 (irq = 16) is a AMBA/DW
RAMDISK driver initialized: 4 RAM disks of 23000K size 1024 blocksize
PPP generic driver version 2.4.2
PPP Deflate Compression module registered
PPP BSD Compression module registered
PPP MPPE Compression module registered
NET: Registered protocol family 24
SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
CSLIP: code copyright 1989 Regents of the University of California.
SLIP linefill/keepalive option.
Start to set chip MaxBufWriteSize.
!Not find NUMONYX JS28F128M29EWHA chip.
hisilicon: Found 1 x16 devices at 0x0 in 16-bit bank
Amd/Fujitsu Extended Query Table at 0x0040
hisilicon: CFI does not contain boot bank location. Assuming top.
number of CFI chips: 1
cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness.
Hisilicon flash: registering whole flash at once as master MTD
8 cmdlinepart partitions found on MTD device hisilicon
Creating 8 MTD partitions on "hisilicon":
0x00000000-0x00040000 : "boot"
0x00040000-0x00041000 : "flashcfg"
0x00041000-0x00060000 : "syspara"
0x00060000-0x001e0000 : "krnl"
0x001e0054-0x00ae0000 : "rootfs"
0x00c17020-0x00e60000 : "minisystem"
0x00e60000-0x00fe0000 : "jffs2cfg"
0x00fe0000-0x01000000 : "reserved"
usb clock is on!
h2v100-ehci h2v100-ehci.0: h2v100-ehci
h2v100-ehci h2v100-ehci.0: new USB bus registered, assigned bus number 1
h2v100-ehci h2v100-ehci.0: irq 23, io mem 0x40010000
h2v100-ehci h2v100-ehci.0: USB 0.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
h2v100-ohci h2v100-ohci.0: h2v100-ohci
h2v100-ohci h2v100-ohci.0: new USB bus registered, assigned bus number 2
h2v100-ohci h2v100-ohci.0: irq 24, io mem 0x40020000
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
Netfilter messages via NETLINK v0.30.
ip_tables: (C) 2000-2006 Netfilter Core Team
arp_tables: (C) 2002 David S. Miller
TCP cubic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
ieee80211: 802.11 data/management/control stack, git-1.1.13
ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
RAMDISK: squashfs filesystem found at block 0, block number 9163
RAMDISK: Loading 9163KiB [1 disk] into ram disk... done.
VFS: Mounted root (squashfs filesystem) readonly.
Freeing init memory: 108K
                        -=#  DOPRA LINUX 1.0  #=-
                        -=#  EchoLife WAP 0.1  #=-
                        -=#  Huawei Technologies Co., Ltd #=-
mount file system
Loading the kernel modules:
/etc/rc.d/rc.sysinit: line 37: sed: not found
Making device instances:
Setting console log message level:
Setting hostname:
Settingup the sysctl configurations:
Setting up interface lo:
Running local startup scripts.
*******************************************
--==      Welcome To EchoLife WAP      ==--
--==   Huawei Technologies Co., Ltd.   ==--
*******************************************
WAP Ver:V100R005C00B010
WAP Timestamp:2013/07/31 16:42:59
*******************************************
Mount the JFFS2 file system:
Start init EchoLife WAP process debug module ......
Start lunch kmsgread ...
Pid of kmsgrread is: 146
Set kmsgread process pid to:146;
Rootfs time stamp:2013-07-31_16:47:55
fuse init (API version 7.8)
SCSI subsystem initialized
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
User init start......
Loading the SD5113V100 modules:
ETH install success!
g_dp_GLB_reg_s->VERSION = 0x0, ui_version = 0x0, ui_spec_index = 1
SD511X  DP  V2.0 is installed !
SD511x MDIO ID V1.0 is installed
SD511x GPIO VERSION 1.0 is installed
SD511x GPIO_INT ID 1.0 is installed
SD511x I2C ID V1.0 is installed
SD511x TIMER ID V1.0 is installed
SD511X SPI ID v1.0 is installed
SD511X  SYSCTL  V1.0 is installed
SD511x UART ID V1.0 is installed
<6>
SD511X HW  ID v1.0 is installed
SD511x EXT_INT ID 1.0 is installed
ifconfig eth0 hw ether 74:1E:93:06:1A:A8
Loading the EchoLife WAP modules: LDSP
SSP For LDSP Install Successfully...
HLP For LDSP Install Successfully...
CHIPADP-PHY For LDSP Install Successfully...
Get version through hardware!
CHIPADP-SD5113 For LDSP Install Successfully...
GPIO For LDSP Install Successfully...
HIGHWAY For LDSP Install Successfully...
I2C For LDSP Install Successfully...
MDIO For LDSP Install Successfully...
LSW For LDSP Install Successfully...
aui_receive[0] = ff aui_receive[1] = ff aui_receive[2] = ff aui_receive[3] = ff
DEV For LDSP Install Successfully...
CHIPADP-AR8316 LSW For LDSP Install Successfully...
TOPO hw_topo_init Successfully...
hw_topo_pdt_sep_eth_port_init...
End hw_topo_wap_init...
TOPO PDT For SSMP Install Successfully...
Read Topo Info Product Des:EchoLife HG8240
Read MemInfo Des: 47844
SPI For LDSP Install Successfully...
UART For LDSP Install Successfully...
BATTERY For LDSP Install Successfully...
PLOAM For LDSP Install Successfully...
GMAC For LDSP Install Successfully...
KEY For LDSP Install Successfully...
LED For LDSP Install Successfully...
OPTIC For LDSP Install Successfully...
RF For LDSP Install Successfully...
le88226 For LDSP install successfully...
Loading BBSP L2 modules:
Common HLP For BBSP Install Successfully...
ont is not in Equip Mode:g_fw_equip=0
FLOW For BBSP Install Successfully...
VETH For LDSP Install Successfully...
hw_pkt_tunnel Install Successfully...
EMAC For LDSP Install Successfully...
MPCP For LDSP Install Successfully...
Loading DSP temporary modules:
linux kernel dopra is installed!
dsp sdk  insmod success!
DSP For LDSP Install Successfully...
Loading BBSP L2_extended modules:
WIFI For BBSP Install Successfully...
ipv6 Install Successfully...
hw_dhcp Install Successfully...
hw_ethoam_kernel Install Successfully...
hw_pppoe Install Successfully...
hw_igmp_kernel Install Successfully...
mfw pkt per second: 80...
mfw Install Successfully...
hw_bind_init...
KARP Install Successfully...
Loading BBSP L3_basic modules:
nf_conntrack version 0.5.0 (400 buckets, 3200 max)
netdown replace to nf_ct_iterate_cleanup2
install success
Pktdump init Install Successfully...
ACl For BBSP Install Successfully...
Dosflt For BBSP Install Successfully...
Loading BBSP L3_extended modules:
napt register conntrack_handler
NAPT For BBSP Install Successfully...
_init_session SUCCESS
table_size =3040 hw_ker_ffwd_ipv4  install
hash_size = 760
ffwd register conntrack_handler
hw_ker_ffwd_core  install
Portal For BBSP Install Successfully...
User device for bbsp Install Successfully...
NO ipv6!
NO hw_rout!
Configure Word   : COMMON
COMMON:not BT mode
device eth0 entered promiscuous mode
br0: port 1(eth0) entering learning state
CODEC For LDSP Install Successfully...
Start ldsp_user...0
<LDSP>HW_LdspCfg_XponProc start from gpon, uiUpMode=1.
<LDSP cfg>Set uiUpMode=1.
<LDSP>Hardware board id is 2 !
<LDSP>Hardware pcb id is 2 !
SD5113 test self OK
Lsw test self OK
Optic test self OK
PHY[1] test self OK
PHY[2] test self OK
PHY[3] test self OK
PHY[4] test self OK
PHY[5] test self NoCheck
PHY[6] test self NoCheck
FILE = /home/zhengjisheng/r1c01/sdk_optimize/sd511x_sdk/driver/src/./interface/i2c/hi_drv_i2c.c,
LINE = 151, FUNC = hi_kernel_i2c_burst_read_bytes
read data is over time
Optic calMode 0
GPON opened success !
ssmp bbsp igmp amp vspa omci
root.reserved: fe0000 20000
Start start pid=366; uiProcNum=6;
Start VSPA ...InitFrame amp; PID=370; state=0; 12.178;
InitFrame ssmp; PID=367; state=0; 12.558;
InitFrame amp; PID=370; in state=0; 12.179;
InitFrame omci; PID=371; state=0; 12.742;
InitFrame omci; PID=371; in state=0; 12.743;
InitFrame omci; PID=371; out state=0; 12.744;
InitFrame igmp; PID=372; state=0; 12.805;
InitFrame igmp; PID=372; in state=0; 12.806;
InitFrame ssmp; PID=367; in state=0; 12.559;
InitFrame amp; PID=370; out state=0; 13.085;
InitFrame igmp; PID=372; out state=0; 13.093;
  PID USER       VSZ STAT COMMAND
    1 root      2132 S    init
    2 root         0 SWN  [ksoftirqd/0]
    3 root         0 SW   [watchdog/0]
    4 root         0 SW<  [events/0]
    5 root         0 SW<  [khelper]
    6 root         0 SW<  [kthread]
   28 root         0 SW<  [kblockd/0]
   31 root         0 SW<  [khubd]
   45 root         0 SW   [pdflush]
   46 root         0 SW   [pdflush]
   47 root         0 SW<  [kswapd0]
   48 root         0 SW<  [aio/0]
VSPA pri from 0 to 10
InitFrame vspa_sip; PID=374; state=0; 13.283;
InitFrame vspa_sip; PID=374; in state=0; 13.284;
InitFrame vspa_sip; PID=374; out state=0; 13.285;
   63 root         0 SW   [mtdblockd]
  110 root      2136 S    /bin/sh /etc/rc.d/rc.sysinit
  140 root         0 SWN  [jffs2_gcd_mtd7]
  143 root         0 DW<  [wap_lastword]
  144 root         0 DW<  [wap_ktrace]
  146 root      1960 S    kmsgread
  150 root      2136 S    /bin/sh /etc/rc.d/rc.start/1.sdk_init.sh start
  283 root         0 SW   [mpcp]
  288 root         0 SW<  [kTimerTask]
  335 root         0 SW   [cpucar]
  364 root     10752 S    hw_ldsp_user
  366 root      2012 S    start ssmp bbsp igmp amp vspa omci
  367 root      4036 S    ssmp
  369 root      5012 R    bbsp
  370 root      3764 R    amp
  371 root      5468 R    omci
  372 root      4028 R    igmp
  374 root      8736 R N  vspa_sip
  376 root      2136 S    /bin/sh /etc/rc.d/rc.start/1.sdk_init.sh start
  378 root      2136 S    /bin/sh /etc/rc.d/rc.start/1.sdk_init.sh start
  379 root      2000 S    sleep 30
  380 root      2136 S    /bin/sh /etc/rc.d/rc.start/1.sdk_init.sh start
  381 root      2000 S    sleep 40
  382 root      2136 S    /bin/sh /etc/rc.d/rc.start/1.sdk_init.sh start
  383 root      2000 S    sleep 30
  384 root      2136 S    /bin/sh /etc/rc.d/rc.start/1.sdk_init.sh start
  385 root      2000 S    sleep 1
  386 root      2308 R    ps
  387 root      2000 S    sleep 1
  392 root      2132 R    sh -c rm -f /mnt/jffs2/customize_upgrade.tar.gz
  393 root         0 Z    [rm]
telnet: can't connect to remote host (127.0.0.1): Connection refused
InitFrame bbsp; PID=369; state=0; 13.791;
InitFrame bbsp; PID=369; in state=0; 13.792;
InitFrame bbsp; PID=369; out state=0; 13.795;
telnet: can't connect to remote host (127.0.0.1): Connection refused
[HW_XML_IsXmlEncrypted] iFileDescryption::0x1
[HW_XML_DBCheckXMLValid] file is encrypt !
Start HW_DM_PDT_Init....
[DEV]HW_DM_GetBoardInfo failed.uiRet = 0xf7205405
Init dm data err, uiRet = 0xf7205405
Init DM Error! Return=0xf7205405;
Deinit SMP Successfully!
SSMP init ManageModule ..................... [Err:0xf7205405]
ssmp InitFrame Err[f7205405],err state = 0
Get signal:0 backtrace ...
/lib/libhw_ssp_basic.so(HW_OS_SignalTrapUser1+0x2c) [0x40065eb0]
[0xbe9e2c54]
SSMP HW_Init_Frame error. uiReturn=-148876283;
telnet: can't connect to remote host (127.0.0.1): Connection refused
Start ProcMonitor with sip ...
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
<6>br0: topology change detected, propagating
br0: port 1(eth0) entering forwarding state
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
[ProcMonitor]: Init Error! Return=0xf7104012;
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
Dropped the page cache.
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
Init WEB Message Error! Return=0xf7104012;
Web server init failed, uiRet = 0xf7104012.
g_uiWebInitFlag:estroy GmemList!
Init APM Message Error! Return=0xf7104012;
APM HW_Init_Frame error. uiReturn=0xf7104012;
HW_APM_FreeRes::HW_OS_GmemListDestory!
HW_APM_FreeRes SUCCESS!
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
HW_MU_FreeRes:estroy GmemList!
Init MU Message Error! Return=0xf7104012;
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
Init TimeOut, Line: 181
Init TimeOut, Line: 181
Init TimeOut, Line: 181
Init TimeOut, Line: 181
Init TimeOut, Line: 181
Init TimeOut, Line: 181
Init TimeOut, Line: 181
Init TimeOut, Line: 181
Init TimeOut, Line: 181
Init TimeOut, Line: 181
Init TimeOut, Line: 181
Init TimeOut, Line: 181
Init TimeOut, Line: 181
Init TimeOut, Line: 181
Init TimeOut, Line: 181
Init TimeOut, Line: 181
Init TimeOut, Line: 181
Init TimeOut, Line: 181
Init TimeOut, Line: 181
Init TimeOut, Line: 181
Init TimeOut, Line: 181
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connecttelnet: can't connect to remote host (127.0.0.1): Connection refused
to remote host (127.0.0.1): Connection refused
telnet: ctelnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused
telnet: can't connect to remote host (127.0.0.1): Connection refused

点评

8245 TTL中断可以了吗?  详情 回复 发表于 2016-5-19 18:33
回复 支持 反对

使用道具 举报

发表于 2016-1-12 14:17 | 显示全部楼层
网上没有固件文件流出,,估计非常难修的吧
回复 支持 反对

使用道具 举报

发表于 2016-1-27 10:24 | 显示全部楼层
楼主你的8245修好吗,求教程
回复 支持 反对

使用道具 举报

 楼主| 发表于 2016-1-31 20:19 | 显示全部楼层
没修好,固件一直死在那里的,中断也也没用,唉
回复 支持 反对

使用道具 举报

发表于 2016-3-3 10:41 | 显示全部楼层
本帖最后由 softtip 于 2016-3-3 10:42 编辑

楼主 你的这个可以中断的UBOOT是哪一个版本的固件?你发给我的话 我可以帮你提取uboot minisystem等等,你应该可以刷机了
502154@qq.com
回复 支持 反对

使用道具 举报

发表于 2016-3-14 13:17 | 显示全部楼层
接线方法呢?
回复 支持 反对

使用道具 举报

发表于 2016-3-14 14:48 | 显示全部楼层
http://chinadsl.net

8245固件大把
回复 支持 反对

使用道具 举报

发表于 2016-3-14 14:50 | 显示全部楼层
http://www.chinadsl.net/forum.ph ... mp;highlight=HG8245

我现在用的是这个版本可以看看
回复 支持 反对

使用道具 举报

发表于 2016-5-19 18:33 | 显示全部楼层
palmy888 发表于 2016-1-11 21:32
**** 作者被禁止或删除 内容自动屏蔽 ****

8245 TTL中断可以了吗?
回复 支持 反对

使用道具 举报

发表于 2016-9-21 13:26 | 显示全部楼层
你的华为8245刷回去了呢,我的彻底砖了,无法进入ttl了,我有编程器固件,后来买的8245备份的
回复 支持 反对

使用道具 举报

发表于 2020-10-2 20:46 | 显示全部楼层
等待大神来看看。。。。。。。。。。。。。。

点评

tftp - download or upload image via network using TFTP protocol update - update board software  详情 回复 发表于 2020-10-3 00:12
回复 支持 反对

使用道具 举报

发表于 2020-10-3 00:12 | 显示全部楼层
hanyun0105 发表于 2020-10-2 20:46
等待大神来看看。。。。。。。。。。。。。。


tftp    - download or upload image via network using TFTP protocol
update  - update board software
回复 支持 反对

使用道具 举报

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

本版积分规则

关闭

欢迎大家光临恩山无线论坛上一条 /1 下一条

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

GMT+8, 2024-6-16 19:37

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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

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