Name | Last modified | Size | License | |
---|---|---|---|---|
Parent Directory | ||||
MANIFEST | 12-Jan-2018 08:16 | 248 | open | |
MD5SUMS | 12-Jan-2018 08:16 | 0 | open | |
boot.img | 12-Jan-2018 08:16 | 3.3M | open | |
kernel_config | 12-Jan-2018 08:17 | 67.1K | open | |
lava-job-info | 12-Jan-2018 08:17 | 74 | open | |
linaro_android_build_cmds.sh | 12-Jan-2018 08:17 | 7.3K | open | |
linaro_kernel_build_cmds.sh | 12-Jan-2018 08:17 | 1.9K | open | |
pinned-manifest.xml | 12-Jan-2018 08:17 | 50.8K | open | |
ramdisk.img | 12-Jan-2018 08:17 | 230.5K | open | |
source-manifest.xml | 12-Jan-2018 08:17 | 63.3K | open | |
system.img | 26-Feb-2018 16:38 | 224.3M | open | |
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