Open adeebshihadeh opened 1 week ago
I used adb a bunch while doing the ISP debayer, and it's noticably snappier than SSH! Already works over the network using https://github.com/commaai/openpilot/blob/master/selfdrive/debug/adb.sh
Let's treat it the same as SSH:
FYI, you'll need to plug into the auxiliary USB C port (bottom one) to get to the 845. The OBD-C port (main one) goes to the panda for the serial console.
These are from a working Ubuntu image with adb up over usb. Not sure it's enough, but should at least point in the right direction.
adbd.txt usb.txt
I think that might be enough for me to implement it.
I used adb a bunch while doing the ISP debayer, and it's noticably snappier than SSH! Already works over the network using https://github.com/commaai/openpilot/blob/master/selfdrive/debug/adb.sh
Let's treat it the same as SSH:
FYI, you'll need to plug into the auxiliary USB C port (bottom one) to get to the 845. The OBD-C port (main one) goes to the panda for the serial console.