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.
Is the source for this fork available somewhere?
The original Movian is GPL3 licensed, so distributing compiled builds also requires making the source available.
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...
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...
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...
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...
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.
@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...
@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.