parent
1e955b33ac
commit
3305a6f5b9
3 changed files with 15 additions and 0 deletions
@ -0,0 +1 @@ |
||||
SnapdragonProfiler/ |
@ -0,0 +1,7 @@ |
||||
snapdragon profiler |
||||
-------- |
||||
|
||||
* download from https://developer.qualcomm.com/software/snapdragon-profiler |
||||
* unzip to selfdrive/debug/profiling/snapdragon/SnapdragonProfiler |
||||
* run ./setup-agnos.sh |
||||
* run selfdrive/debug/adb.sh on device |
@ -0,0 +1,7 @@ |
||||
#!/bin/bash |
||||
|
||||
# TODO: there's probably a better way to do this |
||||
|
||||
cd SnapdragonProfiler/service |
||||
mv android real_android |
||||
ln -s iot_rb5_lu/ android |
Loading…
Reference in new issue