-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add MSM8996 chipset support #19
Comments
Чипсет действительно не поддерживается. Все поддерживаемые чипсеты описаны в файле chipset.cfg, а в ключе -k уазывается не имя, а код чипсета (список кодов можно посмотреть командой ./qdload -kl). |
Возможно Вы подскажете, как можно еще поднять свалившийся в 9008 девайс на 820? |
Для начала найти загрузчики под этот чипсет. Потом запатчить. Потом найти базовый адрес и тип nand-контроллера, используемого в этом чипсете и внести чипсет в chipset.cfg. |
В MSM8996, как и в других современных "телефонных" платформах, контроллера NAND нет совсем. |
Hi! I'm trying to use qdload with my leEco x829 (Snapdragon 820 MSM8996) and noticed that it's not listed in chipset list, also calling command
./qdload -p /dev/ttyUSB0 -k MSM8996
gives- Неверный код чипсета
error. Same issue with any of listed chipset codes. Am i doing something wrong or this chipset is unsupported for now?Thank you
The text was updated successfully, but these errors were encountered: