summaryrefslogtreecommitdiff
path: root/installer
AgeCommit message (Collapse)Author
2020-01-15db845c: flash-all-aosp.sh: Add fastboot reboot to the end of the scriptJohn Stultz
Now that we are building and flashing boot.img by default, lets add a fastboot reboot command to the end of the script, as we have no reason to wait for more fastboot commands. Change-Id: I1784864eb31796caaf1eae47ded0325b79dbd6b7 Signed-off-by: John Stultz <john.stultz@linaro.org>
2020-01-14db845c: Update userland build to use dragonboard-kernel project and build ↵John Stultz
boot.img This patch updates the userland build to built a boot.img from prebuilt kernel/modules in the dragonboard-kernel project. At the moment, there is nothing in the dragonboard-kernel project, but once we do add the prebuilt files, we'll want this change. Change-Id: I6b9ce745c378ea50e176e9c8ed67336953766fa2 Signed-off-by: John Stultz <john.stultz@linaro.org>
2019-12-10db845c: installer: Update bootloader binaries and flashing scriptsAmit Pundir
Update db845c bootloader binaries to support Android boot image header v2. Downloaded (build #33) from here: https://snapshots.linaro.org/96boards/dragonboard845c/linaro/rescue/33/ Build description: * Build URL: https://ci.linaro.org/job/lt-qcom-bootloader-dragonboard845c/33/ * Linux proprietary bootloaders package: http://releases.linaro.org/96boards/dragonboard845c/qualcomm/firmware/RB3_firmware_20190529180356-v4.zip * ABL source code: https://git.linaro.org/landing-teams/working/qualcomm/abl.git/commit/?id=fe1eaeb15947e1fec986acbe80f29debbb650efb * Partition table: https://git.linaro.org/landing-teams/working/qualcomm/db-boot-tools.git/tree/dragonboard845c/aosp/partition.xml?id=0e8dde66a17cad7040b7f21f9e752fc1ee13006d Also update flashing script to create boot.img with header v2 and make recovery.sh executable. Change-Id: I5f0917b1ca78ca981460e4b5081ee074601feec4 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2019-09-24db845c: installer: Add bootloader binaries and flashing scriptsAmit Pundir
* Add AOSP flashing and board recovery scripts, a README for instructions and prebuilt flashing tool (qdl) for board recovery. QDL source is hosted at https://github.com/andersson/qdl/commits/master (760b3dffb03d) * Also added the db845c aosp bootloader binaries from here: https://snapshots.linaro.org/96boards/dragonboard845c/linaro/rescue/26/ Build description: Build URL: https://ci.linaro.org/job/lt-qcom-bootloader-dragonboard845c/26/ Linux proprietary bootloaders package: RB3_firmware_20190529180356-v3.zip ABL source code: https://git.linaro.org/landing-teams/working/qualcomm/abl.git/commit/?id=5086ee1aa38de6d69efea1d4a5ee535203014097 Partition table: AOSP: https://git.linaro.org/landing-teams/working/qualcomm/db-boot-tools.git/tree/dragonboard845c/aosp/partition.xml?id=0e8dde66a17cad7040b7f21f9e752fc1ee13006d Change-Id: I563b09779ef506b529774bd0b32147d8d516f096 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>