handsome_xiang
发表于 2019-5-1 22:51:09
学习了 嗯
笑傲酱糊
发表于 2019-5-4 22:05:01
8240跟8245固件通用的,这个多得跟米一样啊,两年前我收集了十多个版本的固件,折腾几个月后不玩就全清了。
2879597772
发表于 2019-8-28 20:15:40
楼主,感谢您的教程,我也是一样改文件导致砖的,用你的方法也是web页面打开不了,但是我找到了解决方案,现在分享一下
首先你的setenv ipaddr 192.168.1.1是不行的,所有的网关应该以192.168.100.***才可以
所以命令应该是:
1.setenv ipaddr 192.168.100.1
2.setenv serverip 192.168.100.***(*号代表你电脑ip)
3.setenv ethaddr ** :**:**:**:**:**(你光猫的mac)
2879597772
发表于 2019-8-28 20:21:50
2879597772 发表于 2019-8-28 20:15
楼主,感谢您的教程,我也是一样改文件导致砖的,用你的方法也是web页面打开不了,但是我找到了解决方案, ...
这种方法我马上就成功打开了网页
zhang260gt
发表于 2020-11-6 01:34:36
成功变砖TTL不跑码了
hisilicon # protect off all
Un-Protect Flash Bank # 1
hisilicon # loadjffs2
Start to load file to by
TFTP from server 1.0.0.2; our IP address is 1.0.0.222
Download Filename 'board_type'.
Download to address: 0x90a00000
Downloading: %
0.000 MB download ok.
Bytes transferred = 1 (1 hex)
Download file with byte(s) succeed.
Start to erase jffs FS from 0x20000000, len +0x0
Error: end address (0x1fffffff) not in flash!
Bad address format
erase flash error, error code 1
hisilicon # loadboardinfo
Start to load file to by
TFTP from server 1.0.0.2; our IP address is 1.0.0.222
Download Filename 'board_type'.
Download to address: 0x90a00000
Downloading: %
0.000 MB download ok.
Bytes transferred = 1 (1 hex)
Download file with byte(s) succeed.
Start to write data from to with byte(s)
Copy to Flash... start_sect:0, end_sect:0, addr:0x20000000, cnt:1, src:0x90a00000
start addr:0x20000000, end addr:0x20020000
done
hisilicon #
abc663
发表于 2020-11-6 11:31:24
看不懂啊
zhang260gt
发表于 2020-12-31 06:12:24
8245
NOR56
rubycon
发表于 2020-12-31 07:02:30
楼主厉害了。
rubycon
发表于 2020-12-31 07:08:07
mayi5147 发表于 2017-1-22 00:47
telnet 192.168.1.1
root
多谢,学习了。
vccabc
发表于 2021-2-12 21:34:31
2879597772 发表于 2019-8-28 20:21
这种方法我马上就成功打开了网页
请问你也是用ttl的方法吗