I'm not sure which of the two is used by fastboot boot.
JBQ
> --
> You received this message because you are subscribed to the "Android
> Building" mailing list.
> To post to this group, send email to android-...@googlegroups.com
> To unsubscribe from this group, send email to
> android-buildi...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-building?hl=en
--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.
Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.
> You need to fastboot boot the boot.img.
"fastboot boot zImage" should work fine if you just want to update the
kernel. IIRC, "fastboot boot" loads the supplied boot.img (or generates
one from a kernel ELF image and optionally the initramfs) into RAM and
reboots the device without touching the flash memory.
> I'm not sure if there is a shortcut to create the boot.img, but once
> you've already compiled the system it's often one of the first things
> built in the next build so if you arent building often, just build
> with the system.
make out/target/product/$TARGET_PRODUCT/boot.img
will build just boot.img (even from a clean build tree). Add -j option
to taste, obviously.
[...]
--
Magnus B�ck
ba...@google.com