SOM:Apalis IMX8QM 4GB
Board:Ixora
OS:Android 11 from Kynetics
When trying to get the device to fastboot mode by “adb reboot bootloader” it seems like the device goes into fastboot mode and in Device manager I could see “USB Download Gadget” however fastboot devices cannot detect any devices.
Am I missing something here?
Thanks in advance!
Hi @diegor
Thanks for your response, but we had already tried this fix. Even though after selecting ADB device and selecting yes in the popup, it doesn’t seem to change.
Do you suspect it is because of the Driver Signature Enforcement?
Even though after selecting ADB device and selecting yes in the popup, it doesn’t seem to change.
What do you mean with “it doesn’t seem to change”? Do you still see it as a “USB Download Gadget” despite selecting ADB device? Can you post a screenshot of how the device appears in your “Device Manager”?
in that case, the issue is for sure that the driver change didn’t occur.
The “Adb device” is not signed, so you need to make sure driver verification is not enforced:
We had been suspecting the same.
However we now tried with Driver Signature enforcement disabled( bcdedit command returns nointegritychecks as Yes), but the device still shows as a USB Download gadget(This is in a Windows 11 PC).
U-boot needs a patch to enable fastboot and ADB correctly (TDX_CFG_BLOCK disabled) for windows. We will release a new image with th fix in 3/4 weeks.
In the mean time you can use a Linux host and you won’t have any issue.
Hi @nicola_lg
Thanks for sharing this information.
We tried with a Linux host VM and fastboot device could be detected. However,
“fastboot flashing unlock” won’t get completed, waited an hour and still nothing happens.
So, flashing also does not go as expected.
Running the fastboot_imx_flashall script is stuck at 1st stage (flashing partition_table.img)