Hi, ALL
I compile android for several times, the bsps that i tested are as follows:
- android_board_support_package_vla.br_.1.2.4-01810-8x16.0-2.zip
- linux-android-board-support-package-vla.br_.1.2.4-00310-8x16-1.zip
- 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:
- unzip bsp package
- sh DB410c_build.sh
- wait until the compile is successfully, and images at out/target/product/msm8916_64 are all generated.
- 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?