Thank you so much, Dan. Unless I had your opinion, I could not do that. I really appreciate your help again.
Sincerely, On Thursday, January 26, 2017 at 7:20:16 AM UTC+9, Dan Willemsen wrote: > > If you're intending to flash a Pixel XL, that device's codename is > 'marlin', so you need to run lunch with 'aosp_marlin-userdebug' (or > -eng/-user). This is described in "Choosing a target": > http://source.android.com/source/building.html#choose-a-target (though > the table in > http://source.android.com/source/running.html#selecting-device-build is > missing the Pixel / Pixel XL, we'll work on getting that fixed). > > Remember to get the appropriate binaries from those pages as well. > > - Dan > > On Wed, Jan 25, 2017 at 8:58 AM Minjun Hong <[email protected] > <javascript:>> wrote: > >> Hello, I'm working on mobile device and now trying to build and flash its >> output onto a Pixel XL device. >> >> But I've had some trouble on it. My history about the work is below. >> >> 1. I Downloaded AOSP source code and built it following AOSP guide. The >> output is: >> >> nickeys@nickeys-linux-machine:~/AOSP/out/target/product/generic_arm64$ ls >> android-info.txt build_fingerprint.txt cache.img >> current_build_config.mk dex_bootjars installed-files.json >> module-info.json obj_arm ramdisk.img root system >> userdata.img >> boot.img cache clean_steps.mk data >> >> >> 2. Entered into bootloader and flashed the outputs in >> $AOSP_Root/out/target/product/generic_arm64/, like this: >> fastboot flash system system.img >> fastboot flash boot boot.img >> fastboot flash cache cache.img >> >> However, as I know, Pixel XL does not have cache partition so, the last >> one failed >> >> 3. After those, I rebooted the device and waited and it continued to >> boot; >> warning for bootloader unlock -> Google logo -> the warning -> ... (loop) >> -> recovery mode -> warning for bootloader unlock -> Google logo -> >> ...(loop) >> >> What did I in wrong way? Actually, Why I'm building the source code is >> that I need root privilege and I'm just finding the way to build eng-binary >> and flash it. >> >> Please give me any small clue to resolve it... >> >> Thanks! >> >> -- >> -- >> You received this message because you are subscribed to the "Android >> Building" mailing list. >> To post to this group, send email to [email protected] >> <javascript:> >> To unsubscribe from this group, send email to >> [email protected] <javascript:> >> For more options, visit this group at >> http://groups.google.com/group/android-building?hl=en >> >> --- >> You received this message because you are subscribed to the Google Groups >> "Android Building" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
