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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
1,304 Views
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?

Labels (1)
0 Kudos
1 Solution
1,141 Views
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.
-------------------------------------------------------------------------------

View solution in original post

0 Kudos
3 Replies
1,142 Views
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 Kudos
1,141 Views
zoy74758
Contributor II

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

Thanks

0 Kudos
1,141 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

OK

0 Kudos