Skip to content

Commit 9b1d1df

Browse files
committed
Update readme
1 parent 397492e commit 9b1d1df

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

ESIM_PROVISION.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -27,44 +27,13 @@ Put your files in this structure (for example)
2727
│ ├── ├── lpa.exe
2828
```
2929

30-
### Particle CLI points to Staging
31-
```
32-
$ particle update-cli --disable-updates
33-
Automatic update checks are now disabled
34-
35-
$ export PARTICLE_MANIFEST_HOST=binaries.staging.particle.io
36-
37-
$ particle update-cli --version 3.30.4
38-
Updating the CLI to 3.30.4
39-
Automatic update checks are now disabled
40-
CLI updated successfully
41-
42-
$ particle --version
43-
3.30.4
44-
45-
$
46-
```
47-
4830
### Device Setup
4931

5032
1. Connect your device(s) to the computer
5133
2. Run this command
5234
```
53-
particle.js esim provision --input /path/to/input.json --lpa /path/to/lpa-tool --binaries /path/to/binaries --bulk true
35+
particle.js esim provision --input /path/to/input.json --lpa /path/to/lpa-tool --binary /path/to/binaries --bulk true
5436
```
5537

5638
### Expected Outcome
5739
First, the device(s) are flashed. Once the download process starts on a given device, device will turn its LED into yellow. If the download worked, LED turns green. If the download failed, LED turns red.
58-
59-
### After testing
60-
61-
Return to using particle-cli for production
62-
```
63-
$ export PARTICLE_MANIFEST_HOST=binaries.particle.io
64-
$ particle update-cli --enable-updates
65-
$ particle update-cli
66-
$ particle --version
67-
```
68-
69-
### Notes and Warnings
70-
1.

0 commit comments

Comments
 (0)