commit | c0ac2d16d5312618a5d4c4ac0dc36b77518ccb72 | [log] [tgz] |
---|---|---|
author | Yongqin Liu <[email protected]> | Fri Oct 23 15:58:28 2020 +0800 |
committer | Todd Kjos <[email protected]> | Fri Oct 23 15:47:14 2020 +0000 |
tree | d747d6d7702d9a6e69b19996fdb19bf42a620a66 | |
parent | 58fde8ce51c5b7d289fb485aec968ee646970820 [diff] |
dragonboard-kernel: Update android-5.4 kernel and modules for db845c db845c kernel modules and dtb updated from: https://ci.android.com/builds/submitted/6924402/kernel_db845c/latest Updated GKI kernel image from: https://ci.android.com/builds/submitted/6924402/kernel_aarch64/latest/raw/Image This includes changes related to the sdcarfs and emulated features Steps like following: 1. delete all the files under device/linaro/dragonboard-kernel/android-5.4 2. download the download_from_ci from the following link(copy the content to a local file): https://android.googlesource.com/kernel/build/+/refs/heads/master/gki/download_from_ci 3. run the download_from_ci to download all the dtb and kernel moduels from the db845c build ./download_from_ci 6924402 kernel_db845c 4. remove the following files: rm -f vmlinux kernel-headers.tar.gz kernel-uapi-headers.tar.gz Image 5. download the gki kernel and compress it with gzip wget https://ci.android.com/builds/submitted/6924402/kernel_aarch64/latest/raw/Image gzip -c Image >Image.gz Test: boot tested with db845c build Signed-off-by: Yongqin Liu <[email protected]> Change-Id: I3b1187f620a2bc283bd7c159f4400d89ee0b3878