View Single Post
      12-07-2019, 07:14 AM   #4
Firefly1337
Second Lieutenant
Firefly1337's Avatar
Germany
846
Rep
280
Posts

Drives: F20 M135i LCI
Join Date: Aug 2019
Location: Germany

iTrader: (0)

Research

Product name: Sunplus SPHE8388
The SoC is very likely the Sunplus SP7201 (technical documentation).

Sunplus released their framework on Github: https://github.com/sunplus-plus1/SP7021_4.19
Here's the script that is used to generate the ISPBOOOT.BIN file: https://github.com/sunplus-plus1/isp...ster/tools/isp
The extraction function in there doesn't work for our unit unfortunately because the signature is different:
Code:
const u08 file_header_signature[] = "Pentagram_ISP_image";
Our unit has the internal codename 'Gemini'.

Warning: Do NOT use that script without further modification. It will not work and/or brick your unit!


The MCU's CPU is 'STM32F105RB' by ST (technical documentation).


Internals (PCB)

A Version

Front

Name:  1-front.jpg
Views: 244846
Size:  547.0 KB


Back

Name:  2-back.jpg
Views: 244115
Size:  482.3 KB


B2 Version

Front

Name:  B2_top.JPG
Views: 144111
Size:  1.73 MB

Back

Name:  B2_bottom.JPG
Views: 143852
Size:  1.52 MB

Last edited by Firefly1337; 07-13-2021 at 01:20 PM..
Appreciate 21