Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Program for flashing devices on the Balong-chipset, V3.0.221, (c) forth32, 2015, GNU GPLv3
- Port for Windows 32bit (c) rust3028, 2016
- -------------------------------------------------- ------------------------------
- - The file name for the download is not specified, use the -h switch for the tooltip
- =======================================
- C: \ > balong_flash -h
- The utility is designed for flashing modems on the Balong V7 chipset
- Balong_flash [keys] <file name to upload or directory name with files>
- The following keys are allowed:
- -p <tty> - Serial port for communicating with the loader
- -n - multifile firmware mode from the specified directory
- -g # - setting the digital signature mode (-gl - description of the parameters)
- -m - display the firmware file and exit
- -e - parse the firmware file into sections without headers
- -s - parse the firmware file into sections with headers
- -k - do not restart the modem when the firmware is finished
- -r - force restart the modem without firmware partitioning
- -f - flash even if there are CRC errors in the source file
- =======================================
- C: \ > balong_flash.exe -gl
- # Length type explanation
- --------------------------------------
- 0 2958 1 Basic firmware
- 1 2694 1 E3372s-stick firmware download
- 2 1110 2 Web interface + ISO for HLINK modem
- 3 1110 6 Webinterface + ISO for HLINK modem
- 4 846 2 ISO (dashboard) for the stick-modem
- 5 3750 7 Firmware + ISO + web interface
- 6 3750 99 universal
- You can also specify arbitrary signature parameters in the format:
- -g *, type, len
- =======================================
- How to use:
- -----------
- Unzip to the root of C: (optional, just to not enter long paths in cmd)
- Open the command line
- Go to the folder with balong_flash
- Cd C: \ balong_flash
- Put in the folder with balong_flash firmware (not necessarily, just to not enter long paths in cmd)
- Start the flash driver, an example:
- Balong_flash -p4 -g0 E3372h-153_Update_22.315.01.00.00_M_AT_05t.exe
- What is what:
- -p4 is the port number of the PC UI, in this case COM4
- -g0 - the mode of checking the digital signature , in this case the main firmware. For intefeyfasa is -g3 , the full list can be looked at -gl .
- E3372h-153_Update_22.315.01.00.00_M_AT_05t.exe is the path to the firmware file, in this case the file is called E3372h-153_Update_22.315.01.00.00_M_AT_05t.exe and is located in the program folder.
- All. If he asked, you will understand this, I think.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement