迅雷下载宝 breed flash 命令写入 kernel.bin

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
breed> wget http://192.168.1.129/openwrt-thunder-timecloud-backup.bin
Connecting to 192.168.1.129:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 11201860/0xaaed44 (10MB) [application/octet-stream]
Saving to address 0x80001000

[========================================================================] 100%

Transmission completed in 3.0s.

breed> flash erase 0x50000 0xfb0000
Erasing flash bank 0 from 50000h , size fb0000h
[========================================================================] 100%
Succeeded

breed> flash write 0x50000 0x80001000 0xaaed44
Writing flash bank 0 into 50000h from memory 80001000h, size aaed44h
[========================================================================] 100%
Succeeded

breed> boot flash 0x50000
Trying to boot firmware from 0x00050000 in flash bank 0 ...
Reading data into memory ...
U-Boot firmware image header detected.
Image Name: MIPS OpenWrt Linux-5.4.155
Data Size: 11201796 Bytes
Load Address: 80001000
Entry Point: 80001000
Flushing cache ... done.

Starting kernel at 0x80001000...