CL-SOM-AM57x: Linux: TI SDK demo

From Compulab Mediawiki
Revision as of 15:36, 19 April 2016 by Grinberg (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Connection and Logging In

Login as root:

Debian GNU/Linux 8 cl-som-am57x-jessie ttyS2

cl-som-am57x-jessie login:

Jessie Multimedia

  • Disable Matrix GUI auto start
root@cl-som-am57x-jessie:~# update-rc.d matrix-gui-2.0 remove
  • Weston Start/Stop
Start
root@cl-som-am57x-jessie:~# /etc/init.d/weston start
Stop
root@cl-som-am57x-jessie:~# /etc/init.d/weston stop
  • Run pre-installed demo
Admolition note.png Some demos can't run if Weston is up. Stop it before running the demos.
H264 Decoding
root@cl-som-am57x-jessie:~# /usr/bin/runIvahdH264Dec.sh
H265 Decoding
root@cl-som-am57x-jessie:~# /usr/bin/runH265Dec.sh
SGX Demo
root@cl-som-am57x-jessie:~# /usr/bin/SGX/demos/Raw/OGLES2ChameleonMan &
Restore tty after running SGX demos
root@cl-som-am57x-jessie:~# echo -e "\033c"
QT demos
Admolition note.png QT makes use of Weston. Start it before running the QT demos.
root@cl-som-am57x-jessie:~# /etc/init.d/weston start

Open up weston-terminal and issue:

root@cl-som-am57x-jessie:~# cd /usr/share/qt5/examples/widgets/painting
root@cl-som-am57x-jessie:~# ./affine/affine

TI Resources