我是靠谱客的博主 专注柚子,最近开发中收集的这篇文章主要介绍高通android 11,4290平台,更改分区,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

调整分区的话,必须得擦除分区才行。

1,用fastboot烧写分区,在不烧写persist分区时,会导致adsp carsh,重启多次后进入fastboot模式。而烧写persist分区,会导致sn,wifi mac,ble mac等信息丢失。

./turbox_flash.sh --all
 User data and the calibration data(BT/WIFI MAC address, etc..) will be ereased. Are you sure to flash the gpt.(Y/yes)? 
y
target reported max download size of 805263360 bytes
sending 'partition:0' (33 KB)...
OKAY [  0.006s]
writing 'partition:0'...
OKAY [  0.308s]
finished. total time: 0.313s

Calibration data(BT/WIFI MAC address, etc..) will be ereased. Are you sure to flash the persist image(Y/yes)? 
N
 User data will be ereased. Are you sure to flash the userdata image(Y/yes)? 
Y
target reported max download size of 805263360 bytes
sending 'userdata' (6628 KB)...
OKAY [  0.166s]
writing 'userdata'...
OKAY [  0.002s]
finished. total time: 0.168s
Loading complete, please reboot the device

运行出错

[   30.248310] Fatal error on adsp!
[   30.251630] adsp subsystem failure reason: err_qdi.c:1045:EF:sensor_process:0x1:SNS_REG_INIT:0x99:sns_registry_sensor.c:94:SNS_RC_SUCCESS == rc.
[   30.264707] subsys-restart: subsystem_restart_dev(): Restart sequence requested for adsp, restart_level = SYSTEM.
[   30.376114] Kernel panic - not syncing: subsys-restart: Resetting the SoC - adsp crashed.

2,经验证用windows的qfil 以及linux下的turbox_flat_flash.sh烧写均可。

最后

以上就是专注柚子为你收集整理的高通android 11,4290平台,更改分区的全部内容,希望文章能够帮你解决高通android 11,4290平台,更改分区所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(58)

评论列表共有 0 条评论

立即
投稿
返回
顶部