psp

Discussion in 'Sony Programming and Development' started by hazem456, Jul 24, 2012.

  1. hazem456

    hazem456 Active Member

    Joined:
    Apr 6, 2011
    Messages:
    46
    Likes Received:
    0
    guys i think i ca fix my dtp but can any 1 help me i already have linux i just needhelp doing all of this
    1. 1. Boot dstdb, dspcons, and dsxfilesv in the Hardware Tool.

    2. Boot dsxfilesv in the /usr/local/psp/devkit/flash/ directory so that
    3. the kernel update file psp_XXX.arc in devkit/flash can be referred to
    4. (for example, prompt>> dsxfilesv -i -sc -d XX.XX.XX.XX).

    5. 2. Execute the following commands on dstdb.

    6. When the message "*** No Connect" appears on start-up of dstdb,
    7. hit the "Enter" key. The same message may appear on start-up of dstdb
    8. after rebooting the Hardware Tool.

    9. dstdb > bloadp /usr/local/psp/devkit/flash/dformati.bin
    10. dstdb > reset

    11. The progress will be shown in text (.) on dspcons.
    12. When the message "Finish Physical Format" appears, the process is
    13. finished.
    14. (Note) "Physical Formatting (0.8.0 - version)" message will be
    15. displayed.
    16. Since the version shown in this message is that for the format
    17. style, this message is normal.

    18. 3. Execute the following commands on dstdb.
    19. dstdb > bloadp /usr/local/psp/devkit/flash/formati.bin
    20. dstdb > reset

    21. The progress will be shown in text (.) on dspcons.
    22. When the message "Finish Logical Format" appears, the process is
    23. finished.

    24. 4. Execute the following commands on dstdb.
    25. dstdb > bloadp /usr/local/psp/devkit/flash/writei_sys.bin
    26. dstdb > reset

    27. The progress will be shown in text (#) on dspcons.
    28. When the message "Finish Flash Write" appears, the process is
    29. finished.
    30. (Note1) Boot dsxfilesv with /usr/local/psp/devkit/flash.
    31. (Note2) Please allow 5 to 10 minutes for the process to be finished.

    32. 5. To check if the PSP system has been updated properly, execute the
    33. following commands on dstdb.

    34. dstdb > bloadp /usr/local/psp/devkit/bin/kbooti.bin
    35. dstdb > reset

    36. If the message "Loading all modules ... Ready" appears on dspcons,
    37. the system is properly booted.

    38. 6. For initializing the setting files, go through with
    39. the following 2 steps.

    40. 6-1. Execute devkit/kmodule/rinit.prx.
    41. devkit/kmodule/rinit.prx.
    42. dstdb > bloadp /usr/local/psp/devkit/bin/kbooti.bin
    43. dstdb > reset
    44. dstdb > mstart /usr/local/psp/devkit/kmodule/rinit.prx

    45. The progress will be shown in text (.) on dspcons.
    46. When the message "done." appears on dspcons, the process is completed.

    47. (Note) mstart should not be run before the message
    48. "Loading all modules ... Ready" appears on dspcons.

    49. 6-2. Start the PSP system software.
    50. dstdb > bloadp /usr/local/psp/devkit/bin/kbooti.bin
    51. dstdb > reset 20000000

    52. When it starts, a message for initialization of language setting etc.
    53. appears. Please set them appropriately.

    54. # Select "Japanese" from the bottom for the System Language and
    55. "GMT+09:00 Tokyo" for the Time Zone.
    56. # Also, the eks button is initially set as "Enter".
    57. # This can be changed at the "Circle button behavior"
    58. to set the circle as "Enter".

    59. 7. Start debugger for normal application program development.
    60. Execute samples and the like, to verify the operation of the Hardware
    61. Tool.
    62. dstdb > bloadp /usr/local/psp/devkit/bin/kbooti.bin
    63. dstdb > reset 00000000


    64. --------------------------------------------------
    65. [ Cautions About Update ]
    66. 1. When the "system init" button on the front of the Hardware Tool is
    67. pressed, the Hardware Tool returns to its initial setting.
    68. Therefore, the Hardware Tool returns to the state where no Hardware
    69. Tool update is made.
    70. In such a case, there is a possibility that features such as dstdb
    71. cannot be used anymore. Please start over again from the Hardware
    72. Tool update.
    73. For information on the system init button, see the Hardware Tool
    74. instruction manual.

    75. (Note) The "system init" button initializes the contents of the
    76. Hardware Tool update, but not the contents of the PSP kernel update.

    77. 2. If a process for interrupting a process (for example, turning off
    78. the power) is performed during the Hardware Tool update or the PSP
    79. kernel update, the status of the system becomes unstable and
    80. the system sometimes becomes unable to operate properly.
    81. In such a case, please start over from the beginning of the update,
    82. or contact SCE.

    83. 3. When performing processes according to writei_sys.bin, you may receive
    84. a message such as "No such file or directory".
    85. In such a case, please make sure that dsxfilesv is properly activated
    86. with devkit/flash as the current directory.

    87. 4. The prompt may not return to dstdb during the PSP system update.
    88. In this case, please press CTRL+C.


    89. --------------------------------------------------
    90. [PSP System Software Startup]
    91. The PSP system software can be started by inputting the following
    92. command lines on dstdb. From the PSP system software, it is possible
    93. to start a UMD(TM)/DVD game.

    94. prompt> bloadp kbooti.bin
    95. prompt> reset 20000000

    96. When developing a normal application program,
    97. please execute the following.
    98. prompt> bloadp kbooti.bin
    99. prompt> reset 00000000

    100. [Restrictions on the PSP System Software 1.5.0]
    101. - It is required to use the kbooti.bin that is included in each version.
    102. - The operation is confirmed only for DEM-1000R/DTP-T1000.
    103. - In DEM-1000R, the UMD application startup may not be performed
    104. properly. When starting from a UMD, please use DTP-T1000.
    105. - On DEM-1000R1, sleep mode/cancelled state may not be switched properly.
    106. Please use DTP-T1000 to confirm the sleep mode/cancelled state.
    107. - When switching between DVD/UMD, please restart the PSP system software
    108. by reset 20000000.
    109. - When the PSP system software is started for the first time,
    110. the message "Setting information is corrupted. Press the circle
    111. button to repair and restore default settings." will be displayed.
    112. Press the circle button, and restart after the screen is blacked out.

    113. ------------------------------
    114. [Additional Information]
    115. The "PSP Kernel Update" and the "PSP System Software Startup" can be
    116. performed also on the Windows version debugger (for Hardware Tool).
    117. For details, please refer to the document on the Windows version
    118. debugger (for Hardware Tool).

    119. - The following features for the PSP System Software are available
    120. only on the Hardware TOOL.
    121. "System Settings"
    122. "Available Memory"
    123. "Circle Button Behavior"
    124. "Volume Limitation"
     
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page