You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QC starts using a new format of XBL config since 8450 platforms. The new format designed for it is to store some
6
-
important configurations like `XBL DTB`, `CPR`, and `DCB`.
7
-
This tool is aim to extract those files from the XBL config.
8
-
:::tip
9
-
This tool only works on SM8450 and subsequent platforms.
10
-
:::
5
+
Qualcomm makes use of a eXtended Boot Loader configuration binary (`xbl_config`) starting with SM8450 and later hardware platforms.
11
6
12
-
## How to use
7
+
The eXtended Boot Loader configuration binary is intended to store important configuration data, previously found on older platforms within plain text cfg files, such as:
13
8
14
-
- Just run it in a terminal will be fine.
15
-
- xbl_config.img is also acceptable.
9
+
-`XBL DTB`
10
+
-`CPR`
11
+
-`DCB`
16
12
17
-
```
13
+
This tool allows the extraction of the eXtended Boot Loader configuration data for these hardware platforms, using the `xbl_config` ELF or partition binary as input.
14
+
15
+
> [!TIP]
16
+
> This tool only works on SM8450+ based platforms.
17
+
18
+
## Usage
19
+
20
+
- Command Line Tool only, run it from a Terminal or Console Application.
21
+
- Provide the path to `xbl_config.elf`, please note that `xbl_config.img` (partition copy of `xbl_config.elf` with extra blank padding) is also handled fine by the tool.
0 commit comments