Advertisement
Guest User

update-script/radio update

a guest
Nov 24th, 2010
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. First script:
  2.  
  3. write_radio_image PACKAGE:radio.img
  4.  
  5. Second:
  6.  
  7. write_firmware_image("PACKAGE:radio.img", "radio");
  8.  
  9. Third:
  10.  
  11. show_progress 0.1 0
  12.  
  13. write_firmware_image("PACKAGE:radio.img", "radio");
  14.  
  15. show_progress 0.2 10
  16.  
  17.  
  18.  
  19.  
  20.  
  21. Been using notepad++ but i will switch to my linux machine if need be
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement