[android-porting] ADB over ethernet when device stuck at bootanimation loop

2019-01-08 Thread Thella Shyam Kumar
We all know Android's adb is available to debug over USB or Ethernet. I just wonder if my device stuck at boot animation loop, and when it is not able to boot completely, can we debug it using adb over ethernet? Because I'm pretty sure that eth0 gets enabled when kernel is up, adbd also gets

[android-porting] radeon or vmwgfx? which one to use in BOARD_GPU_DRIVERS for a board with radeon GPU support

2018-07-24 Thread Thella Shyam Kumar
HI All, I have an x86 board with radeon gpu suooport. We need to enable GPU drivers in Board config using the macro BOARD_GPU_DRIVERS. Do we need to enable only radeon or vmxgfx also? Because for me enabling vmwgfx is working and I don't think my build is using radeon specific gallium drivers