Which android bsp can works

Hi, ALL

I compile android for several times, the bsps that i tested are as follows:

  1. android_board_support_package_vla.br_.1.2.4-01810-8x16.0-2.zip
  2. linux-android-board-support-package-vla.br_.1.2.4-00310-8x16-1.zip
  3. linux_android_board_support_package_vla.br_.1.2.7-01010-8x16.0-4.zip

Each time the six images(boot system persist cache userdata recovery) were generated successfully, but the sad story is that after i flash to the board, android can not bring up successfully every time.

The guide that i follows:
linux-android-software-build-and-installation-guide.pdf

The steps that i take to compile:

  1. unzip bsp package
  2. sh DB410c_build.sh
  3. wait until the compile is successfully, and images at out/target/product/msm8916_64 are all generated.
  4. use fastboot to flash images to the board
    fastboot flash boot boot.img
    fastboot flash cache cache.img
    fastboot flash persist persist.img
    fastboot flash recovery recovery.img
    fastboot flash system system.img
    fastboot flash userdata userdata.img

So, can anyone tell me what’s wrong?

Did you install Android over an existing Debian install? If so, its probably worth running the Android SD card installer first to make sure the bootloaders are set up to run Android.

See:
http://builds.96boards.org/releases/dragonboard410c/qualcomm/android/16.06/dragonboard410c_sdcard_install_android-118.zip

Hi danielt
thanks for you reply.

Yes, i have installed Debian for a test. And i turn back to android, i also run the android SD card installer, the image file is dragonboard410c_sdcard_install_android-98.zip, android runs OK.

Then ,I download fastboot images and flash to the board, android runs ok.
Images download url:
http://www.96boards.org/db410c-getting-started/Downloads/Android.md/

BUT, when i flash images that were compiled from bsps with the same flash step, android can not bring up.

I have try it again and again, with no success.