mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
profiler setup
old-commit-hash: 3305a6f5b9b5830a63033465e744d677c3933d3a
This commit is contained in:
@@ -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
|
||||
+7
@@ -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
|
||||
Reference in New Issue
Block a user