add partition table to recovery research
This commit is contained in:
parent
58503a561c
commit
03954120da
1 changed files with 21 additions and 0 deletions
|
|
@ -215,10 +215,31 @@ Request signed recovery artifact or factory reset procedure.
|
|||
|
||||
---
|
||||
|
||||
## eMMC Partition Table
|
||||
|
||||
| Part | Label | Type | Notes |
|
||||
|------|-------|------|-------|
|
||||
| p1 | capsule | - | Firmware capsule |
|
||||
| p2 | env-main | - | U-Boot env (primary) |
|
||||
| p3 | env-redund | - | U-Boot env (backup) |
|
||||
| p4 | boot_a | ext4 | Kernel slot A |
|
||||
| p5 | system_a | ext4 | Rootfs slot A |
|
||||
| p6 | syshash_a | dm-verity | Hash for A |
|
||||
| p7 | boot_b | ext4 | Kernel slot B |
|
||||
| p8 | system_b | ext4 | Rootfs slot B (ACTIVE) |
|
||||
| p9 | syshash_b | dm-verity | Hash for B |
|
||||
| p10 | factory | - | Factory calibration |
|
||||
| p11 | data | ext4 | Persistent /data (52GB) |
|
||||
|
||||
**U-Boot env partitions (p2/p3):** Contains `mender_boot_part`. UART access would let us modify this.
|
||||
|
||||
---
|
||||
|
||||
## Key Files
|
||||
|
||||
- Artifacts: `/root/.openclaw/workspace/projects/adacam/recovery/`
|
||||
- Recon data: `/root/.openclaw/workspace/recon/`
|
||||
- Deep recon: `/root/.openclaw/workspace/recon/deep2/`
|
||||
- Liberation scripts: `/root/.openclaw/workspace/projects/adacam/`
|
||||
- This doc: `/root/.openclaw/workspace/docs/BRICK-BEE-RECOVERY-RESEARCH.md`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue