Skip to content
Snippets Groups Projects
Commit c4ebe5b7 authored by Jonas Höppner's avatar Jonas Höppner Committed by Felix Gerking
Browse files

Add hints file as starting point for collecting tests and commands

Change-Id: I403b6a0dfc03205960b99add897bb10d21cfda55
parent 8f5782e8
No related branches found
No related tags found
1 merge request!945Add hints file as starting point for collecting tests and commands
hints.md 0 → 100644
# Hints
This document contains a collection of (maybe) useful hints and commands
for developers to do various task inside the installed SECO North Yocto.
This is a growing document and not ment to reach any state of completeness
like a manual, or similar.
## Bluetooth
Bluetooth is currently only basically supported.
Commands used for a basic hardware test:
### Tanaro V1.1
*Note*: There are devices which do not have R11 populated on the BT Uart's CTS line.
These do not support bluetooth.
```
# Verbinden des BT-Chips
rtk_hciattach ttymxc3 rtk_h5
hciconfig hci0 up
# Scan for other BT-devices
hcitool scan
```
This currently does not work with yocto kirkstone.
## Video playback
### VP9 playback from qml
```
qmlscene /opt/ltp/scripts/video_playback.qml
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment