Which build is the IMX6_L5.1.1_2.1.0_ANDROID_DEMO_SD_BSP image ?

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

Which build is the IMX6_L5.1.1_2.1.0_ANDROID_DEMO_SD_BSP image ?

431 Views
surajk
Contributor I

Hi All,

     I would like to know the type of build the image downloaded from IMX6_L5.1.1_2.1.0_ANDROID_DEMO_SD_BSP  for sabresd is -

eng - Engineering build comes with default root access.

user - User build is the one flashed on production phones. Has no root access.

user-debug - User debug build does not come with default root access but can be rooted. It also contains extra logging.

I would also like to know if there is any command or documents to check if the build falls under any of the category mentioned above.

Labels (4)
Tags (3)
0 Kudos
1 Reply

360 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

Hi Suraj K,

The build type is used to specify what debug options are provided in the final image. The build types have follows lists:

user Production ready image, no debug

userdebug Provides image with root access and debug, similar to "user"

eng Development image with debug tools

The default work on our product is with user type, you can see the details in our user guide document. In the code you can set the BUILD_TYPE to configure the build type.

Hope this can help you.
Have a great day,
Dan

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

0 Kudos