[android-building] Re: Touchscreen not working after building and flashing clean msm kernel for the Google Pixel blueline

2019-08-09 Thread Saurabh Sakhare
On Friday, March 29, 2019 at 7:56:25 PM UTC+5:30, chiang...@gmail.com wrote: > > Hi > I have a doubt. If i compile kernel with gcc. It boots up but touch screen > is not working can I use AOSP gcc compiled modules.? > will it work? > I have built and flashed clean AOSP. > fastboot flashall

Re: [android-building] Flashing kernel in pixel 2 (walleye)..?

2019-07-24 Thread Saurabh Sakhare
d/building-kernels? > > - Dan > > On Fri, Jul 19, 2019 at 11:25 AM Saurabh Sakhare > wrote: > >> Hello, I'm newbie in kernel development. I want to know where can I get >> pixel 2 kernel and Clang toolchain and commands. I've been trying to >> compile it from last

[android-building] Flashing kernel in pixel 2 (walleye)..?

2019-07-19 Thread Saurabh Sakhare
Hello, I'm newbie in kernel development. I want to know where can I get pixel 2 kernel and Clang toolchain and commands. I've been trying to compile it from last few days from random sources of git and google source. I could not compile a kernel I'm facing problem like some parse file is

Re: [android-building] Re: Flashing AOSP master on Pixel failed (Android Q)

2019-03-28 Thread Saurabh Sakhare
I've added wrong vendor image by mistake and now it stucked in bootloader mode. Showing error slot unbootable I tried to put in recovery mode but showing same error. And even phone is not showing on $fastboot devices. I was trying to re-flash images but nothing is working. Saurabh Sakhare

Re: [android-building] make kernel of wahoo

2019-03-21 Thread Saurabh Sakhare
/Makefile.build:551: recipe for target 'arch/arm64/boot/dts/htc' failed make[1]: *** [arch/arm64/boot/dts/htc] Error 2 arch/arm64/Makefile:179: recipe for target 'dtbs' failed make: *** [dtbs] Error 2 Saurabh Sakhare 8007157873 On Mon, Mar 18, 2019 at 7:58 PM 'Alessio Balsini' via Android Building

Re: [android-building] make kernel of wahoo

2019-03-18 Thread Saurabh Sakhare
eabi 4.7 or 4.8)/arm-eabi- export CROSS_COMPILE=~/PATH_TO_DIR(aarch64)/ LZ4_PREBUILTS_BIN=prebuilts-master/misc/linux-x86/lz4 DTC_PREBUILTS_BIN=~/pATH TO/linux-x86/dtc LIBUFDT_PREBUILTS_BIN=`/pATH_TO_DIR/linux-x86/libufdt Saurabh Sakhare 8007157873 On Sat, Mar 16, 2019 at 9:07 PM <927

Re: [android-building] Re: Unable to build bluecross kernel

2019-03-11 Thread Saurabh Sakhare
No I wanted for pixel 2. It has wahoo board. so wahoo_defconfig works fine for it's configuration. Thanks Mate Saurabh Sakhare On Tue, Mar 12, 2019 at 12:05 AM 'Chris Fries' via Android Building < android-building@googlegroups.com> wrote: > The b1c1_defconfig should be the one

Re: [android-building] Re: Unable to build bluecross kernel

2019-03-11 Thread Saurabh Sakhare
6/dtc LIBUFDT_PREBUILTS_BIN=prebuilts-master/misc/linux-x86/libufdt" This info so I got all requirements to build the kerne. And do add path properly check path using tab. Saurabh Sakhare On Mon, Mar 11, 2019 at 10:46 PM Emanuele Vannacci < emanuele.vanna...@gmail.com> wrote: > i have t