sandungas
Developer
Not sure if it was you or someone else, but the other day someone was asking if there is some way to make a flash dump using the syscon UART commands
That question have a point, because the fact is that exists a data communication channel in between syscon and flash, is used at the first steps of the bootchain, is stuff related with security and the bootloader
The mistery is if there is some UART commands (from the internal or external ones) that could allow to read flash, something like that could be very handy because the solder job required for the UART syscon access is a loooot easyer than soldering in the NAND's flash chips
Anyway, brainstormings appart... the other way to get a flash dump is using a flasher (teensy recommended), but the soldering job is tricky
https://www.psdevwiki.com/ps3/Teensy_2.0++
That question have a point, because the fact is that exists a data communication channel in between syscon and flash, is used at the first steps of the bootchain, is stuff related with security and the bootloader
The mistery is if there is some UART commands (from the internal or external ones) that could allow to read flash, something like that could be very handy because the solder job required for the UART syscon access is a loooot easyer than soldering in the NAND's flash chips
Anyway, brainstormings appart... the other way to get a flash dump is using a flasher (teensy recommended), but the soldering job is tricky
https://www.psdevwiki.com/ps3/Teensy_2.0++