Recent content by pstreecco

  1. pstreecco

    PS3 KTE-001 NoLOD (5FFF after lv2(2) boot)

    Just a hobbyist that came across a couple broken PS3s from friends. It won't work as is on a PS4 because those use SPI flash (serial like the x360, not parallel like the ps3), but there's plenty of tools around for dumping those.
  2. pstreecco

    PS3 KTE-001 NoLOD (5FFF after lv2(2) boot)

    Made it specifically because I didn't want to hunt down a Teensy 2
  3. pstreecco

    PS3 PS3 turning off during intense scenes/loading (5FFF)

    It should as far as I know, they're all SW3 syscons
  4. pstreecco

    PS3 Movian 7

    Is the source for this fork available somewhere? The original Movian is GPL3 licensed, so distributing compiled builds also requires making the source available.
  5. pstreecco

    PS3 How to make a Movian plugin?

    Plugins are written in js using movian's js api, but as far as i know it's a bit of an undocumented mess. They're structured as a URL handler thing, so you make a view that exposes a list of matchers linked to a callback, you can then set the page URL inside the callback for inter-view...
  6. pstreecco

    PS3 PS3 turning off during intense scenes/loading (5FFF)

    Haven't heard of a 5fff with the console running, my slim had that issue at boot because the syscon somehow unmarried from the cell and because of that the gameos system manager was failing some integrity checks, so I'm assuming the error is GameOS-triggered. You might find something useful by...
  7. pstreecco

    PS3 How does App update with changes in the Code

    After compiling you push a new package to the console, install it and the package installer thing replaces the old executable with the new one
  8. pstreecco

    PS3 Need help identifying CLK Resistor on a PS3 Superslim

    Off the top of my head it's a 45 Ohm resistor, same as the CMD line, don't know about the footprint but you can measure that with calipers
  9. pstreecco

    PS3 Pulled a pad from diag points, any suggestions on repair?

    Sorry, misread the model name. Found this on https://www.psdevwiki.com/ps3/Syscon_Hardware#DIA-001_and_DIA-002 , looks like pad N16 (the one with the resistor) should be connected to diag. Check which side of the resistor though, not sure if it's a pullup or if you're meant to pull diag low...
  10. pstreecco

    PS3 KTE-001 NoLOD (5FFF after lv2(2) boot)

    Confirmed over in the qCFW thread it's a syscon issue, the console now boots fine to XMB but can't set the time via internet or run games that need trophies. (Edit: it also fails at dumping EEPROM region 48c00 after 7 bytes read, and that's the remarry status byte if i'm not wrong) It would...
  11. pstreecco

    PS3 qCFW - Arrives to Slim (2500-3000) & SuperSlim (4000-NOR) PlayStation 3 Models

    If it does the triple beep it means the modchip worked and the console is executing stagex, check the modchip's debug log and/or the southbridge log to see if you can find the reason for the reboot.
  12. pstreecco

    PS3 qCFW - Arrives to Slim (2500-3000) & SuperSlim (4000-NOR) PlayStation 3 Models

    @MannyMania (forum isn't letting me quote because of long response times) Flashing light means the RP2040 hasn't successfully authenticated to the syscon yet, check your SC_TX/SC_RX wires. Did some testing yesterday, sync time via internet (and eeprom dump from xmb) throws error 8001050F...
  13. pstreecco

    PS3 KTE-001 NoLOD (5FFF after lv2(2) boot)

    Thank you very much, it's the same on my board, now I can at least rule out a bad RTC power supply.
  14. pstreecco

    PS3 qCFW - Arrives to Slim (2500-3000) & SuperSlim (4000-NOR) PlayStation 3 Models

    @Algol I'll be continuing this back on https://www.psx-place.com/threads/kte-001-nolod-5fff-after-lv2-2-boot.49600/ because it's getting off-topic for this thread.
Back
Top