aboutsummaryrefslogtreecommitdiff
path: root/docs/ashell.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ashell.md')
-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
--------