[android-building] Re: AOSP Kernel build for Pixel 5

2021-12-04 Thread Droid SMU
Hi Pangao, That's great to hear that you managed to build and load the android OS. Seems like it needs a combination of android-12 kernel with android-11 aosp. I wonder what additional steps are needed to make it work with android-12 aosp + android-12 kernel. Perhaps you could try with an unmodi

[android-building] Re: AOSP Kernel build for Pixel 5

2021-11-24 Thread Droid SMU
Hi Serena, An yeong ha se yo! I checked the size of my product.img in out/target/product/redfin and it is 229MB. Maybe you can compare the size of your product.img with mine. I am using branch refs/tags/android-11.0.0_r34 for AOSP. I didn't use the vendor_overlay method which you shared. I just

[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 UTC+

Re: [android-building] Unable to flash/boot the Pixel5 with custom build kernel

2021-06-22 Thread Droid SMU
I managed to solve this issue. The solution is currently pending approval and is posted at the following thread: https://groups.google.com/g/android-building/c/6HPwJloQkP8 Cheers! On Wednesday, 16 June 2021 at 06:35:22 UTC+8 Droid SMU wrote: > Hi, > > I also encounter the same iss

[android-building] Re: AOSP Kernel build for Pixel 5

2021-06-22 Thread Droid SMU
Hi, I managed to solve this issue! Was able to build and boot a custom kernel on the Pixel 5! It seems that Google has made some architectural changes to the kernel in Android 11 as shown in the following link: https://source.android.com/setup/start/android-11-release#kernel What I realized is

[android-building] Re: AOSP Kernel build for Pixel 5

2021-06-22 Thread Droid SMU
I am also encountering the same issue and used the same setup as you did. The furthest I could go was copy all the kernel modules *.ko files into the aosp/device/google/redbull-kernel directory to solve the flashing issue. After a successful flash, the device will boot until the point where it sh

Re: [android-building] Unable to flash/boot the Pixel5 with custom build kernel

2021-06-15 Thread Droid SMU
Hi, I also encounter the same issue. The build setup that I am using is as follows: AOSP Build ID: RQ2A.210505.003 (Tag: android-11.0.0_r37) Kernel branch: android-msm-redbull-4.19-android11-qpr2 Build configuration: aosp_redfin-userdebug I got stuck at the "waiting for device" message after exe

Re: [android-building] Unable to flash/boot the Pixel5 with custom build kernel

2021-06-15 Thread Droid SMU
Hello, I am also facing the same issue on the Google Pixel 5 with redbull kernel. If I use the default prebuilt kernel from the AOSP tree, I am able to flash and boot successfully. I was also having success with the factory image. However, when building a custom kernel using the android-msm-red