when I doing the the blew step to unlock the imx8mq board, it seems the fastboot can't connect the phone.

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

when I doing the the blew step to unlock the imx8mq board, it seems the fastboot can't connect the phone.

Jump to solution
2,063 Views
hongxingyu1982
Contributor III

Hi sir

when I doing the the blew step to unlock the imx8mq board, it seems the fastboot can't connect the phone.

1. Unlock the device.

a. Boot up the device.

b. Choose Settings -> Developer Options -> OEM Unlocking to enable OEM unlocking.

c. Enter Fastboot mode on the device. Execute the following command on the target side: reboot bootloader

d. Unlock the device. Execute the following command on the host side:

               fastboot oem unlock

                   ------Z:\NXP\Source\android_build\out\target\product\evk_8mq>fastboot oem unlock
                     < waiting for any device >

             

                  

e. Wait until the unlock process is complete.

2. Disable DM-verity.

a. Boot up the device.

b. Disable the DM-verity feature.

Execute the following command on the host side: adb root adb disable-verity adb reboot

it seems the fastboot can't connect the phone.

could  you help me ?

BR

0 Kudos
1 Solution
1,778 Views
AldoG
NXP TechSupport
NXP TechSupport

Hello,

 

Does the host PC detect the board?

Please ensure that the USB OTG/TYPE C port, usually specified as download, is correctly connected or have no damage.

 

Also, if you're using Windows please try with the steps on this thread:

https://community.nxp.com/message/1159444

 

Hope this helps,

Best regards,

Aldo.

-------------------------------------------------------------------------------
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

7 Replies
1,779 Views
AldoG
NXP TechSupport
NXP TechSupport

Hello,

 

Does the host PC detect the board?

Please ensure that the USB OTG/TYPE C port, usually specified as download, is correctly connected or have no damage.

 

Also, if you're using Windows please try with the steps on this thread:

https://community.nxp.com/message/1159444

 

Hope this helps,

Best regards,

Aldo.

-------------------------------------------------------------------------------
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.
-------------------------------------------------------------------------------

1,778 Views
hongxingyu1982
Contributor III

HI Alde

It seems we should update the usb driver with the link, could you supply the correct driver for me ?

Thansk

BR

0 Kudos
1,778 Views
AldoG
NXP TechSupport
NXP TechSupport

Hi,

 

From this link you may find the SDK for each platform:

https://developer.android.com/studio/releases/platform-tools

 

On a computer running the Windows® OS, install Google extra win USB driver, contained in the SDK package, if using Linux OS, add the following rules for udev rule file: /etc/udev/rules.d/51-android.rules

 

SUBSYSTEM=="usb", SYSFS{idVendor}=="18d1", MODE="0777"

SUBSYSTEM=="usb|usb_device", ATTR{idVendor}=="18d1", MODE="0666", GROUP="plugdev"

 

Regards,

Aldo.

0 Kudos
1,778 Views
hongxingyu1982
Contributor III

HI Aldo

Thank you very much, yes, I had download the platform-tools. But it seems sdk like adb\fastboot execute files, there is no the usb driver in it.

adb_sdk.png

Br

0 Kudos
1,778 Views
AldoG
NXP TechSupport
NXP TechSupport

Hello,

 

The drivers needed are the .dll files you have on the package,

you'll need to install those.

 

Regards,

Aldo.

0 Kudos
1,778 Views
hongxingyu1982
Contributor III

Hello everyone

Any progress ?

BR

0 Kudos
1,778 Views
hongxingyu1982
Contributor III

Hi every

Is there anyone know how to fix it ?

BR

0 Kudos