NameLast modifiedSizeLicense

Parent Directory Parent Directory
other MANIFEST 12-Jan-2018 08:16 248 open
other MD5SUMS 12-Jan-2018 08:16 0 open
other boot.img 12-Jan-2018 08:16 3.3M open
other kernel_config 12-Jan-2018 08:17 67.1K open
other lava-job-info 12-Jan-2018 08:17 74 open
application/x-sh linaro_android_build_cmds.sh 12-Jan-2018 08:17 7.3K open
application/x-sh linaro_kernel_build_cmds.sh 12-Jan-2018 08:17 1.9K open
text pinned-manifest.xml 12-Jan-2018 08:17 50.8K open
other ramdisk.img 12-Jan-2018 08:17 230.5K open
text source-manifest.xml 12-Jan-2018 08:17 63.3K open
other system.img 26-Feb-2018 16:38 224.3M open
other userdata.img 26-Feb-2018 16:38 158.2M open


Instructions for https://android-build.linaro.org/builds/~linaro-android//

Get artifacts

Scroll down to the ‘Downloads’ section

Click on each link to download:

  • boot.img
  • system.img
  • userdata.img

Power on the board and flash the artifacts with the following commands:

 fastboot -i 0x12d1 flash boot boot.img
 fastboot -i 0x12d1 flash userdata userdata.img
 fastboot -i 0x12d1 flash system system.img

Instructions for https://android-build.linaro.org/builds/~linaro-android//

The build script doesn’t support generation of flat filesytem images and we need to follow the general build instructions

 $ repo init -u git://android.git.linaro.org/platform/manifest.git -b linaro-android-13.07-release -m hi4511.xml -g "common,hisilicon"
 $ sed -i "s/linaro-landing-team-hisilicon-bot/<LAUNCHPAD-ID>/g" .repo/manifest.xml
 $ repo sync -j1 -f
 $ source build/envsetup.sh 
 $ lunch 10
 $ export TARGET_TOOLS_PREFIX=prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8-linaro/bin/arm-linux-androideabi-
 $ make -j32 showcommands

Follow the Installation instruction to flash the images