From c4ebe5b78ac8330df261ab204a46f41ca597fddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6ppner?= <jonas.hoeppner@garz-fricke.com> Date: Wed, 30 Nov 2022 15:02:00 +0100 Subject: [PATCH] Add hints file as starting point for collecting tests and commands Change-Id: I403b6a0dfc03205960b99add897bb10d21cfda55 --- hints.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 hints.md diff --git a/hints.md b/hints.md new file mode 100644 index 00000000..1bcb4f17 --- /dev/null +++ b/hints.md @@ -0,0 +1,37 @@ +# 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 +``` + + -- GitLab