memtest para la psp

cory1492 a sacado un programa para testear la memoria RAM de la psp.
Esta en elf por lo tanto necesitas una memoria magica con directorio elf y lanzador de elf ;)

Muy util para psp con problemas raros o cuando obtienes datos dañados al ejecutar el psar.

Lo que comprueba es la RAM no la memoria NAND

http://nds.cmamod.com/2008/02/17/psar-decode-errors-simple-memtest-for-psp/
Lo lamentable es que aun estenm empeñados en usar el kernel 1.5.

"cory1492" escribió:run from des.cem or pandora using one of the elf menus or as a replacement for a main elf, may work if you pack it into a pbp under 1.50 or 1.50 supporting firmwares.

will check user memory that is available to malloc with the following bit patterns:
0xff, 11111111
0x00, 00000000
0xAA, 10101010
0x55, 01010101
0xF0, 11110000
0x0F, 00001111

if it reports any errors in the test, you know there are problems with your PSP's memory.

just because it doesn't report problems, doesn't necissarily mean there aren't any (the testing is simple.)

If malloc fails, I had to do a bit of guesswork to get it going as johnmph's function didn't seem to provide a malloc-able value. That isn't an error with your memory, it is a problem with my lack of needing this much memory before now.

Thanks to pretty much everyone, special thanks to johnmph for the ram.c/ram.h code included here.

No warranty expressed or implied.

If someone likes the idea and wants to continue it into a full fledged memtest app for PSP, I'm sure it'd be appreciated by many.

cory1492

Ya es un apaño lo de "simple" es por algo aunque juraria que funciona en la slim de hecho dice:
Here is the app and it’s source, it doesn’t do much but alloc all memory available to malloc (thanks johnmph for the code to test how much memory is available) - so it’s not going to test all the main memory on slim, and it’s not going to test all free memory outside of user land, but it should be able to test the memory (using 6 different bit patterns) that a psar would be loaded to, so one should be able to rule out memory on a PSAR decode error.


y juraria que esta buscando algun programador que adopte el programa.

If someone likes the idea and wants to continue it into a full fledged memtest app for PSP, I'm sure
it'd be appreciated by many.


por cierto para lanzarlo se puede hacer desde nandtool 0.3 programa tambien de cory1492 y que esta en muchas memorias magicas
2 respuestas