How to get into the Android recovery mode for imx7 development board MCIMX7ULP?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to get into the Android recovery mode for imx7 development board MCIMX7ULP?

跳至解决方案
2,488 次查看
zoy74758
Contributor II

I use Android bsp on MCIMX7ULP-EVK REV B1 development board.
I am trying to get into the recovery mode of imx7.

Using adb, I run
> ./adb reboot recovery‍
It takes the device to boot splash screen and stuck there.

Another try: I turn on the device while pressing on button and volume down.

The device goes to black screen and stuck there.

Does recovery mode even exist?

标签 (1)
0 项奖励
回复
1 解答
2,325 次查看
Rita_Wang
NXP TechSupport
NXP TechSupport

Hi,

So sorry the i.MX 7ULP Family are on PREPRODUCTION, and we TIC team do not get all the files on the i.MX7ULP. In our past design, there is recovery mode support.

About recovery mode you can refer to the steps in the document Android_Frequently_Asked_Questions:

Press "VOLUME DOWN" and "POWER" to enter Recovery mode. This check is in u-boot.git board support file, where
you can change your preferred combo keys.
Also, you can input this command in the console:
# reboot recovery # the board reset to recovery mode.
to enter recovery mode.

About the i.MX 7ULP we still do not know. Hope this can do help for you.
Have a great day,
TIC Rita

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
3 回复数
2,326 次查看
Rita_Wang
NXP TechSupport
NXP TechSupport

Hi,

So sorry the i.MX 7ULP Family are on PREPRODUCTION, and we TIC team do not get all the files on the i.MX7ULP. In our past design, there is recovery mode support.

About recovery mode you can refer to the steps in the document Android_Frequently_Asked_Questions:

Press "VOLUME DOWN" and "POWER" to enter Recovery mode. This check is in u-boot.git board support file, where
you can change your preferred combo keys.
Also, you can input this command in the console:
# reboot recovery # the board reset to recovery mode.
to enter recovery mode.

About the i.MX 7ULP we still do not know. Hope this can do help for you.
Have a great day,
TIC Rita

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励
回复
2,325 次查看
zoy74758
Contributor II

VolDown+On/Off buttons do not work for me.
But
reboot recovery
inside adb shell works.

Thanks

0 项奖励
回复
2,325 次查看
Rita_Wang
NXP TechSupport
NXP TechSupport

OK

0 项奖励
回复