Changes between Version 23 and Version 24 of expansion/gw16168
- Timestamp:
- 08/17/2026 08:16:00 PM (4 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
expansion/gw16168
v23 v24 192 192 {{{#!bash 193 193 # show service status 194 systemctl status rt-sdk-ara2.service --no-pager -l 195 # view detailed service logs 196 journalctl - urt-sdk-ara2.service194 systemctl status rt-sdk-ara2.service --no-pager -l 195 # view detailed service logs for the current boot and follow the journal 196 journalctl --boot --follow --unit rt-sdk-ara2.service 197 197 # verify proxy is running (critical) 198 198 ps -eaf | grep proxy_ara240 … … 328 328 329 329 files: 330 - /usr/share/eiq/aaf-connector/server_config.json (config file)331 330 - /usr/share/eiq/aaf-connector/install.sh (install script) 332 331 - /usr/share/python-wheels/eiq_aaf_connector-2.1-py3-none-any.whl (python wheel) 332 - /usr/share/eiq/aaf-connector/server_config.json (config file) 333 - /etc/systemd/system/eiq-aaf-connector.service (created from install script) 333 334 334 335 The install script creates a systemd eiq-aaf-connector.service: … … 354 355 # show service status 355 356 systemctl status eiq-aaf-connector.service --no-pager -l 356 # view detailed service logs 357 journalctl - ueiq-aaf-connector.service357 # view detailed service logs for the current boot and follow the journal 358 journalctl --boot --follow --unit eiq-aaf-connector.service 358 359 # verify process exists 359 360 ps -ef | grep aaf-connector … … 365 366 {{{#!bash 366 367 # make sure curl and jq are installed (jq allows easy interaction with json data) 367 apt install -y curl jq 368 apt install -y curl jq 368 369 # list of models 369 370 curl -X 'GET' \ … … 393 394 394 395 395 [= examples]396 [=#examples] 396 397 == Examples 397 398 Here are some Ara example applications put together by Gateworks … … 470 471 Compile: 471 472 {{{#!bash 472 apt update && apt install build-essential s473 apt update && apt install build-essential 473 474 gcc ara_status.c -I/usr/include/sdk_ara/ -L/usr/lib/ -laraclient_aarch64 -o ara_status 474 475 }}} … … 492 493 493 494 Steps: 494 1. We need to install the C libs for GS Treamer and build utilities:495 1. We need to install the C libs for GStreamer and build utilities: 495 496 {{{#!bash 496 497 apt-get install -y \
