Error No bootable slots found in imx8mm Android

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

Error No bootable slots found in imx8mm Android

1,000 Views
Ruban1
Contributor II

Error No bootable slots found in imx8mm Android.

i have attached screenshot below

0 Kudos
3 Replies

955 Views
zohanlin
Contributor IV

I have the same issue.

My Board is  i.MX 8M Mini EVKB.

And MY BSP is Android Q10.0.0_2.6.0 (Linux 5.4.70 kernel).

 

0 Kudos

992 Views
jimmychan
NXP TechSupport
NXP TechSupport

Which version of BSP are you using?

Are you running the demo image? or running the image you built?

Could you tell me more details about your issue?

0 Kudos

987 Views
Ruban1
Contributor II

i am using Android 10 BSP

i am running on my image built 

As i wanted to export GPIO88 in the device tree

pinctrl-0 = <&pinctrl_hog_1>;

pinctrl_hog_1: hoggrp-1{
fsl,pins = <
MX8MM_IOMUXC_SAI5_RXD3_GPIO3_IO24 0x41
>;
};

and buiit only boot.img file

image built without any error

Boot image for i.MX 8M Mini EVK LPDDR4 board
source build/envsetup.sh
lunch evk_8mm-userdebug
./imx-make.sh bootimage -j4

then used to partition an SD Card 

sudo ${MY_ANDROID}/device/nxp/common/tools/imx-sdcard-partition.sh -f <soc_name> /dev/sdX

flashing to SD card was finish without error 

then connected imx8mm in putty or minicon for debug 

i have attached the log below

0 Kudos