Advertisement
Guest User

Untitled

a guest
Mar 28th, 2018
913
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. Program for flashing devices on the Balong-chipset, V3.0.221, (c) forth32, 2015, GNU GPLv3
  2. Port for Windows 32bit (c) rust3028, 2016
  3. -------------------------------------------------- ------------------------------
  4. - The file name for the download is not specified, use the -h switch for the tooltip
  5.  
  6. =======================================
  7.  
  8. C: \ > balong_flash -h
  9.  
  10. The utility is designed for flashing modems on the Balong V7 chipset
  11.  
  12. Balong_flash [keys] <file name to upload or directory name with files>
  13.  
  14. The following keys are allowed:
  15.  
  16. -p <tty> - Serial port for communicating with the loader
  17. -n - multifile firmware mode from the specified directory
  18. -g # - setting the digital signature mode (-gl - description of the parameters)
  19. -m - display the firmware file and exit
  20. -e - parse the firmware file into sections without headers
  21. -s - parse the firmware file into sections with headers
  22. -k - do not restart the modem when the firmware is finished
  23. -r - force restart the modem without firmware partitioning
  24. -f - flash even if there are CRC errors in the source file
  25.  
  26. =======================================
  27.  
  28. C: \ > balong_flash.exe -gl
  29.  
  30. # Length type explanation
  31. --------------------------------------
  32. 0 2958 1 Basic firmware
  33. 1 2694 1 E3372s-stick firmware download
  34. 2 1110 2 Web interface + ISO for HLINK modem
  35. 3 1110 6 Webinterface + ISO for HLINK modem
  36. 4 846 2 ISO (dashboard) for the stick-modem
  37. 5 3750 7 Firmware + ISO + web interface
  38. 6 3750 99 universal
  39.  
  40. You can also specify arbitrary signature parameters in the format:
  41. -g *, type, len
  42.  
  43. =======================================
  44. How to use:
  45. -----------
  46.  
  47. Unzip to the root of C: (optional, just to not enter long paths in cmd)
  48. Open the command line
  49. Go to the folder with balong_flash
  50. Cd C: \ balong_flash
  51.  
  52. Put in the folder with balong_flash firmware (not necessarily, just to not enter long paths in cmd)
  53. Start the flash driver, an example:
  54. Balong_flash -p4 -g0 E3372h-153_Update_22.315.01.00.00_M_AT_05t.exe
  55.  
  56. What is what:
  57.  
  58. -p4 is the port number of the PC UI, in this case COM4
  59. -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 .
  60. 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.
  61.  
  62.  
  63. All. If he asked, you will understand this, I think.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement