Update GettingStarted Doc

Update the GettingStarted doc to match the latest update on running full
Shodan system simulation.

Change-Id: Ic0132a0abb78c85f7e7702241aaa413f413732ff
diff --git a/GettingStarted.md b/GettingStarted.md
index 9825f1a..b8e8b7e 100644
--- a/GettingStarted.md
+++ b/GettingStarted.md
@@ -323,16 +323,16 @@
 starts, and you should see the secured core and SMC booted
 
 ```bash
-10:11:43.1993 [INFO] uart5: init_kernel()
-10:11:43.2012 [INFO] uart5: Init local IRQ
-10:11:43.2018 [INFO] uart5: Bootstrapping kernel
-10:11:43.2053 [INFO] uart5: Initialing PLIC...
-10:11:43.2830 [INFO] uart5: Booting all finished, dropped to user space
-10:11:43.2978 [INFO] uart5: kata_os_rootserver::Bootinfo: 130550 empty slots 1 nodes 56 untyped 131072 cnode slots
-10:11:43.3008 [INFO] uart5: kata_os_rootserver::Model: 3750 objects 32 irqs 0 untypeds 2 asids
-10:11:43.3123 [INFO] uart5: kata_os_rootserver::capDL spec: 0.33 Mbytes
-10:11:43.3142 [INFO] uart5: kata_os_rootserver::CAmkES components: 1.02 Mbytes
-10:11:43.3191 [INFO] uart5: kata_os_rootserver::Rootserver executable: 0.40 Mbytes
+10:11:43.1993 [INFO] uart5: [output] init_kernel()
+10:11:43.2012 [INFO] uart5: [output] Init local IRQ
+10:11:43.2018 [INFO] uart5: [output] Bootstrapping kernel
+10:11:43.2053 [INFO] uart5: [output] Initialing PLIC...
+10:11:43.2830 [INFO] uart5: [output] Booting all finished, dropped to user space
+10:11:43.2978 [INFO] uart5: [output] cantrip_os_rootserver::Bootinfo: (485, 131072) empty slots 1 nodes (15, 81) untyped 131072 cnode slots
+10:11:43.3008 [INFO] uart5: [output] cantrip_os_rootserver::Model: 1011 objects 32 irqs 0 untypeds 2 asids
+10:11:43.3123 [INFO] uart5: [output] cantrip_os_rootserver::capDL spec: 0.10 Mbytes
+10:11:43.3142 [INFO] uart5: [output] cantrip_os_rootserver::CAmkES components: 1.08 Mbytes
+10:11:43.3191 [INFO] uart5: [output] cantrip_os_rootserver::Rootserver executable: 0.39 Mbytes
 ```
 
 At this point, you should be able to connect to the SMC debug console.
@@ -381,31 +381,27 @@
 Check existing builtin applications
 
 ```bash
-KATA> builtins
+CANTRIP> builtins
 ```
 
 Install the embedded ML model app; for example,
 
 ```bash
-KATA> install mobilenet_v1_emitc_static.model
+CANTRIP> install mobilenet_v1_emitc_static.model
 ```
 
-and you should see model installed with a bundle ID issued.
+and you should see model installed.
+
+You can then launch the ML job with `test_mlexecute anything <model name>`
 
 ```bash
-KATA> Bundle "fake.26" installed
-```
-
-You can then launch the ML job with `test_mlexecute <bundle ID> <model name>`
-
-```bash
-KATA> test_mlexecute fake.26 mobilenet_v1_emitc_static.model
+CANTRIP> test_mlexecute anything mobilenet_v1_emitc_static
 ```
 
 with the Renode console log printed as
 
 ```bash
-15:17:59.9864 [INFO] uart5: kata_ml_coordinator::Load successful.
+15:17:59.9864 [INFO] uart5: [output] cantrip_ml_coordinator::Load successful.
 ...
 15:18:02.6868 [INFO] cpu2: simprint: "main returned: ", 0 (0x0)