swee revisó este gist . Ir a la revisión
1 file changed, 30 insertions
gistfile1.txt(archivo creado)
@@ -0,0 +1,30 @@ | |||
1 | + | # Reference: <https://postmarketos.org/deviceinfo> | |
2 | + | # Please use double quotes only. You can source this file in shell | |
3 | + | # scripts. | |
4 | + | ||
5 | + | deviceinfo_format_version="0" | |
6 | + | deviceinfo_name="Motorola One Action" | |
7 | + | deviceinfo_manufacturer="Motorola" | |
8 | + | deviceinfo_codename="motorola-troika" | |
9 | + | deviceinfo_year="2019" | |
10 | + | deviceinfo_dtb="exynos/exynos9610" | |
11 | + | deviceinfo_arch="aarch64" | |
12 | + | ||
13 | + | # Device related | |
14 | + | deviceinfo_chassis="handset" | |
15 | + | deviceinfo_external_storage="true" | |
16 | + | ||
17 | + | # Bootloader related | |
18 | + | deviceinfo_flash_method="fastboot" | |
19 | + | deviceinfo_kernel_cmdline="loop.max_part=7 androidboot.boot_devices=13520000.ufs" | |
20 | + | deviceinfo_generate_bootimg="true" | |
21 | + | deviceinfo_flash_pagesize="2048" | |
22 | + | deviceinfo_dtb_second="true" | |
23 | + | deviceinfo_header_version="1" | |
24 | + | deviceinfo_flash_offset_base="0x10000000" | |
25 | + | deviceinfo_flash_offset_kernel="0x00008000" | |
26 | + | deviceinfo_flash_offset_ramdisk="0x00000000" | |
27 | + | deviceinfo_flash_offset_second="0x00000000" | |
28 | + | deviceinfo_flash_offset_tags="0x00000000" | |
29 | + | deviceinfo_flash_fastboot_partition_vbmeta="vbmeta" | |
30 | + | deviceinfo_flash_fastboot_partition_dtbo="dtbo" |
Siguiente
Anterior