Comments.
[apps/agl-service-can-low-level.git] / docs / 3-Usage.md
index 7c0a4f1..cc76f1f 100644 (file)
@@ -51,8 +51,12 @@ Copy, still from your host:
 > **CAUTION:** Make sure to sync IO with sync command before unplug your SDcard. It could be corrupted if removed before all pending IO aren't done.
 
 ```bash
-$ sudo cp ~/devel/docker/share/libafbwsc-dev-1.0-r0.cortexa15hf_neon.rpm /run/media/claneys/97f418a5-612f-44e9-b968-a19505695151/home/root
+$ sudo umount /dev/sdc1
+$ export SDCARD=/mnt
+$ sudo mount /dev/sdc1 $SDCARD
+$ sudo cp ~/devel/docker/share/libafbwsc-dev-1.0-r0.cortexa15hf_neon.rpm $SDCARD/home/root
 $ sync
+$ sudo umount $SDCARD
 ```
 
 Insert the modified SDcard in your Porter board and boot from it. You are ready to go.
@@ -196,7 +200,7 @@ ON-REPLY 1:low-can/subscribe: {"jtype":"afb-reply","request":{"status":"success"
 
 Subscription and unsubscription can take wildcard in their _event_ value.
 
-To reveive all doors events :
+To receive all doors events :
 
 ```json
 low-can subscribe { "event" : "doors*" }