[android-building] Re: build pixel 3 android 10 kernel failed

2021-07-08 Thread Jiele Ye
Thans for your reply. I found Image.lz4-dtb file at $OUT_DIR/private/msm-google/arch/arm64/boot, and tested with command "fastboot boot Image.lz4-dtb" BTW: the building command is "BUILD_CONFIG=private/msm-google/build.config.bluecross build/build.sh" On Friday, July 2, 2021 at 2:53:32 AM UTC+8

[android-building] Re: build pixel 3 android 10 kernel failed

2021-07-01 Thread Droid SMU
Hi, I also observed that my output folder only has Image.lz4 and not Image.lz4-dtb. You can try to point PREBUILT_TARGET_KERNEL to Image.lz4 and recompile the AOSP. It should work. I was able to flash and boot on a Pixel 3 at my side. Hope this helps. On Wednesday, 30 June 2021 at 07:31:09

[android-building] Re: build pixel 3 android 10 kernel failed

2021-06-29 Thread Jiele Ye
I've encountered the same info, and the build/build.sh continued to run. At last, i have Image.lz4 in DIST_DIR, but no Image.lz4-dtb. Any update about this problem? On Wednesday, July 15, 2020 at 11:29:39 PM UTC+8 virus...@gmail.com wrote: > Hello I build the kernel by the link: >