You've already forked penangf-documentation
mirror of
https://github.com/fuckyoumoto/penangf-documentation.git
synced 2026-04-02 12:37:54 -07:00
69 lines
2.3 KiB
Plaintext
69 lines
2.3 KiB
Plaintext
---
|
|
title: Testpoints
|
|
---
|
|
|
|
import Tabs from '@theme/Tabs';
|
|
import TabItem from '@theme/TabItem';
|
|
|
|
import frontImg from "@site/static/assets/testpoints/mainboard-front.png";
|
|
import backImg from "@site/static/assets/testpoints/mainboard-back.png";
|
|
import emmcImg from "@site/static/assets/testpoints/eMMC_test_points.png";
|
|
import jtagImg from "@site/static/assets/testpoints/jtag.png";
|
|
|
|
import mainboard1 from "@site/static/assets/mainboard/1.jpg"
|
|
import mainboard2 from "@site/static/assets/mainboard/2.jpg"
|
|
import mainboard3 from "@site/static/assets/mainboard/3.jpg"
|
|
import mainboard4 from "@site/static/assets/mainboard/4.jpg"
|
|
import mainboard5 from "@site/static/assets/mainboard/5.jpg"
|
|
|
|
## Moto G23
|
|
|
|
<Tabs>
|
|
<TabItem value="0" label="MB FRONT" default>
|
|
:::info
|
|
FRONT PICTURE PROVIDED BY [DiabloSat](https://github.com/progzone122)
|
|
:::
|
|
<img src={frontImg} />
|
|
</TabItem>
|
|
<TabItem value="1" label="MB BACK" default>
|
|
:::info
|
|
BACK PICTURE COMES FROM [THIS VIDEO](https://www.youtube.com/watch?v=Y-8yj6qbFQ4)
|
|
:::
|
|
<img src={backImg} />
|
|
</TabItem>
|
|
<TabItem value="2" label="eMMC" default>
|
|
:::warning
|
|
|
|
**CLK**, **DAT0** and **CMD** usually are testpoints to access BROM.
|
|
|
|
However, it seems like BROM is disabled by fuse, so shorting them to ground just makes the phone hang without any response until the short is removed.
|
|
|
|
|
|
DON'T use these points if you don't know what you're doing.
|
|
:::
|
|
<img src={emmcImg} />
|
|
</TabItem>
|
|
<TabItem value="3" label="JTAG" default>
|
|
:::info
|
|
ISP (JTAG) TESTPOINTS PICTURE COMES FROM [THIS LINK](https://forum.gsmhosting.com/vbb/f1146/moto-g13-3248560/)
|
|
:::
|
|
<img src={jtagImg} />
|
|
</TabItem>
|
|
</Tabs>
|
|
|
|
## More mainboard images
|
|
:::info
|
|
IMAGES PROVIDED BY [Roger Ortiz](https://github.com/R0rt1z2)
|
|
:::
|
|
<details>
|
|
<summary>Click to show many images</summary>
|
|
<img src={mainboard1} />
|
|
<img src={mainboard2} />
|
|
<img src={mainboard3} />
|
|
<img src={mainboard4} />
|
|
<img src={mainboard5} />
|
|
</details>
|
|
|
|
## More testpoints?
|
|
Also, although we don't have testpoints for this, we still have the ability to access [KPCOL1](../schematic/keypad.md#kpcol1), [PWRKEY_SW](../schematic/control-if.md#pwrkey_sw), [HOMEKEY_SW](../schematic/control-if.md#homekey_sw).
|