Advertisement
SKGleba

Untitled

Jul 10th, 2018
476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. # PSP2 System Configuration for reset image
  2. #
  3. # [NOTICE]
  4. #
  5. #
  6. # This configuration is only allowed in manufacturing phase.
  7. # Don't use this configuration for developement.
  8. #
  9.  
  10.  
  11. load os0:kd/clockgen.skprx
  12.  
  13. load os0:kd/idstorage.skprx
  14.  
  15. load os0:kd/ctrl.skprx
  16. load os0:kd/touch.skprx
  17. load os0:kd/motion.skprx
  18. load os0:kd/power.skprx
  19.  
  20. load os0:kd/post_ss_mgr.skprx
  21. load os0:kd/update_mgr.skprx
  22.  
  23. - load os0:kd/usbd.skprx
  24. - load os0:kd/udcd.skprx
  25. - load os0:kd/usbserv.skprx
  26. - load os0:kd/net_ps.skprx
  27. - load os0:kd/gps.skprx
  28. - load os0:kd/bbmc.skprx
  29.  
  30. load os0:kd/vshbridge.skprx
  31.  
  32. - load os0:kd/tty2uart.skprx
  33.  
  34. umount_bootfs
  35.  
  36. if MANUFACTURING_MODE
  37. - spawnwait sd0:psp2diag.self
  38. - spawnwait ux0:psp2diag.self
  39. endif
  40.  
  41. if SAFE_MODE
  42. spawn os0:ue/safemode.self
  43. end
  44. endif
  45.  
  46. if UPDATE_MODE
  47. if UD0_EXIST
  48. spawn ud0:PSP2UPDATE/psp2swu.self
  49. else
  50. spawn ur0:PSP2UPDATE/psp2swu.self
  51. endif
  52. end
  53. endif
  54.  
  55. end
  56.  
  57. # Local variables:
  58. # mode: c
  59. # tab-width: 4
  60. # c-basic-offset: 4
  61. # coding: utf-8
  62. # End:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement