Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qt-creator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tobias Hunger
qt-creator
Commits
f137bd3b
Commit
f137bd3b
authored
15 years ago
by
hjk
Browse files
Options
Downloads
Patches
Plain Diff
debugger: add the wiki text to setup TRK on Linux/Bluetooth
parent
9af1a0a7
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/manual/trk/README
+22
-0
22 additions, 0 deletions
tests/manual/trk/README
with
22 additions
and
0 deletions
tests/manual/trk/README
+
22
−
0
View file @
f137bd3b
...
@@ -19,3 +19,25 @@ To do:
...
@@ -19,3 +19,25 @@ To do:
- setting breakpoints by filename:line
- setting breakpoints by filename:line
- signaling of stopped/single step end. SIGTRAP? SIGSTOP?
- signaling of stopped/single step end. SIGTRAP? SIGSTOP?
- run it against the red brick
- run it against the red brick
Setting up TRK on Linux with Bluetooth
Enter the following commands in a terminal (all as root, adjust device
permissions as required to work as user):
sdptool add SP # announce Serial Port Profile via Service Discovery Protocol
sudo mknod /dev/rfcomm0 c 216 0 # Creates a Bluetooth Serial Device
sudo chmod ugo+rw /dev/rfcomm0 # Give permissions)
rfcomm listen /dev/rfcomm0 1 $PWD/trklauncher -v -f {}
#This should print the Trk/CPU versions. The option -f tells the command to
#disable the serial frames message encapsulation for BlueTooth.
#The same with the debug adapter:
rfcomm listen /dev/rfcomm0 1 $PWD/run.pl -af -av -w {}
#Important options: -w wait for adapter, -af omit serial frame.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment