From 34a92a2ac87558067a96886e5d1f1d5eecb0a135 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Fri, 21 Jun 2019 16:59:34 +0200 Subject: WIP: documenting Change-Id: Ica30d4ae05e0541e6dd4ed0292cb16abab461269 --- docs/4-quick-tutorial.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/4-quick-tutorial.md') diff --git a/docs/4-quick-tutorial.md b/docs/4-quick-tutorial.md index 6ab07b7..9f455df 100644 --- a/docs/4-quick-tutorial.md +++ b/docs/4-quick-tutorial.md @@ -44,7 +44,6 @@ Connect through SSH on the target board and check for Application Framework daem $ ssh root@$BOARDIP root@porter:~# ps -ef|grep bin/afm afm 409 1 0 13:00 ? 00:00:00 /usr/bin/afm-system-daemon -root 505 499 0 13:01 ? 00:00:00 /usr/bin/afm-user-daemon root 596 550 0 13:22 pts/0 00:00:00 grep afm ``` @@ -52,9 +51,6 @@ We can see that there are two daemons running: * **afm-system-daemon** runs with a system user 'afm' and is responsible for installing/uninstalling packages -* **afm-user-daemon** runs as a user daemon (currently as root because it's the - only real user on the target board) and is responsible for the whole life - cycle of the applications running inside the user session. The application framework has a tool running on the Command Line Interface (CLI). -- cgit