0

I am trying to debug aboot (aplication bootloader) on android and I have problems. I tried to patch the kernel to support KGDB serial debugging but the driver is loaded after aboot. Should I use an emulator? And if yes, how ?

1 Answers1

0

aboot is HW platform dependent and normally is cryptographically signed. Emulator's aboot if exists will be a lot different than the real device.

You can probably debug it with vendor supplied ICE plus their special debug scripts.

Y_Yen
  • 189
  • 1
  • 6