Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # PSP2 System Configuration for reset image
- #
- # [NOTICE]
- #
- #
- # This configuration is only allowed in manufacturing phase.
- # Don't use this configuration for developement.
- #
- load os0:kd/clockgen.skprx
- load os0:kd/idstorage.skprx
- load os0:kd/ctrl.skprx
- load os0:kd/touch.skprx
- load os0:kd/motion.skprx
- load os0:kd/power.skprx
- load os0:kd/post_ss_mgr.skprx
- load os0:kd/update_mgr.skprx
- - load os0:kd/usbd.skprx
- - load os0:kd/udcd.skprx
- - load os0:kd/usbserv.skprx
- - load os0:kd/net_ps.skprx
- - load os0:kd/gps.skprx
- - load os0:kd/bbmc.skprx
- load os0:kd/vshbridge.skprx
- - load os0:kd/tty2uart.skprx
- umount_bootfs
- if MANUFACTURING_MODE
- - spawnwait sd0:psp2diag.self
- - spawnwait ux0:psp2diag.self
- endif
- if SAFE_MODE
- spawn os0:ue/safemode.self
- end
- endif
- if UPDATE_MODE
- if UD0_EXIST
- spawn ud0:PSP2UPDATE/psp2swu.self
- else
- spawn ur0:PSP2UPDATE/psp2swu.self
- endif
- end
- endif
- end
- # Local variables:
- # mode: c
- # tab-width: 4
- # c-basic-offset: 4
- # coding: utf-8
- # End:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement