blob: d7b4afad42ea59651ee6df265542fa786bb86df3 (
plain)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
[ The following has been translated from Russian by http://http://translate.google.com/ ]
* Output of the command 'balong-usbdload':
== %< ==
Emergency USB-loader Balong-chipset, version 2.02, (c) forth32, 2015
- Not specified file name to download
== >% ==
* Output of the command 'balong-usbdload -h:
== %< ==
The tool is designed for emergency USB-boot devices Chipeta Balong V7
./balong-usbdload [options] <file name to download>
The valid keys are:
-p <tty> - serial port for communication with the loader (by default, /dev/ttyUSB0)
-f - usbloader only ship to the fastboot (without running Linux)
-b - similar to -f, in addition to disable checking of defect blocks when erasing
-t <file> - take the partition table of the specified file
-m - show bootloader partition table and exit
-s n - set the flag for the file section n (the key can be specified multiple times)
-c - not automatically erase the patch sections
== >% ==
* Output of the command 'loader-patch':
== %< ==
automatic modification program downloaders Balong V7, (c) forth32
- Not specified file name to download
- To specify the -h key tips
== >% ==
* Output of the command 'loader-patch -h':
== %< ==
The program for automatic patch downloaders Balong V7 platforms
./loader-patch [options] <file loader usbloader>
The valid keys are:
-o file - the output file name. By default, only the possibility of verification of the patch
-b - add a patch that disables checking of defective units
== >% ==
* Output of the command 'ptable-injector':
== %< ==
- Not Specified loader file name
== >% ==
* Output of the command 'ptable-injector -h':
== %< ==
Utility to replace the partition table in the loader usbloader
The modem must be in the fastboot mode
./ptable-injector [options] <file name usbloader>
The valid keys are:
-m - show current map sections in usbloader
-x - extract the current map file in ptable.bin
-r <file> - replace sections of the map to the map of the specified file
== >% ==
|