aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Jones <brian.j.jones@intel.com>2016-10-20 11:19:02 -0700
committerGeoff Gustafson <geoff@linux.intel.com>2016-10-26 16:28:20 -0700
commitb2bf9181e0f6e5067e24f555937c3ee79846847c (patch)
tree2672aaf95e66eabafaff8366b1b60edd155d195e /docs
parenta8e5286f4167c27833d0a61632fd90596b448dfb (diff)
[docs] Updating ashell doc file (#302)
Updating ashell doc file with a few steps to be more complete.
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/ashell.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/ashell.md b/docs/ashell.md
index bb4931b..bb0d566 100755
--- a/docs/ashell.md
+++ b/docs/ashell.md
@@ -17,10 +17,23 @@ Compilation
------------
This command will enable the shell compilation:
-`make DEV=ashell`
+`make DEV=ashell MALLOC=heap`
Dev mode will append all the functionality from ZJS, so it might not fit in ROM.
+Connect
+-------
+
+Use this command to connect to ashell from a terminal
+
+```bash
+$ screen /dev/ttyACM0 115200
+```
+
+Note: It will take about 30 seconds for it to be up and running after you boot.
+Until then you will see screen terminate immediately. If you see this, just
+try again in a few seconds.
+
Commands
--------